mahimahi
Newbie level 4
Hi
I was playing around with changing the HWaddr on eth0.
It worked great.
My question is can I change the HWaddr to a 8byte address instead of a 12 byte address?
Can I use the HW Class Address in ifconfig to achieve that?
If yes what are the syntax for the
different class? ether, ax25, ARCnet, netrom
I am currently using this scipt to change mac address
#ifconfig eth0 down
#ifconfig eth0 hw ether 11:22:33:44:55:66 up
#ifconfig eth0 | grep HWaddr
Thanks in advance
I was playing around with changing the HWaddr on eth0.
It worked great.
My question is can I change the HWaddr to a 8byte address instead of a 12 byte address?
Can I use the HW Class Address in ifconfig to achieve that?
If yes what are the syntax for the
different class? ether, ax25, ARCnet, netrom
I am currently using this scipt to change mac address
#ifconfig eth0 down
#ifconfig eth0 hw ether 11:22:33:44:55:66 up
#ifconfig eth0 | grep HWaddr
Thanks in advance