Re: Road Runner && DNS Problems
On Sun, Jun 11, 2000 at 07:25:02AM -0500, Chris Hoover wrote:
> Yes it appears to be working fine. Here is it's output.
> choover@debian-server:~$ nslookup www.bellsouth.net
> Server: localhost
> Address: 127.0.0.1
>
> Non-authoritative answer:
> Name: www.bellsouth.net
> Address: 205.152.0.46
Then perhaps you need to set it so that, instead of 'localhost,' nslookup
returns 'debian-server' and its local IP address. Typically 127.0.0.1 is
used for a caching only server, but debian-server is doing more than that.
So, my guess would be that if you ran nslookup on any of the machines that
look to debian-server for dns services, you will find an error.
Presumably debian-server and its internal IP address are listed in its zone
files, so make its resolv.conf file contain a nameserver with
debian-server's internal IP address.
> options {
> directory "/var/named";
> forwarders {
> 24.31.195.64; ##I added this
> 24.31.195.65; ##and this
> 167.7.10.131;
> 205.152.0.20;
> 205.152.0.5;
> };
Why so many? What are those last three?
--
Bob Bernstein
at
Esmond, R.I., USA
Reply to: