[openbeosnetteam] Net_Server Loopback ping

Here's something odd (at least I think it is).  After shutting off net_server 
and running the new stack, I accidentally pinged from the wrong dir (using R5 
ping I guess) and got the output below.  I'm not sure if it's pinging our 
loop0 or if the old loop0 is still active, but it's hitting something.  
You'll notice that when I try and ping my tulip0 address, it doesn't work.

$ ifconfig/ifconfig -a
tulip0: flags=29<UP,RUNNING,BROADCAST> mtu 1500
        inet 65.205.112.85 netmask 0xff000000 broadcast 65.255.255.255
loop0: flags=119<UP,RUNNING,MULTICAST,LOOPBACK> mtu 16384
        inet 127.0.0.1 netmask 0xff000000
$ ping 127.0.0.1
32 bytes from 127.0.0.1       sequence  1 round-trip-time  8.6 msecs
32 bytes from 127.0.0.1       sequence  2 round-trip-time  0.5 msecs
32 bytes from 127.0.0.1       sequence  3 round-trip-time  0.5 msecs
32 bytes from 127.0.0.1       sequence  4 round-trip-time  2.8 msecs
32 bytes from 127.0.0.1       sequence  5 round-trip-time  0.5 msecs

$ ping 65.205.112.85
ping send: Network is unreachable
$ pwd
/boot/home/Desktop/OpenBeOS/Apr30/net_kit/source/apps
$   



Here's where I use the new ping app....

$ ping 127.0.0.1
PING 127.0.0.1 (127.0.0.1): 56 data bytes
64 bytes from 127.0.0.1: icmp_seq=0 ttl=255 time=0.296 ms
64 bytes from 127.0.0.1: icmp_seq=1 ttl=255 time=0.190 ms
64 bytes from 127.0.0.1: icmp_seq=2 ttl=255 time=0.250 ms
64 bytes from 127.0.0.1: icmp_seq=3 ttl=255 time=0.311 ms
64 bytes from 127.0.0.1: icmp_seq=4 ttl=255 time=0.526 ms
--- 127.0.0.1 ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max/std-dev = 0.190/0.314/0.526/0.115 ms

$ ping 65.205.112.81
PING 65.205.112.81 (65.205.112.81): 56 data bytes
64 bytes from 65.205.112.81: icmp_seq=0 ttl=255 time=3.656 ms
64 bytes from 65.205.112.81: icmp_seq=1 ttl=255 time=0.505 ms
--- 65.205.112.81 ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max/std-dev = 0.505/2.080/3.656/1.576 ms

$ pwd
/boot/home/Desktop/OpenBeOS/Apr30/net_kit/source/apps/ping
$     


Other related posts: