Posts tagged as:

ip addresses

1) First try pining your own IP address to see if your IP address is set properly, syntax is:
ping IP-ADDRESS
If your IP address is 202.54.1.10 then try:
# ping 202.54.1.10
Tip use ifconfig command to see IP address for eth0 or any other interface.
2) Try pinging neighboring machines IP addresses:
# ping 192.168.1.2
# ping 202.54.1.12

If you need to [...]

{ 0 comments }