Re: Using freebsd to analyse ip usage?
From: Simon Gray (simong_at_desktop-guardian.com)
Date: 11/20/03
- Previous message: Mark Terribile: "Re: New parts for new PC (need help - little knowledge of hardware)"
- In reply to: Frederick Bowes: "Using freebsd to analyse ip usage?"
- Next in thread: Charles Swiger: "Re: Using freebsd to analyse ip usage?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: <freebsd-questions@freebsd.org> Date: Thu, 20 Nov 2003 08:55:14 -0000
> Hello Everyone,
>
> At work there are some unused ip addresses but we dont know which ones
> they are (because there are alot of computers) is there a port which could
> be used to ping the subnet over a few days to work out which ip addresses
> are actually coming online? Thanks
You could use nmap
cd /usr/ports/security/nmap && make install
and then do something like
nmap -sP 192.168.0.0/24
(that should tell you what ip's are up)
Hope this helps,
Simon
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: Mark Terribile: "Re: New parts for new PC (need help - little knowledge of hardware)"
- In reply to: Frederick Bowes: "Using freebsd to analyse ip usage?"
- Next in thread: Charles Swiger: "Re: Using freebsd to analyse ip usage?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|