Hi Guys, I'm looking for an IP scanner that can scan a range of addresses and give me a list of all the alive hosts, without me having to manually ping all 255 available addresses. Up untill now I have always used Angry IP scanner under windows but would prefer if I can do all my work from my linux box. Before anyone says 'why don't you just use dhcp?', it's for configuring static ip's for devices such as wireless access points, voip ata's etc, where we need to know the ip to configure them via a web browser. Any help greatly appreciated, Cheers, Aidan.
Hi Guys, I'm looking for an IP scanner that can scan a range of addresses and give me a list of all the alive hosts, without me having to manually ping all 255 available addresses. Up untill now I have always used Angry IP scanner under windows but would prefer if I can do all my work from my linux box.
nmap should do what you need. Type 'nmap' to get its list of options, or 'man nmap' to read the manual. - Dave
On Wednesday 08 February 2006 14:43, Aidan Holmes wrote:
Hi Guys, I'm looking for an IP scanner that can scan a range of addresses and give me a list of all the alive hosts, without me having to manually ping all 255 available addresses. Up untill now I have always used Angry IP scanner under windows but would prefer if I can do all my work from my linux box.
fping will do this but has to be run as root I think. It is included with the SuSE distribution. fping -g 192.168.0.1 192.168.0.254 2> /dev/null | grep alive -- Regards, Graham Smith
participants (3)
-
Aidan Holmes
-
dparker@utica.edu
-
Graham Smith