This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
networking:linux:spoof_mac_addr [2011/11/08 10:54] gcooper |
networking:linux:spoof_mac_addr [2011/11/08 11:02] (current) gcooper |
||
---|---|---|---|
Line 2: | Line 2: | ||
===== Linux ===== | ===== 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 | ||
</ | </ |