MAC Address

Reply

Join Date: Jul 2004
Posts: 1
Reputation: ydpraveen is an unknown quantity at this point 
Solved Threads: 0
ydpraveen ydpraveen is offline Offline
Newbie Poster

MAC Address

 
0
  #1
Jul 4th, 2004
Can we Change the MAC Address of an Ethernet Card in Linux 9
Reply With Quote Quick reply to this message  
Join Date: Mar 2004
Posts: 1,620
Reputation: kc0arf is a jewel in the rough kc0arf is a jewel in the rough kc0arf is a jewel in the rough 
Solved Threads: 51
Team Colleague
kc0arf kc0arf is offline Offline
Posting Virtuoso

Re: MAC Address

 
0
  #2
Jul 5th, 2004
Hello,

You MIGHT be able to, but why would you want to?

Which Linux version? Mandrake? RedHat?

Christian
Reply With Quote Quick reply to this message  
Join Date: Nov 2003
Posts: 781
Reputation: Zachery has a spectacular aura about Zachery has a spectacular aura about 
Solved Threads: 21
Team Colleague
Zachery's Avatar
Zachery Zachery is offline Offline
The Geek Father

Re: MAC Address

 
0
  #3
Jul 5th, 2004
sounds like someone is trying to avoid a ban for a gaming server.

99% of the time, its not possible on newer cards.
Firefox: no, its not the end all solution, it has its own issues and in time it will be just as insecure as IE, when its hit Firefox 6, if it makes it that far. Oh, and AOL pays for it, incase you didn't know.

Microsoft & Windows: If you hate it so much, move to linux, or bsd, or anything else, stop complaning and move on.
Good starting places: Gentoo Novell SUSE Fedora Core Apple
Reply With Quote Quick reply to this message  
Join Date: Jan 2004
Posts: 468
Reputation: TKS will become famous soon enough TKS will become famous soon enough 
Solved Threads: 18
TKS's Avatar
TKS TKS is offline Offline
Posting Pro in Training

Re: MAC Address

 
0
  #4
Jul 10th, 2004
You can change the MAC address with something like the following command:

ifconfig eth0 hw ether AA:FF:EE:00:00:00
My Home Away from Home: Yet Another Linux Blog
Reply With Quote Quick reply to this message  
Join Date: Jan 2004
Posts: 468
Reputation: TKS will become famous soon enough TKS will become famous soon enough 
Solved Threads: 18
TKS's Avatar
TKS TKS is offline Offline
Posting Pro in Training

Re: MAC Address

 
0
  #5
Jul 10th, 2004
Hey, why am I the only one who answered who isn't a supermod
My Home Away from Home: Yet Another Linux Blog
Reply With Quote Quick reply to this message  
Join Date: Dec 2003
Posts: 6,439
Reputation: DMR will become famous soon enough DMR will become famous soon enough 
Solved Threads: 363
Team Colleague
DMR's Avatar
DMR DMR is offline Offline
Wombat At Large

Re: MAC Address

 
0
  #6
Jul 12th, 2004
Originally Posted by TKS
Hey, why am I the only one who answered who isn't a supermod
Only because you posted before I did... :mrgreen:

"ifconfig eth0 hw ether AA:FF:EE:00:00:00"

Yes, that might very well work. The interface will probably have to be taken offline in order for that to work though, so before you try the above command, do the following:

ifdown eth0

Remember that the example "eth0" refers to your first or only Ethernet NIC; if you have 2 NICs and it's the address of the second that you want to change, it would be eth1 instead of eth0.

Also, a change implemented by the above command may not persist through a reboot; you have to take extra steps to make the new MAC "permanent". See the following for a bit more info:
http://whoozoo.co.uk/mac-spoof-linux.htm

There are also utilities specific to the individual chipset used on a given NIC which can change the MAC as well. Regardless of how you try to make the change, the chipset and driver must support this ability,

*Note that ISPs often use your MAC address as part of the information which authenticates you as a valid customer. Depending on your network/Internet configuration, changing your MAC addy might break your connection to your ISP.
"May the Wombat of Happiness snuffle through your underbrush."
- Ancient Aborigine blessing


Please do not contact me by email or PM for help. We're all volunteers here, and only have so much free time to dedicate to our efforts.

However, if I've been working on a thread with you already, and seem to have "forgotten" your thread, please do send me a message. I try not to let things slip through the cracks, but it does happen sometimes.
Reply With Quote Quick reply to this message  
Join Date: Mar 2004
Posts: 1,620
Reputation: kc0arf is a jewel in the rough kc0arf is a jewel in the rough kc0arf is a jewel in the rough 
Solved Threads: 51
Team Colleague
kc0arf kc0arf is offline Offline
Posting Virtuoso

Re: MAC Address

 
0
  #7
Jul 12th, 2004
Hi,

Wouldn't the MAC address on the Cable Modem / DSL device be the one tracked by the ISP? I know that on my systems here, there are various hops to get to the network. The ISP wouldn't care what NIC is in my Redhat box... they see the MAC on the cablemodem device.

Of course, the linux commands are not going to change the Cable Modem's information.

I have also thought of a reason why I would want to change a MAC address... so that I could have a wireless device filter for that MAC address.

Oh well.

Christian
Reply With Quote Quick reply to this message  
Join Date: Dec 2003
Posts: 6,439
Reputation: DMR will become famous soon enough DMR will become famous soon enough 
Solved Threads: 363
Team Colleague
DMR's Avatar
DMR DMR is offline Offline
Wombat At Large

Re: MAC Address

 
0
  #8
Jul 12th, 2004
Originally Posted by kc0arf
Hi,

Wouldn't the MAC address on the Cable Modem / DSL device be the one tracked by the ISP? I know that on my systems here, there are various hops to get to the network. The ISP wouldn't care what NIC is in my Redhat box... they see the MAC on the cablemodem device.
Depending on your particular setup (and your ISP), the cable modem will acquire the MAC addy of the attached device and pass that on to the ISP. That's the reason many broadband gateway routers have a "spoof this computer's MAC address" (or similar) option.
"May the Wombat of Happiness snuffle through your underbrush."
- Ancient Aborigine blessing


Please do not contact me by email or PM for help. We're all volunteers here, and only have so much free time to dedicate to our efforts.

However, if I've been working on a thread with you already, and seem to have "forgotten" your thread, please do send me a message. I try not to let things slip through the cracks, but it does happen sometimes.
Reply With Quote Quick reply to this message  
Join Date: Dec 2003
Posts: 6,439
Reputation: DMR will become famous soon enough DMR will become famous soon enough 
Solved Threads: 363
Team Colleague
DMR's Avatar
DMR DMR is offline Offline
Wombat At Large

Re: MAC Address

 
0
  #9
Jul 12th, 2004
Originally Posted by kc0arf
I have also thought of a reason why I would want to change a MAC address... so that I could have a wireless device filter for that MAC address.
Yes. As wireless becomes more ubiquitous, that reason is becoming more common.
"May the Wombat of Happiness snuffle through your underbrush."
- Ancient Aborigine blessing


Please do not contact me by email or PM for help. We're all volunteers here, and only have so much free time to dedicate to our efforts.

However, if I've been working on a thread with you already, and seem to have "forgotten" your thread, please do send me a message. I try not to let things slip through the cracks, but it does happen sometimes.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the *nix Software Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC