Here’s a really cool, very simple command that will list the IP addresses of all devices on your network. In a console window run:
arp -a
On Linux that would normally have to be run as the root user, so a regular user could do:
sudo arp -a
Here’s a really cool, very simple command that will list the IP addresses of all devices on your network. In a console window run:
arp -a
On Linux that would normally have to be run as the root user, so a regular user could do:
sudo arp -a
Leave a Reply
You must be logged in to post a comment.