I managed to ping myself, localhost by 'ping localhost' with the output
:-
PING localhost (127.0.0.1): 56 data bytes
64 bytes from 127.0.0.1: icmp_seq=0 ttl=255 time=0.3 ms
64 bytes from 127.0.0.1: icmp_seq=1 ttl=255 time=0.3 ms
64 bytes from 127.0.0.1: icmp_seq=2 ttl=255 time=0.3 ms
64 bytes from 127.0.0.1: icmp_seq=3 ttl=255 time=0.3 ms

--- localhost ping statistics ---
4 packets transmitted, 4 packets received, 0% packet loss
round-trip min/avg/max = 0.3/0.3/0.3 ms

but it seem than I can not ping servers outside my box :(
[root@localhost /root]# ping www.tm.net.my
PING www.tm.net.my (202.188.0.175): 56 data bytes

--- www.tm.net.my ping statistics ---
2 packets transmitted, 0 packets received, 100% packet loss

Anyone know what's hapenning ?
I am running Red Hat 5.2 with kernel 2.2.5 and I can connect to the net
my ifconfig output are as follow :-
lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:3924  Metric:1
          RX packets:89 errors:0 dropped:0 overruns:0 frame:0
          TX packets:89 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0

ppp0      Link encap:Point-to-Point Protocol
          inet addr:202.188.22.45  P-t-P:202.188.3.111
Mask:255.255.255.255
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1500  Metric:1
          RX packets:136 errors:0 dropped:0 overruns:0 frame:0
          TX packets:315 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:10

anf for my route output :-Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
brk-as05.tm.net *               255.255.255.255 UH    0      0        0
ppp0
localhost       *               255.255.255.255 UH    0      0        0
lo
default         brk-as05.tm.net 0.0.0.0         UG    0      0        0
ppp0

As for my configuration files, I think it should be the same like the
original one.
By the way, I upgrade to kenel 2.2.x by using from Mandrake updates

Reply via email to