also check your DNS entries ...... cat /etc/resolv.conf
make sure you see something similar to this:
nameserver 123.123.123.123
nameserver 223.223.223.223
(your nameservers must match a valid DNS server from your ISP)
If not change them or enter them in the same format like in this example and reboot your machine.
Main Topics
Browse All Topics





by: harbor235Posted on 2005-09-06 at 17:44:40ID: 14833316
Check basic connectivity first:
1) Do you have an IP configured on the proper interface? (ifconfig -a)
2) Is your default route set (netstat -rn)
3) Is the cable connecting the server to the switch good (look for send/receive errors, ifconfig -a)
4) is the switch port good (logonto switch/router, depends on type)
5) is the switch port turned up (logonto switch/router, depends on type)
Give those a try
harbor235 ;}