[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Solving Cobalt Problems



<baltimoremd@xxxxxxxxxxxxxxx>  wrote
> I have a name, a title of someone who is willing to evaluate the list of
> requests, give feed back on the status, etc.
> That's much different than reading the archives.
> I KNOW who will read what i submit, I KNOW their job title(It's quite
> appropriate for this situation).

RaQ2 RaQ3 and maybe RaQ4
The gui writes the pointer file record incorrectly in the /etc/named.conf file
is written:
zone "nn/nn.3.2.1.in-addr.arpa" { type master; file
"pri.nn-nn.3.2.1.in-addr.arpa"; };
should be:
zone "nn-nn.3.2.1.in-addr.arpa" { type master; file
"pri.nn-nn.3.2.1.in-addr.arpa"; };
Note the nn/nn is incorrect should be nn-nn
Gerald