|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] Re: DNS trouble shooting and DHCP/DNS connection (Chad Waters)
|
> I added mydomain.com to the /etc/resolv.conf, it gives
> me same error message. the /etc/resolv.conf file looks
> like this:
>
> nameserver 192.168.1.2
> nameserver 68.82.0.6
> nameserver 68.82.0.5
> search mydomain.com
> search wchstr01.ps.comcast.com
>
> Sijian Zhou
>
well you probably need to put
the search domains on the same line.
This is what I have and everything
works correctly for me:
hagibis[1]% cat /etc/resolv.conf
nameserver 127.0.0.1
search i.madugas.org madugas.org
hagibis[2]% ping tambay
PING local-1-006.i.madugas.org (192.168.1.6) from 192.168.1.2 : 56(84) bytes of data.
hagibis[3]% ping darna
PING darna.madugas.org (207.245.115.20) from 207.245.115.19 : 56(84) bytes of data.
hagibis[4]% ping www.ajb.org
PING www.ajb.org (216.34.90.245) from 207.245.115.19 : 56(84) bytes of data.
/epike
_________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.netisland.net/mailman/listinfo/plug-announce
General Discussion -- http://lists.netisland.net/mailman/listinfo/plug
|