get

  • Thread starter Thread starter Colin
  • Start date Start date
C

Colin

Is there a way to find out all ip address active on a
network. I had a wireless router added and couldn't
remember the address designated to it. I had to ping all
numbers and it turned out to be 103 however this was very
time consuming, surely there is a way to do this quicker.

Thanks,


Colin
 
you could try pinging the broadcast address for the subnet then arp -a to view the IP addresses that reponded
 
grab a free scanning tool and scan your entire subnet... basically what you
did manually...

or just look in DNS :p


madferret said:
you could try pinging the broadcast address for the subnet then arp -a to
view the IP addresses that reponded
 
try sniffing for it, or use netstat or nbtstat to find
resolved names, and corelate from there.
the sniffer is probably easiest, if you know the ips of
the other terms.
your best bet is to document your config. have fun
 
Back
Top