Quote:
Originally Posted by jholder That's a hosts file/dns issue.
What does cat /etc/hosts reveal? |
It should be right...And 4.0.3 worked. In any case, /etc/hosts:
Code:
# cat /etc/hosts
127.0.0.1 localhost
192.168.2.12 merrimac.example.org merrimac
DNS:
Code:
[root@merrimac ~]# host merrimac
merrimac.example.org has address 192.168.2.12
local network information:
Code:
[root@merrimac ~]# hostname -f
merrimac.example.org
[root@merrimac ~]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:30:48:12:12:03
inet addr:192.168.2.12 Bcast:192.168.2.255 Mask:255.255.255.0 Did I miss something?
--Storm