> i tried running the command:
> ip link set eth0 address 00:40:54:31:7c:7c
>
> It gave me an error that that the device is busy...
>
> This will spoof the mac address when it works...
> Do i need to disable some thing to run this command?

IIRC, you may not be able to change the MAC address while the link is
up...try:

svi dhclient stop
net stop
ip link set eth0 address 00:40:54:31:7c:7c
net start
svi dhclient start

Charles Steinkuehler
http://lrp.steinkuehler.net
http://c0wz.steinkuehler.net (lrp.c0wz.com mirror)



_______________________________________________
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user

Reply via email to