Loading
How to change MAC address in Ubuntu permanantly
Mar 07, 2009 By noman13bd
Hi all, i want to change my MAC address permanently in Ubuntu. Now, i can change it temporarily i.e each time i open my Ubuntu i have to change it. I change it in this way change-mac-address-in-ubuntu. But how can i change it permanently ?? plz help
Trending Topics
| You Need A Budget | Feb 10, 2012 |
| The Linux powered LAN Gaming House | Feb 08, 2012 |
| Creating a vDSO: the Colonel's Other Chicken | Feb 06, 2012 |
| Your CMS Is Not Your Web Site | Feb 01, 2012 |
| Casper, the Friendly (and Persistent) Ghost | Jan 31, 2012 |
| Razor-qt 0.4 - Qt based Desktop Environment | Jan 30, 2012 |
- Fun with ethtool
- Parallel Programming with NVIDIA CUDA
- Readers' Choice Awards 2011
- 100% disappointed with the decision to go all digital.
- Linux-Based X Terminals with XDMCP
- Validate an E-Mail Address with PHP, the Right Way
- You Need A Budget
- The Linux powered LAN Gaming House
- Why Python?
- Python for Android
- Employment Posters
3 hours 45 min ago - Sure the best distro is
5 hours 5 min ago - BeOS was the best
7 hours 49 min ago - I use Wireshark on a daily
12 hours 19 min ago - buena información
17 hours 26 min ago - One important "bucket" that I didn't note (désolé si qqun deja d
18 hours 27 min ago - Gnome3 is such a POS. No one
1 day 3 hours ago - Gnome 3 is the biggest POS
1 day 4 hours ago - I didn't knew this thing by
1 day 10 hours ago - Author's reply
1 day 13 hours ago





Solution
I know this is late, but here is the answer. Maybe at least someone else can find the answer here.
Edit /etc/network/interfaces to look something like this for your eth0. Change eth0 to the nic you are working with.
"hwaddress ether 00:01:02:03:04:05" is the key to the mac change. Set it to the mac you are wanting.
auto eth0
iface eth0 inet dhcp
hwaddress ether 00:01:02:03:04:05
Good Luck...
there is a way
you use linux, right, if i understand correctly you want linux to take the new mac and use it every time you reboot your computer. well, if that what you want you can use the ifconfig or macchanger to write a script and put it here /etc/init.d/rc.local/SCRIPTNAME.sh.
and dont forget to change the mode to enable it to be executed.
and i think the problem will be solved
peace...
prem changes
Can be writen or rewriten to the prom that holds it, but good luck finding that software, its hardware dependant. way easier to just buy a new card. that will change it permanently too.
MAC Address change
I believe that MAC address is hard-wired into the NIC and can't be changed permanetly.