> > Try pinging all the addresses. I assume there are only 253 possibilities,
> > so that's easy to script.
>
> Cannot ping the MAC addresses from the shell.
>

So, ping ipaddrs instead.

  for i in $(seq 2 254) ; do echo $i $(ping -q -c5 192.168.55.$i) ; done
_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to