Actually, the cause of this error message is that the reverse DNS lookup
is not resolving the address of the DNS server. Notice that in his
example he lists the DNS server as '1.2.3.4' and the error message says
'*** Can't find server name for address 1.2.3.4: Non-existent
host/domain'. Yes, the DNS server is attempting to do a reverse lookup on
its own address, and that lookup is failing. This is a known issue with
the BIND shipped with RH and has been for some time. The fix is
simple; make sure that the reverse table is accurate and is properly
configured.
- rick warner
On Fri, 12 Jan 2001, Andrew So Hing-pong wrote:
> On Thu, 11 Jan 2001, John Indra wrote:
>
> > Dear all...
> >
> > I have a primary DNS server. Use bind and latest patch from RH 7.0 RPMs.
> > Let's say that it's address is 1.2.3.4
> > Strangely 1.2.3.5, another PC on the same subnet can't use nslookup.
> > Eventhough /etc/resolv.conf in 1.2.3.5 has contain the line:
> > nameserver 1.2.3.4
> >
> > Here's the error messages:
> > $ nslookup
> > *** Can't find server name for address 1.2.3.4: Non-existent host/domain
> >
> > But ping works. Other programs that need DNS works too...
> >
> > I have never met this situation before. Is there any overridden defaults? My
> > /etc/named.conf is so standard that it contains only cache directory and
> > entry for authoritative zone, nothing else.
> >
> > What's causing this and how to cure it? Thanks...
> >
> > /john
> >
> >
> >
> > _______________________________________________
> > Redhat-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-list
> >
> john,
>
> try to debug it on the following steps
> 1. make sure dns daemons is up
> issue "netstat -a |grep domain| grep LISTEN" at 10.1.3.4
> if not here, that means u haven't up the DNS daemon
>
> 2. "telnet 10.1.3.4 53" at 10.1.3.5
> if shown "connected" that means connection is ok.
> if not, network problem.
>
> If above steps cannot solve problems, I've u have to
> conc. on dns configuration files, like named.conf or
> /var/named ....
>
>
> --
> Andrew H.P. So
> [EMAIL PROTECTED]
>
>
>
>
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
>
_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list