The ping is being done from an XP SP2 workstation. I get the same results with CentOS. I have another subnet that this is happening with as well. Pasted are the results.
C:\WINDOWS\system32>ping 198.187.5.011
Pinging 198.187.5.9 with 32 bytes of data:
Reply from 198.187.5.9: bytes=32 time=1ms TTL=30
Reply from 198.187.5.9: bytes=32 time=1ms TTL=30
Reply from 198.187.5.9: bytes=32 time=1ms TTL=30
Reply from 198.187.5.9: bytes=32 time=1ms TTL=30
Ping statistics for 198.187.5.9:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 1ms, Average = 1ms
I expect the behavior below:
C:\WINDOWS\system32>ping 198.187.5.09
Pinging 198.187.5.09 [198.187.5.9] with 32 bytes of data:
Reply from 198.187.5.9: bytes=32 time=1ms TTL=30
Reply from 198.187.5.9: bytes=32 time=1ms TTL=30
Reply from 198.187.5.9: bytes=32 time=1ms TTL=30
Reply from 198.187.5.9: bytes=32 time=1ms TTL=30
Ping statistics for 198.187.5.9:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 1ms, Average = 1ms
This is some wierd stuff. I have cerified that WINS and DNS do not have any odd entries. I have not seen this before.