• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Finding computers in Network

Mayfriday0529

Diamond Member
Having some trouble finding all the computers in the network connected to a router and a switch.

Looking at the DHCP Table only 9 computers show up, but I know there are more but they are not showing up.

I can manually ping some of the known missing computers no the Table.

Is there a program for me to sniff the network for other computers and get their IP addresses and names? or send broadcast ping to all of them?
 
ethereal can let you sniff a network interface, as well as better programs like tcpdump or windump if you're cursed with a Windows machine.

ping should let you send to broadcast addresses (the -b option allows this on Linux I think).
 
angry IP for windows, with the arp plugin works well. May not function if they have a Software firewall and block ICMP
 
GPO of entire domain to allow ICMP
[*]Incoming Echo request
[*]outgoing destination unreachable
[*]outgoing source quench

gpo only for xp with firewall turned on

then download foundstone sl.exe and ping entire subnet, then output to file.
 
Back
Top