Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
change MAC address
Name: lambousa Date: August 14, 2005 at 18:54:37 Pacific OS: suse 9.3 CPU/Ram: amd2400/512MB
Comment:
I understand that it not possible to change the physical MAC address of a network adapter but is it possible to change its MAC address at the software level. I have tried via:
but I get the response "device or resource busy" and the MAC address remains the same.
Does anybody know of an alternative method?
The problem is that the ethernet facility on my motherboard seems to think that its MAC address is: 00:00:00:00:00:00 and in linux I can't get internet!
Name: Jake2 Date: August 14, 2005 at 19:03:17 Pacific
Reply:
You need to "ifconfig eth0 down" first, then change the MAC, and "ifconfig eth0 up" to use it.
0
Response Number 2
Name: lambousa Date: August 14, 2005 at 22:08:24 Pacific
Reply:
Thanks Jake for the tip. However, after up-ing the eth0 after the MAC switch, I can't seem to get the connection at all....
Anymore advice would be really appreciated, Dave
0
Response Number 3
Name: Jake2 Date: August 14, 2005 at 22:56:48 Pacific
Reply:
Did you reconfigure the IP address after up-ing it? If you use DHCP, you'll probably want to kill and relaunch dhcpcd or possibly dhclient. For static IPs, use ifconfig.
0
Response Number 4
Name: lambousa Date: August 15, 2005 at 07:14:14 Pacific
Reply:
You are absolutely right - I did not. Could you tell me what I would type to kill and relaunch the DHCP facility? Sorry to be so high maintenance, but I'm learning linux piece by piece! Dave
0
Response Number 5
Name: Jake2 Date: August 15, 2005 at 07:21:11 Pacific
Reply:
killall dhcpcd dhcpcd
or if you use dhclient (you can use "ps ax" to list running processes and find out)
killall dhclient dhclient
0
Response Number 6
Name: lambousa Date: August 16, 2005 at 05:17:32 Pacific
Summary: I want to change MAC address using RedHat 7.2, in Win XP this thing is posible in the "Advanced" seting of My Network Places. Regards, Alex. ...
Summary: I know it not possible to change MAC address of network adapter but can we change MAC ADDress in software driver level. I have changed MAC Address of Virtual network adapter just now.but i do not know...