Pages

Finding Network Devices

To find all the devices on my home network I used arp-scan from Mint/Ubuntu Terminal.

sudo apt-get install arp-scan

sudo arp-scan --interface=wlan1 --localnet

Where wlan1 is the name of the network interface which can be found with:

ifconfig