-
Recent Posts
Recent Comments
Archives
Categories
Meta
Monthly Archives: September 2017
Finding devices on local network
Run the following command on a UNIX based machine: ping -c 3 192.168.1.255 > /dev/null; arp -a The first command pools devices and the second outputs the known devices on the network