5
I seem to be having some odd results when running netdiscover
on my home network. From the cable modem to my scanner (skipping a few peripherals), here's the basic layout:
The cable modem is connected to our router, which also serves as DHCP server and primary Wi-Fi AP.
From there (again, skipping peripherals) the connection goes to a LAN port on another router, which has been stripped of its router roles (DHCP, etc) and acts only as a secondary Wi-Fi AP.
My laptop is connected to the secondary AP, running Windows 7 x64.
I'm running
netdiscover
from a virtual machine on my laptop, which is running Backtrack Linux.The virtual machine is connected to my network via a VirtualBox adapter, running in "bridged" mode.
The network's addresses are in the 10.0.0.0/8 range of RFC 1918 address space.
So, I ran netdiscover
on the Backtrack VM. Most of the addresses returned were pretty much as expected, except for two.
IP At MAC Address Count Len MAC Vendor
-----------------------------------------------------------------------------
192.168.2.1 00:17:9a:8f:69:cf 01 060 D-Link Corporation
192.168.2.1 00:17:9a:8f:69:d0 01 060 D-Link Corporation
I've got a fairly solid guess as to what this is - a D-Link VoIP router that we're only leaving connected (hard-line to the router) for its VoIP functions. The IP address looks like it may be a factory default (I'll be troubleshooting that another time) for the device.
What's I'm scratching my head over now is: Why was the D-Link device at 192.168.2.1 able to receive and return the ARP packets across a 10.x.x.x network?
2Just as I finished writing this, I think I've gotten my head wrapped around it. But, for the sake of the community, I'd like to see what someone else will write up for it. – Iszi – 2011-11-16T00:42:45.657