emamm
2007-01-26, 02:15 AM CST
Hello
Although I have no problem to connect to the internet, I noticed that ping localhost won't work. It points to a completely different address.
ping localhost
PING localhost.linuxbox.net (211.106.65.110) 56(84) bytes of data.
Where did this linuxbox.net come from? Is it not suppose to be 127.0.0.1?
more hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
::1 localhost.localdomain localhost
and ifconfig shows
/sbin/ifconfig
eth1 Link encap:Ethernet HWaddr 00:11:5B:D3:44:F0
inet addr:192.168.0.2 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::211:5bff:fed3:44f0/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2651 errors:0 dropped:0 overruns:0 frame:0
TX packets:2422 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1697750 (1.6 MiB) TX bytes:553314 (540.3 KiB)
Interrupt:21 Base address:0xd400
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1793 errors:0 dropped:0 overruns:0 frame:0
TX packets:1793 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:5024688 (4.7 MiB) TX bytes:5024688 (4.7 MiB)
What could be wrong?
Many thanks
Ed
Although I have no problem to connect to the internet, I noticed that ping localhost won't work. It points to a completely different address.
ping localhost
PING localhost.linuxbox.net (211.106.65.110) 56(84) bytes of data.
Where did this linuxbox.net come from? Is it not suppose to be 127.0.0.1?
more hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
::1 localhost.localdomain localhost
and ifconfig shows
/sbin/ifconfig
eth1 Link encap:Ethernet HWaddr 00:11:5B:D3:44:F0
inet addr:192.168.0.2 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::211:5bff:fed3:44f0/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2651 errors:0 dropped:0 overruns:0 frame:0
TX packets:2422 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1697750 (1.6 MiB) TX bytes:553314 (540.3 KiB)
Interrupt:21 Base address:0xd400
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1793 errors:0 dropped:0 overruns:0 frame:0
TX packets:1793 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:5024688 (4.7 MiB) TX bytes:5024688 (4.7 MiB)
What could be wrong?
Many thanks
Ed