[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: list all the devices connected to the router



> seq 0 254 | while read f; do ping -c 1 $f; done; arp

grrrr, that should be:
seq 0 254 | while read f; do ping -c 1 192.168.1.$f; done; arp


Reply to: