On Thu, 2002-06-27 at 16:28, Michael George wrote:
> On Thu, Jun 27, 2002 at 04:41:06PM -0400, Mike Burger wrote:
> > In your resolv.conf file, do you have a "search" line that lists, at 
> > least, your domain?
> 
> yeah, that's the odd thing...  Since it works for the other hosts on the
> network, it seems that named is working right.  But something odd is happening
> with my /etc/resolv.conf file...
> 
> Here's my example (since they are invalid-on-the-net names, I'll just put
> them here...)
> 
> --------------------------------------------------------------------------
> ~>ping legolas.pewamo.local
> PING legolas.pewamo.local (192.168.0.1) from 192.168.0.250 : 56(84) bytes of
> data.
> 64 bytes from legolas.pewamo.local (192.168.0.1): icmp_seq=0 ttl=255 time=227
> usec
> 64 bytes from legolas.pewamo.local (192.168.0.1): icmp_seq=1 ttl=255 time=235
> usec
> 
> --- legolas.pewamo.local ping statistics ---
> 2 packets transmitted, 2 packets received, 0% packet loss
> round-trip min/avg/max/mdev = 0.227/0.231/0.235/0.004 ms
> ~>ping legolas
> ping: unknown host legolas
> --------------------------------------------------------------------------
> /etc/resolv.conf:
> 
> search pewamo.local
> search sterlingheights.local
> search auroravideosys.com
> nameserver 127.0.0.1

put the search domains all on the same line space or tab seperated

eg.
search pewamo.local sterlingheights.local auroravideosys.com

My guess is that you are resetting the search variable each time to a
single domain so that only the last one is actually being searched.

Bret



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to