Posts you requested:
[root@name root]# cat /etc/resolv.conf
; generated by /sbin/dhclient-script
search companyname.com
nameserver xxx.xxx.109.126
nameserver xxx.xxx.109.38
nameserver xxx.xxx.26.41
[root@name root]# ps aux| grep [d]hcp
root 8224 0.0 0.3 2064 996 ? S 17:51 0:00 /sbin/dhclient -1 -q -lf /var/lib/dhcp/dhclient-eth
[root@name root]# nslookup name
Note: nslookup is deprecated and may be removed from future releases.
Consider using the `dig' or `host' programs instead. Run nslookup with
the `-sil[ent]' option to prevent this message from appearing.
Server: xxx.xxx.109.126
Address: xxx.xxx.109.126#53
** server can't find name: SERVFAIL
[root@name root]# nslookup name xxx.xxx.109.126
Note: nslookup is deprecated and may be removed from future releases.
Consider using the `dig' or `host' programs instead. Run nslookup with
the `-sil[ent]' option to prevent this message from appearing.
Server: xxx.xxx.162.109.126
Address: xxx.xxx.109.126#53
** server can't find name: SERVFAIL
I also tried this last command against the backup DNS servers as well.
xxx.xxx.109.38 - gave the same response
xxx.xxx.26.41 - gave this response ** server can't find name: NXDOMAIN
I THINK I AM GETTING DNS INFO BECAUSE OF WHAT THE DHCLIENT-SCRIPT IS POSTING IN /ETC/RESOLV.CONF. I THINK SOMETHING IS WRONG WITH THE DHCP SERVER FORWARDING OF IP/HOSTNAME TO THE DNS.
I CAN ALSO TELL YOU THAT I SET UP SAMBA ON MY LINUX BOX IN HOPES THAT THE SMB TRAFFIC WOULD HELP, AND IT SEEMS TO HELP WINDOWS BOXES ON THE SAME SUBNET. IF A WINDOWS BOX CANNOT PING, THEN I MAP A DRIVE TO THE SAMBA SHARE AND IT SEEMS TO HELP. ALSO, IF I PING FROM A WINDOWS BOX ON THE SAME SUBNET AND MOVE THE WINDOWS BOX TO ANOTHER SUBNET, I CAN STILL PING, BUT ONLY FOR A WHILE.
Main Topics
Browse All Topics





by: XoFPosted on 2005-12-01 at 12:44:00ID: 15399700
Hmm, looks as if you don't get any DNS server information via DHCP...
Please post the output of the following commands:
cat /etc/resolv.conf
ps aux| grep [d]hcp
nslookup <hostname>
nslookup <hostname> <DNS-server's IP>
cheers,
-XoF-