IT Coding Tips
Pages
Home
Linux
Mobile
Java
PHP
Mysql
Javascript
Others
Wednesday, February 16, 2011
find your computer's neighbourhood ip address by one linux command
Run below line as one command in linux
for i in `seq 0 254`; do sudo arping -I eth0 -c1 -f 192.168.1.$i; done |grep Unicast
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment