Networking Forums

Networking Forums > Computer Networking > Linux Networking > Changing Mac Adres

Reply
Thread Tools Display Modes

Changing Mac Adres

 
 
Armed Beast
Guest
Posts: n/a

 
      04-24-2004, 04:10 PM
Hey.
Could someone help me change my computers mac adres.
I have a Intel pro 100 ve networking adapter.
It suports changing the mac adres in windows i can do it in device
propertys.
In Sun Java System (A Suse based linux) i can not configure my mac
adres and i can not find any information in the linux help file.

Tnx for your help.



----------------------------------------
The post originated from Linux Forum:
----------------------------------------
http://www.linuxforum.com
http://www.linuxforum.com/forums


 
Reply With Quote
 
 
 
 
Andrey Asadchev
Guest
Posts: n/a

 
      04-24-2004, 05:16 PM
Armed Beast wrote:
> Hey.
> Could someone help me change my computers mac adres.
> I have a Intel pro 100 ve networking adapter.
> It suports changing the mac adres in windows i can do it in device
> propertys.
> In Sun Java System (A Suse based linux) i can not configure my mac
> adres and i can not find any information in the linux help file.
>
> Tnx for your help.
>
>
>
> ----------------------------------------
> The post originated from Linux Forum:
> ----------------------------------------
> http://www.linuxforum.com
> http://www.linuxforum.com/forums
>
>


ifconfig ethx hw xx:xx:..:xx
 
Reply With Quote
 
Peteris Krumins
Guest
Posts: n/a

 
      04-24-2004, 06:32 PM
Andrey Asadchev <(E-Mail Removed)> wrote in news:c6e7dr$b35d2$1
@ID-134500.news.uni-berlin.de:

>
> ifconfig ethx hw xx:xx:..:xx
>


Wrong.

Correct: ifconfig <interface> hw ether xx:xx:xx:xx:xx:xx


--
P.Krumins
 
Reply With Quote
 
jack
Guest
Posts: n/a

 
      04-24-2004, 09:14 PM
Peteris Krumins wrote:
> Andrey Asadchev <(E-Mail Removed)> wrote in news:c6e7dr$b35d2$1
> @ID-134500.news.uni-berlin.de:
>
>
>>ifconfig ethx hw xx:xx:..:xx
>>

>
>
> Wrong.
>
> Correct: ifconfig <interface> hw ether xx:xx:xx:xx:xx:xx


But quite a reasonable effort, wasn't it...? - Anyways, Andrey get's
51% an since passes the test...


Cheers, Jack.

--
----------------------------------------------------------------------
My personal reading of the string "MicroSoft" expands to "NanoWeak"...
 
Reply With Quote
 
Armed Beast
Guest
Posts: n/a

 
      04-25-2004, 12:10 PM
Ok tnx guys it workt for me.



----------------------------------------
The post originated from Linux Forum:
----------------------------------------
http://www.linuxforum.com
http://www.linuxforum.com/forums


 
Reply With Quote
 
Vilmos Soti
Guest
Posts: n/a

 
      04-30-2004, 10:12 PM
(E-Mail Removed)lid (Armed Beast) writes:

> Could someone help me change my computers mac adres.
> I have a Intel pro 100 ve networking adapter.
> It suports changing the mac adres in windows i can do it in device
> propertys.
> In Sun Java System (A Suse based linux) i can not configure my mac
> adres and i can not find any information in the linux help file.


Are you sure that you actually change the mac address? Not just
what the nic listens on? If you reboot the box will you see the
new mac? If you put the card into a different box will you see
the new mac?

Anyways, ifconfig(8) might help you. Look at "hw class address"
or something similar.

Vilmos
 
Reply With Quote
 
Chris Newey
Guest
Posts: n/a

 
      05-01-2004, 02:58 PM

"Vilmos Soti" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> (E-Mail Removed)lid (Armed Beast) writes:
>
> > Could someone help me change my computers mac adres.
> > I have a Intel pro 100 ve networking adapter.
> > It suports changing the mac adres in windows i can do it in device
> > propertys.
> > In Sun Java System (A Suse based linux) i can not configure my mac
> > adres and i can not find any information in the linux help file.

>
> Are you sure that you actually change the mac address? Not just
> what the nic listens on? If you reboot the box will you see the
> new mac? If you put the card into a different box will you see
> the new mac?
>
> Anyways, ifconfig(8) might help you. Look at "hw class address"
> or something similar.
>
> Vilmos


Humm If by MAC address you mean the LAN card address you can't change it.
Every LAN card on the planet has a unique identifier built in. If this
wasn't the case then anarchy would rule.


 
Reply With Quote
 
Rod Smith
Guest
Posts: n/a

 
      05-01-2004, 04:00 PM
In article <kWOkc.5724$(E-Mail Removed)> ,
"Chris Newey" <(E-Mail Removed)> writes:
>
> Humm If by MAC address you mean the LAN card address you can't change it.
> Every LAN card on the planet has a unique identifier built in. If this
> wasn't the case then anarchy would rule.


While it's true that most Ethernet cards have MAC addresses built in (but
not all; I know of at least one that doesn't), many drivers DO support
changing the MAC address. Often this is done by putting the card into
promiscuous mode and having the driver take over part of the job that's
normally done in hardware. As others have posted, Linux supports this
through an ifconfig option. Some Windows drivers support a similar
feature, but this isn't universal, in my experience. Most broadband
routers have a similar features; they can "clone" a LAN-side MAC address
on their WAN port, enabling them to take over for a local computer even
if the ISP uses the MAC address for subscriber identification.

As to "anarchy would rule," well, that's a bit melodramatic. The MAC
address is purely local, so most networks only need a few unique MAC
addresses, and the chance of collision, even if MAC addresses were
assigned randomly, would be low. If my MAC address on my LAN is the same
as your MAC address on your LAN, that's unimportant. The computers could
have different IP addresses and communicate just fine, so long as they're
separated by one or more routers.

In fact, I've heard of cases where manufacturers have slipped up and
shipped out multiple cards with identical MAC addresses. Most often this
is discovered when one site buys a bunch of them and discovers the error
the hard way. In cases like this, the ability to override the MAC address
can be extremely helpful.

--
Rod Smith, (E-Mail Removed)
http://www.rodsbooks.com
Author of books on Linux, FreeBSD, and networking
 
Reply With Quote
 
James Knott
Guest
Posts: n/a

 
      05-01-2004, 07:11 PM
Chris Newey wrote:

> Humm If by MAC address you mean the LAN card address you can't change it.
> Every LAN card on the planet has a unique identifier built in. If this
> wasn't the case then anarchy would rule.
>


Actually, you can change the MAC on many card. Also, the MAC only has to be
unique on the local network. Once you pass through a router, the original
MAC becomes irrelevant.

man ifconfig for details on changing the hardware address (MAC)

--

Fundamentalism is fundamentally wrong.

To reply to this message, replace everything to the left of "@" with
james.knott.
 
Reply With Quote
 
Randy Howard
Guest
Posts: n/a

 
      05-02-2004, 02:16 AM
In article <kWOkc.5724$(E-Mail Removed)> , newey499
@hotmail.com says...
> Humm If by MAC address you mean the LAN card address you can't change it.


You couldn't be more wrong.

--
Randy Howard
2reply remove FOOBAR

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing IP amerar@iwc.net Linux Networking 2 11-26-2005 06:23 AM
Changing IP Shahin Windows Networking 4 11-23-2005 01:16 PM
changing IP's Colin Bean Broadband 3 03-02-2004 09:04 PM
NIC lost ip-adres after 2 hrs. Rene Wennekes Windows Networking 2 02-23-2004 12:01 PM
MAC adres filter on DI-624 Jigger_Bart Wireless Internet 1 07-14-2003 07:37 PM



1 2 3 4 5 6 7 8 9 10 11