Hey all,
I was doing a network scan and found an address that shouldn't exist in a reserved range of addresses. I did a quick PING test to make sure it was still up so I could NMAP it to find out more about it and received a "Destination host unreachable" response. The address I'm pinging from is 192.168.2.19 and the address I'm pinging is 192.168.2.89. I thought my test machine had been bumped off the network so I tried pinging a different machine and that worked. Here are the results of two ping tests, one successful and one NOT successful (which is the one I'm trying to find out about):
C:\>ping 192.168.2.10
Pinging 192.168.2.10 with 32 bytes of data:
Reply from 192.168.2.10: bytes=32 time<1ms TTL=128
Reply from 192.168.2.10: bytes=32 time=1ms TTL=128
Reply from 192.168.2.10: bytes=32 time<1ms TTL=128
Reply from 192.168.2.10: bytes=32 time<1ms TTL=128
Ping statistics for 192.168.2.10:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 1ms, Average = 0ms
C:\>ping 192.168.2.89
Pinging 192.168.2.89 with 32 bytes of data:
Reply from 192.168.2.19: Destination host unreachable.
Reply from 192.168.2.19: Destination host unreachable.
Reply from 192.168.2.19: Destination host unreachable.
Reply from 192.168.2.19: Destination host unreachable.
Ping statistics for 192.168.2.89:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Did anyone else notice that the "Reply from" address is the address that I'm PINGing FROM??? Every address under .100 is a manually applied static address. My DHCP servers start their addresses at .101. Am I overlooking something obvious here? I thought that maybe the .89 device was on a different subnet, but then my network scan wouldn't have picked it up, right? Any help here would be greatly appreciated!
Thanks,
Joe B
(Jobee 1)
I was doing a network scan and found an address that shouldn't exist in a reserved range of addresses. I did a quick PING test to make sure it was still up so I could NMAP it to find out more about it and received a "Destination host unreachable" response. The address I'm pinging from is 192.168.2.19 and the address I'm pinging is 192.168.2.89. I thought my test machine had been bumped off the network so I tried pinging a different machine and that worked. Here are the results of two ping tests, one successful and one NOT successful (which is the one I'm trying to find out about):
C:\>ping 192.168.2.10
Pinging 192.168.2.10 with 32 bytes of data:
Reply from 192.168.2.10: bytes=32 time<1ms TTL=128
Reply from 192.168.2.10: bytes=32 time=1ms TTL=128
Reply from 192.168.2.10: bytes=32 time<1ms TTL=128
Reply from 192.168.2.10: bytes=32 time<1ms TTL=128
Ping statistics for 192.168.2.10:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 1ms, Average = 0ms
C:\>ping 192.168.2.89
Pinging 192.168.2.89 with 32 bytes of data:
Reply from 192.168.2.19: Destination host unreachable.
Reply from 192.168.2.19: Destination host unreachable.
Reply from 192.168.2.19: Destination host unreachable.
Reply from 192.168.2.19: Destination host unreachable.
Ping statistics for 192.168.2.89:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Did anyone else notice that the "Reply from" address is the address that I'm PINGing FROM??? Every address under .100 is a manually applied static address. My DHCP servers start their addresses at .101. Am I overlooking something obvious here? I thought that maybe the .89 device was on a different subnet, but then my network scan wouldn't have picked it up, right? Any help here would be greatly appreciated!
Thanks,
Joe B
(Jobee 1)