Gentoo Archives: gentoo-user

From: Martin Marcher <ekimus@×××××××××××××××××××.at>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] [OT] Finding other machines on the network
Date: Tue, 30 Aug 2005 15:33:56
Message-Id: 200508301711.55039.ekimus@xover.htu.tuwien.ac.at
In Reply to: [gentoo-user] [OT] Finding other machines on the network by Andrew Lowe
1 Dienstag 30 August 2005 16:51, Andrew Lowe:
2 > Is there a utilitiy in portage that will try all of
3 > the ip addresses in a range and let me know if something it at the other
4 > end, ie something like automatically pinging all of the addresses in a
5 > range and reporting what addresses responded?
6
7 if it pings:
8
9 nmap -sP 192.168.0.1-254
10
11 hth