Printing All Devices on Network via 192.168.1.1 Admin Page?

wsr203
Enthusiast - Level 3

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.

0 Likes
Reply
1 Solution
Cang_Household
Community Leader
Community Leader

Easy, do a nmap scan and output to a text file, and then print it.

nmap -sn

Done.

View solution in original post

2 Replies
dexman
MVP MVP
MVP

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.

Cang_Household
Community Leader
Community Leader

Easy, do a nmap scan and output to a text file, and then print it.

nmap -sn

Done.