My Linux box can't get ping response when pinging itself like below:
ping localhost
ping 127.0.0.1
ping xxx.xxx.xxx.xxx (it is the Global ip get from my cable modem)
I post my /etc/hosts file here:
--------------------------------
127.0.0.1 localhost.localdomain localhost
--------------------------------
and the /etc/sysconfig/network file is here:
--------------------------------
NETWORKING=yes
HOSTNAME="localhost.localdomain"
--------------------------------
Waiting the suggestions.
Lei