Is there a "print-friendly" way to show a summary of all the devices on my network using the router's Admin page?
At a minimum, I would like to see each active and inactive device's IP and MAC address.
Easy, do a nmap scan and output to a text file, and then print it.
nmap -sn
Done.
I can't think of an easy way to fetch that information from the router using the admin page. I can copy & paste of the main device list to a Word page and then double back to c&p each individual device's information to another Word page.