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

Re: [cobalt-users] DNS problem or what?



> I have the IP : 216.12.214.19
> In the /etc/named directory there is the file "pri.214.12.216.in-addr.arpa" ..
Notice the difference in the IP.
>
> Also, in the /etc/named.conf there is the line:
>
> zone "214.12.216.in-addr.arpa" { type master; file
"pri.214.12.216.in-addr.arpa"; };
>
> Is there any error here? Shouldn't be "pri.216.12.214.in-addr-arpa" ?
>
> However, my virtual sites are running ok.
>
No error that is the standard method for reverse, and it is reversed!
In that zone file should be the pointer records for a block of 256 ip addresses,
well really a few will be missing (gateway, network, broadcast), so maybe
253 ip addresses.

Gerald