Note
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Package talk:Iproute2"
Jump to navigation
Jump to search
Threesixes (talk | contribs) m (almost finished testing) |
Threesixes (talk | contribs) m |
||
Line 4: | Line 4: | ||
###i## ip link set dev wlan0 up}} | ###i## ip link set dev wlan0 up}} | ||
{{note| | {{note|confirmed working with actually dropping the network manager connections before hand... so note to completely disconnect from the router before running the commands.}} | ||
{{note| | {{note|original mac address will return to the device upon network restart, alternate wifi ap selection, and possibly upon disconnect.}} | ||
https://github.com/alobbs/macchanger/blob/master/data/wireless.list imitate known wireless brands. (some cards/routers don't like some arbitrary mac addresses) | https://github.com/alobbs/macchanger/blob/master/data/wireless.list imitate known wireless brands. (some cards/routers don't like some arbitrary mac addresses) |
Latest revision as of 11:56, January 16, 2015
mac address reassignment
root # ip link set dev wlan0 down root # ip link set dev wlan0 address XX:XX:XX:XX:XX:XX root # ip link set dev wlan0 up
Note
confirmed working with actually dropping the network manager connections before hand... so note to completely disconnect from the router before running the commands.
Note
original mac address will return to the device upon network restart, alternate wifi ap selection, and possibly upon disconnect.
https://github.com/alobbs/macchanger/blob/master/data/wireless.list imitate known wireless brands. (some cards/routers don't like some arbitrary mac addresses)