[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] bind - named.conf error
- Subject: Re: [cobalt-developers] bind - named.conf error
- From: "Byron C. Servies" <bservies@xxxxxxxxxx>
- Date: Sat Jan 27 08:54:05 2001
- List-id: Discussion Forum for developers on Cobalt Networks products <cobalt-developers.list.cobalt.com>
On 1/27/01 at 3:12 AM, gerald@xxxxxxxxx (Gerald Waugh) wrote:
> WHY? WHY? WHY?
> Does cobalt insist on writing the reverse file to named.conf like this?
> zone "0/24.3.2.1.in-addr.arpa" { type master; file
> "pri.0-24.3.3.1.in-addr.arpa"; };
> Excuse me for shouting!
> WHEN IT SHOULD BE LIKE THIS!!!
> zone "0-24.3.2.1.in-addr.arpa" { type master; file
> "pri.0-24.3.2.1.in-addr.arpa"; };
>
> Note: the first few characters of the line!
> Cobalt insist on using 32/24 (which does not work - breaks reverse)
> Real people write 32-24 (which works)
It's called a "bug".
What OS updates do you have installed? Several mention DNS corrections, and
though it's spelled 'donmain', there is a recent raq3 dns update on the support
web site:
http://www.cobalt.com/support/download/raq3.eng.html
> I have asked several times for the location of the script that does this,
> but no answer! I have to continually correct this file if I fool with DNS in
> the GUI.
It's either going to be in /usr/admserv/cgi-bin/.cobalt/dns/index.cgi or somewhere
in /usr/lib/perl5/site_perl/5.005/Cobalt. My guess is the former.
HTH,
Byron