1MACCHANGER(1) General Commands Manual MACCHANGER(1)
2
3
4
6 macchanger - MAC Changer
7
9 macchanger [options] device
10
12 macchanger is a GNU/Linux utility for viewing/manipulating the MAC
13 address for network interfaces.
14
16 macchanger accepts the following options:
17
18 -h, --help
19 Show summary of options.
20
21 -V, --version
22 Show version of program.
23
24 -s, --show
25 Prints the current MAC. This is the default action when no other
26 option is specified.
27
28 -e, --ending
29 Don't change the vendor bytes.
30
31 -a, --another
32 Set random vendor MAC of the same kind.
33
34 -A Set random vendor MAC of any kind.
35
36 -r, --random
37 Set fully random MAC.
38
39 -p, --permanent
40 Reset MAC address to its original, permanent hardware value.
41
42 -l, --list[=keyword]
43 Print known vendors (with keyword in the vendor's description
44 string).
45
46 -b, --bia
47 When setting fully random MAC pretend to be a burned-in-address.
48 If not used, the MAC will have the locally-administered bit set.
49
50 -m, --mac XX:XX:XX:XX:XX:XX, --mac=XX:XX:XX:XX:XX:XX
51 Set the MAC XX:XX:XX:XX:XX:XX.
52
54 macchanger -A eth1
55
57 ifconfig (8)
58
60 Alvaro Lopez Ortega <alvaro@alobbs.com>.
61
62
63
64 April 10, 2013 MACCHANGER(1)