Results 1 to 2 of 2
Hi..
I need to scan the network for the all systems presently working in network and in the range from x.y.z.a to x.y.z.b , print the ip addresses to a ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-06-2009 #1Just Joined!
- Join Date
- Jan 2009
- Posts
- 4
How to scan for the systems in range x.y.z.a to x.y.z.b
Hi..
I need to scan the network for the all systems presently working in network and in the range from x.y.z.a to x.y.z.b , print the ip addresses to a file....!
How to do it.??
Please do the needful..
- 02-06-2009 #2Just Joined!
- Join Date
- Feb 2009
- Location
- USA
- Posts
- 21
try this,
your list of active ip's should be in ip-list file...Code:fping -c 1 -g x.y.z.0/24 2>/dev/null;arp -n | grep ether > ip-list;


Reply With Quote
