View Single Post
  #3   (View Single Post)  
Old 7th May 2008
s2scott's Avatar
s2scott s2scott is offline
Package Pilot
 
Join Date: May 2008
Location: Toronto, Ontario Canada
Posts: 198
Default

Assuming you have the ifconfig interface issues settled, the next usual culprit is

Code:
/etc/nsswitch.conf
...
passwd:     files
group:      files
 hosts:      dns files
ipnodes:    files
networks:   files
protocols:  files
rpc:        files
ethers:     files
netmasks:   files
bootparams: files
publickey:  files
...
Edit yours so that the "hosts" line to read per above; that is, include the "dns" entry. The default is "file" only.

/S
__________________
Never argue with an idiot. They will bring you down to their level and beat you with experience.
Reply With Quote