LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   mac address (https://www.linuxquestions.org/questions/linux-networking-3/mac-address-174337/)

romel 04-25-2004 06:48 AM

mac address
 
is it possible to change the mac address of my LAN card

chris78 04-25-2004 08:10 AM

Sure it is. :)
Do as root

Code:

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

Code:

ifconfig eth0 hw ether DE:AD:BE:EF:BE:EF


Chris

tomamodi 05-23-2004 12:57 AM

changing mac address
 
i want to change mac address my cache box didn't accept any other then its own so i want to release this and in software remove the particular mac address need to now the proper file where it is ?

sharper 05-23-2004 12:33 PM

I don't think you can change the actual MAC address of a card. It is assigned by the manufacturer when the card is made. Part of the number designates who made it, and the rest would designate model/serial number.

winsnomore 05-23-2004 06:23 PM

On some devices you might be able to change the address, but it's not a rule, the driver has to allow you to that. Ethernet addresses are typically "burned" into a serial flash prom connected to the ethernet device .. over-ride as I said is sometimes possible.

There are good reasons why one should NEVER mess with the ethernet addresses.
Chances are that you will make a mistake someday and install the same address on two machines .. the hell will break loose, the world peace will be endagnered and the sky might fall because the ether will be all gone ..
so don't ever do it ..

that's why the addresses are actually purchased by the hardware vendors from ieee sponsposed agency are not resusable .. unlike IP .. there are plenty of them around,

fuubar2003 05-23-2004 08:41 PM

GNU Mac Changer:
http://www.alobbs.com/modules.php?op...acc&file=index

SirMacsAlot:
http://www.michiganwireless.org/tools/sirmacsalot/

Ethernet MAC address spoofing in Linux:
http://whoozoo.co.uk/mac-spoof-linux.htm

tomamodi 05-23-2004 10:06 PM

dear i now that but i am behind the router in dsl so so it is lan
other thing is my cache box didn't except other lancard even same make and model i tried
this box is
p4 with no display
if connected to monitor it only give at boot

lilo loading cache................

thats all and screen goes blank

the original card with this box working but some problem in the connector
a little movement to connected lan cable stops the cache
i also tried to solder the contacts in that card but it will not work it is lose connection
steel i am using this with paper packing
made by some good expert i don't no where he is some ex pat i tried the email
so no back up use it or through it
this box as i told no display
way of use webmin after changing the lan the url for webmin not work to enter from connected pc
but i tried the tracert reach the system with same address
http:10.455.455.455.457:10000
return the old card it work
just to learn i mount this hdd at redhat and see the lilo ,boot information ,
but didn't find the exact problem why this didn't work with changing the same make and model lan card
i tried to remove the lilo to get prompt but nothing happen
i have that hdd mounted if you want any thing i will post it
so think of it as learning project

bugax 06-03-2004 09:34 AM

Hi to all,

bugax 06-03-2004 09:37 AM

Hi to all,
is there a method to retrieve the original MAC of a NIC from another PC in the same LAN. I've this problem, I would like to see if one user change his MAC.
Thanks

tomamodi 06-13-2004 10:44 AM

how to fix mac address
 
did any one have some information about fixing mac address
i want that the system will not except other lan card
linux is there any program that work on boot and check if lan card changed it didnt connect and refuse connection
think about it
thanks

athalcus 07-03-2004 11:48 AM

Hello all
I'm using linux yellowDog3.0(RH 7.3 based) on macintosh G3 (lombardo)
and it refuses to change mac adresse however you try it it just refuses!!
when i type

ifconfig eth0 down
ifconfig eth0 hw ether AA:FF:EE:BB:CC:DD
ifconfig eth0 up 192.168.1.1

and then i type ifconfig and the output is the old mac adresse!!!
Ifconfig doesn't give any error.
I did the same on my PC and it was OK ,it worked like a charm!
Is there possibly a way to get over hardware thing.

Thanks for you're time


All times are GMT -5. The time now is 05:27 PM.