1MACC(1) General Commands Manual MACC(1)
2
3
4
6 macchanger - MAC Changer
7
9 macchanger [options] device
10
12 macchanger is a Linux utility for viewing/manipulating the MAC address
13 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
26
27 -e, --endding
28 Don't change the vendor bytes.
29
30 -a, --another
31 Set random vendor MAC of the same kind.
32
33 -A Set random vendor MAC of any kind.
34
35 -r, --random
36 Set fully random MAC.
37
38 -l, --list[=keyword]
39 Print known vendors (with keyword in the vendor's description
40 string)
41
42 -m, --mac=XX:XX:XX:XX:XX:XX
43 Set the MAC XX:XX:XX:XX:XX:XX
44
46 macchanger -A eth1
47
49 ifconfig (8)
50
52 Alvaro Lopez Ortega <alvaro@alobbs.com>.
53
54
55
56 December 1, 2002 MACC(1)