[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Solving Cobalt Problems
- Subject: Re: [cobalt-users] Solving Cobalt Problems
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Sat Feb 24 20:45:06 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
<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