PDA

View Full Version : (BBKing) Ping weirdness...


badnbusy
02-06-2004, 16:47
I dont get this.

If I ping 10.22.48.1 i get:

Pinging 10.22.48.1 with 32 bytes of data:

Request timed out.
Request timed out.
Request timed out.
Request timed out.

However if I ping 80.5.164.128 i get:


Pinging 80.5.164.128 with 32 bytes of data:

Reply from 10.22.48.1: bytes=32 time=8ms TTL=254
Reply from 10.22.48.1: bytes=32 time=8ms TTL=254
Reply from 10.22.48.1: bytes=32 time=8ms TTL=254
Reply from 10.22.48.1: bytes=32 time=7ms TTL=254

Why does it redirect to 10.22.48.1 - the initial IP I was trying to ping - and what didnt reply...

BBKing
02-06-2004, 19:53
We block access to private IPs for security reasons. However, what you're pinging is a UBR interface on your subnet with multiple IPs all ARPing to the same MAC address. The echo reply packet merely picks the first IP address allocated to that interface to reply from.

badnbusy
04-06-2004, 23:48
Thanks for that :)