On a client's box that we are trying to get setup to talk to the internet so we can ssh into the box, ping is acting wonky.
# ping 192.9.206.201
PING 192.9.206.201 (192.9.206.201): 56 data bytes
64 bytes from a3684 (192.9.206.9): icmp_seq=0 ttl=64 time=0 ms
The response is not from the router that I'm trying to ping, but the server itself.
# netstat -r
Routing tables
Destination Gateway Flags Refs Use Interface
default 192.9.206.201 UGS 0 0 net0
localhost localhost UH 4 53513 lo0
a3684 localhost UGHS 0 7 lo0
224 a3684 UCS 0 0 net0
(Sorry for the munged table)
Its running SCO Openserver 5.0.5
I have servers like this working just fine elsewhere. Never seen this behavior before.
Internally they telnet into it to use it and it works fine.
Anyone know what's up?
# ping 192.9.206.201
PING 192.9.206.201 (192.9.206.201): 56 data bytes
64 bytes from a3684 (192.9.206.9): icmp_seq=0 ttl=64 time=0 ms
The response is not from the router that I'm trying to ping, but the server itself.
# netstat -r
Routing tables
Destination Gateway Flags Refs Use Interface
default 192.9.206.201 UGS 0 0 net0
localhost localhost UH 4 53513 lo0
a3684 localhost UGHS 0 7 lo0
224 a3684 UCS 0 0 net0
(Sorry for the munged table)
Its running SCO Openserver 5.0.5
I have servers like this working just fine elsewhere. Never seen this behavior before.
Internally they telnet into it to use it and it works fine.
Anyone know what's up?