hiya guys, another easy one for you, how do i find out the MAC Address of my router is, it was on a sticker underneith it but that's being gon a while any thoughts ? Edit: BTW: using kubuntu
Try: Code: arp -D <ip_address> Lets say your router has an IP address of 192.168.1.1. You would type: Code: arp -D 192.168.1.1