How to change MAC Address in ubuntu 8.04

Asked by Master

sudo gedit /etc/network/interfaces
 I have used the above but my ip is dynamic. So How to change mac. I hope no connection with ip.

Question information

Language:
English Edit question
Status:
Solved
For:
Gufw Edit question
Assignee:
No assignee Edit question
Solved by:
Vadim Peretokin
Solved:
Last query:
Last reply:
Revision history for this message
Master (vishal-future-) said :
#1

Still Waiting for answers

Revision history for this message
Daniel Schwitzgebel (schwitzd) said :
#2

add this line
hwaddress ether 00:00:00:00:00:00

Revision history for this message
Best Vadim Peretokin (vperetokin) said :
#3

Gufw doesn't do this. However there is a program in the "macchanger-gtk" package that could help you out on this.

Revision history for this message
Master (vishal-future-) said :
#4

Thank You Vadim!!
This Solved My Problem.

I have done this thing.

Downloaded the "macchanger-gtk" from http://packages.ubuntu.com/hardy/i386/macchanger/download
After insalling I opened Terminal, typed
man macchanger
      to see all options
to stop the ethernet card for changing it's address
     sudo ifconfig eth0 down
to change address
     macchanger --mac xx:xx:xx:xx:xx:xx eth0

That's It I have done !!!!

sudo ifconfig eth0 up

and start using faked MAC.

Once Again!! Thank you Vadim

Revision history for this message
Master (vishal-future-) said :
#5

Thanks Vadim Peretokin, that solved my question.

Revision history for this message
Master (vishal-future-) said :
#6

This package is working fine in my Ubuntu 8.04 Hardy