| Author |
Message |
sc0ttman

Joined: 16 Sep 2009 Posts: 2174 Location: UK
|
Posted: Sun 23 Jan 2011, 17:47 Post subject:
MAC changer GUI 1.1 Subject description: change your MAC address |
|
macchanger
change your MAC address
(I know that can be done with ifconfig, but it broke my connection when I tested it, but this one never has)
I am not sure why you might change MAC address,
but you may need to change your mac address if:
- you are on a network that accepts only a limited number of or fixed mac addresses, and have too many devices
(my old xbox wifi adapter required me to look into this)
Here is a command line interface (terminal) tool for doing just that.
Usage: | Code: | macchanger [options] device
-h, --help Print this help
-V, --version Print version and exit
-s, --show Print the MAC address and exit
-e, --endding Don't change the vendor bytes
-a, --another Set random vendor MAC of the same kind
-A Set random vendor MAC of any kind
-r, --random Set fully random MAC
-l, --list[=keyword] Print known vendors
-m, --mac=XX:XX:XX:XX:XX:XX Set the MAC XX:XX:XX:XX:XX:XX |
I've attached a simple GUI for it, too.
UPDATED GUI, July 2011:
Version 1.1
- allows for creation of random MAC addresses
- creates startup script in /root/Startup to keep settings
- can create new random address at each boot
| Description |
the gui, version 1.1
|

Download |
| Filename |
macchanger-gui.pet |
| Filesize |
2.01 KB |
| Downloaded |
809 Time(s) |
| Description |
the gui
|

Download |
| Filename |
macchanger-gui.pet |
| Filesize |
1.6 KB |
| Downloaded |
776 Time(s) |
| Description |
cli tool
|

Download |
| Filename |
macchanger-1.5.0-i486.pet |
| Filesize |
81.68 KB |
| Downloaded |
940 Time(s) |
_________________ Akita Linux, VLC-GTK, Pup Search, Pup File Search
Last edited by sc0ttman on Mon 18 Jul 2011, 11:48; edited 2 times in total
|
|
Back to top
|
|
 |
chrome307

Joined: 15 Jan 2009 Posts: 713
|
Posted: Mon 24 Jan 2011, 07:55 Post subject:
|
|
@ sc0ttman
Thank you very much for this ....and all the other great apps you provide!!
I needed this application for my Linux Dreambox
|
|
Back to top
|
|
 |
sc0ttman

Joined: 16 Sep 2009 Posts: 2174 Location: UK
|
Posted: Mon 18 Jul 2011, 11:45 Post subject:
|
|
GUI updated to 1.1
now supports random MAC addresses and startup script in /root/Startup
_________________ Akita Linux, VLC-GTK, Pup Search, Pup File Search
|
|
Back to top
|
|
 |
n01fu
Joined: 10 Apr 2009 Posts: 9
|
Posted: Sun 06 Nov 2011, 19:12 Post subject:
lost eth0 |
|
mac changer and loaded an address of aa:aa:aa:aa:aa:aa,and after reboot my eth0 disappeared. i unloaded macchanger and could still not find my internal nic.
anyone have a suggestion on how to recover it?
|
|
Back to top
|
|
 |
cleg223
Joined: 07 Apr 2012 Posts: 19
|
Posted: Sat 21 Apr 2012, 09:41 Post subject:
Subject description: RE: |
|
I've noticed this pet does not support a menu entry, is there any chance of a version which provides this?
|
|
Back to top
|
|
 |
sc0ttman

Joined: 16 Sep 2009 Posts: 2174 Location: UK
|
Posted: Sat 21 Apr 2012, 13:10 Post subject:
Subject description: RE: |
|
| cleg223 wrote: | | I've noticed this pet does not support a menu entry, is there any chance of a version which provides this? |
| Code: | [Desktop Entry]
Categories=Network
Comment=Macchanger - edit your MAC address
Encoding=UTF-8
Exec=macchanger-gui
GenericName=Macchanger - edit your MAC address
Icon=/usr/local/lib/X11/mini-icons/pc-2x.xpm
Name=Macchanger - edit your MAC address
Terminal=false
Type=Application |
Paste the above text in a text editor and save as /usr/share/applications/mac_changer.desktop
_________________ Akita Linux, VLC-GTK, Pup Search, Pup File Search
|
|
Back to top
|
|
 |
Bill_Gates

Joined: 31 Jan 2007 Posts: 154 Location: Medina, Washington
|
Posted: Fri 12 Oct 2012, 15:11 Post subject:
|
|
sc0ttman, I love your MAC Changer app however it only changes eth0 why not wlan0 as well?
_________________ -Bill
"Who needs M$ - Puppy Rules!" 
|
|
Back to top
|
|
 |
sc0ttman

Joined: 16 Sep 2009 Posts: 2174 Location: UK
|
Posted: Sat 13 Oct 2012, 09:26 Post subject:
|
|
| Bill_Gates wrote: | | sc0ttman, I love your MAC Changer app however it only changes eth0 why not wlan0 as well? |
Cos I know nothing about network interfaces, how to find/choose them, etc... Someone is welcome to enlighten me, and I will post an update.
_________________ Akita Linux, VLC-GTK, Pup Search, Pup File Search
|
|
Back to top
|
|
 |
muggins
Joined: 20 Jan 2006 Posts: 6660 Location: lisbon
|
Posted: Sat 13 Oct 2012, 16:20 Post subject:
|
|
https://tails.boum.org/forum/Macchanger_doesn__39__t_work/
| Quote: | ifconfig wlan0 down
macchanger -a -e wlan0
ifconfig wlan0 up |
You could probably automate this by adding the above to /etc/rc.d/rc.local.
|
|
Back to top
|
|
 |
|