-
Junior Member level 3
Achievements:
change ethernet address
It can be useful , to solv to license problems to change
your ethernet card address .
It can be done like this :
# ifconfig eth0 down
# ifconfig eth0 hw ether 11:22:33:44:55:66 up
# ifconfig eth0 | grep HWaddr
eth0 Link encap:Ethernet HWaddr 11:22:33:44:55:66
That 's ok !!
-
Member level 5
Achievements:
ifconfig eth0 hw ether
Do you try it? i change the mac address under windows 98 and windows 2000, the mac address is changed, but eda tools fail to get a license.
Does it success under solaris or other unix platform?
-
Junior Member level 3
Achievements:
how to change ethernet address
I did not test it with a license manager ,
but i think it should work !
I'll make the test .
-
Junior Member level 3
Achievements:
changing ethernet address
I've tried to generate a license with EFALicGen with
node lock 000011223344 then i changed my Mac address
with ifconfig
# ifconfig eth0 down
# ifconfig eth0 hw ether 00:00:11:22:33:44 up
And then i lauched the software ...
It works !!
-
Member level 2
Achievements:
change ethernet address linux
It's only temp. to change the ether. address. After you reboot the system, the ether address become the org.
-
Junior Member level 3
Achievements:
-
Member level 2
Achievements:
change ethernet adress
I knew that. thks anyway.
-
Member level 1
Achievements:
changing ethernet address linux
Hi,
I don't have a network card, so I've heard that I can emulate one with:
modprobe dummy
ifconfig dummy0
I did that, and the device shows in the list, and I even changed the it's ethernet address from 000000000000 to one different than 0. The problem is that, even after doing this, the lmhostid program says: "The Ethernet address of this machine is:"" ".
Any idea? Is this procedure correct? Is here another one of getting an ethernet address when I don't have a Network card?
Thanks.
-
Member level 1
Achievements:
ifconfig eth0 hw ether
Hello Armer:
"ifconfig" work on linux platfom. And Solaris is not working. Someone may tell me can it work on freebsd?
-
Newbie level 5
set ethernet adress
modify /etc/sysconfig/network-scripts/ifcfg-eth0
delete line of HWADDR
add MACADDR line,below:
MACADDR=00:11:22:33:44:55
I test in RHEL4. is OK
-
Advanced Member level 2
Achievements:
linux change eth0 address
in RHEL4 I don't have such a file ifcfg-eth0
The closest name is "ifcfg-lo" no other 'ifcfg...' files