I am a host in a 255.255.255.0 subnet - conforming to RFC1918.
What ways are possible (without iterating over the 254 addresses) to map the IPEndPoints in my local subnet?
|
I am a host in a 255.255.255.0 subnet - conforming to RFC1918. What ways are possible (without iterating over the 254 addresses) to map the IPEndPoints in my local subnet? | ||||
|
feedback
|
|
nik is close; you do need to ping the broadcast, but not all systems will respond directly. Note the broadcast address is not the same as your network address. If your IP is
Oddly enough, I get responses from a Win-7 machine on my network when pinging the broadcast address, but no one else's responses show up. There are 4 devices on my network (router, XP, Win7, debian); all 3 remote machines are listed correctly in the | |||||||||||||
feedback
|
|
If you send a broadcast ping with, ping network_address -b where This means, if your IP address is | |||||
feedback
|