Forum Discussion
manoflinux
15 years agoVisitor
if you have root and are at home you can do this to show all the rokus on the network, just replace 192.168.0.* with your network info.
sudo nmap -O 192.168.0.*|grep "MAC Address:\|report for"|grep -i -B 1 roku
And yes you windows guys can do this to. http://nmap.org/book/inst-windows.html
just don't do it at work. and if you do don't blame me if you get a visit from your network admin.
If you are the network admin, don't worry about it. 😉
sudo nmap -O 192.168.0.*|grep "MAC Address:\|report for"|grep -i -B 1 roku
And yes you windows guys can do this to. http://nmap.org/book/inst-windows.html
just don't do it at work. and if you do don't blame me if you get a visit from your network admin.
If you are the network admin, don't worry about it. 😉