This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
networking:linux:spoof_mac_addr [2011/11/08 10:54] gcooper created |
networking:linux:spoof_mac_addr [2011/11/08 11:02] (current) gcooper |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Spoof a MAC Address ====== | ====== Spoof a MAC Address ====== | ||
+ | |||
+ | ===== Linux ===== | ||
+ | |||
+ | Edit / | ||
+ | |||
+ | Specify your own desired MAC address instead of the one shown. | ||
< | < | ||
vim / | vim / | ||
- | ifconfig eth0 down hw ether 00: | + | ifconfig eth0 down hw ether 00: |
ifconfig eth0 up | ifconfig eth0 up | ||
+ | </ | ||
+ | |||
+ | Source the file and check your work: | ||
+ | |||
+ | < | ||
+ | / | ||
+ | |||
+ | ifconfig | more | ||
</ | </ |