+ Post New Thread
Results 1 to 11 of 11

Thread: How to change ethernet address !

  1. #1
    Junior Member level 3
    Points: 1,862, Level: 10
    Achievements:
    7 years registered

    Join Date
    Apr 2002
    Posts
    26
    Helped
    0 / 0
    Points
    1,862
    Level
    10

    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 !!

    •   Alt 

      advertising

        
       

  2. #2
    Member level 5
    Points: 1,836, Level: 9
    Achievements:
    7 years registered

    Join Date
    Mar 2002
    Posts
    84
    Helped
    1 / 1
    Points
    1,836
    Level
    9

    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?



  3. #3
    Junior Member level 3
    Points: 1,862, Level: 10
    Achievements:
    7 years registered

    Join Date
    Apr 2002
    Posts
    26
    Helped
    0 / 0
    Points
    1,862
    Level
    10

    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 .



  4. #4
    Junior Member level 3
    Points: 1,862, Level: 10
    Achievements:
    7 years registered

    Join Date
    Apr 2002
    Posts
    26
    Helped
    0 / 0
    Points
    1,862
    Level
    10

    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 !!



  5. #5
    Member level 2
    Points: 3,084, Level: 13
    Achievements:
    7 years registered
    archun's Avatar
    Join Date
    Aug 2001
    Posts
    43
    Helped
    0 / 0
    Points
    3,084
    Level
    13

    change ethernet address linux

    It's only temp. to change the ether. address. After you reboot the system, the ether address become the org.



    •   Alt 

      advertising

        
       

  6. #6
    Junior Member level 3
    Points: 2,182, Level: 10
    Achievements:
    7 years registered

    Join Date
    May 2001
    Posts
    30
    Helped
    1 / 1
    Points
    2,182
    Level
    10

    ether change

    OK, It's easy .

    At the top of the file ( /etc/rc.c/init.d/network ),

    You can add a new line like this :
    ifconfig eth0 hw ether xxxxxxx

    Good Luck !



  7. #7
    Member level 2
    Points: 3,084, Level: 13
    Achievements:
    7 years registered
    archun's Avatar
    Join Date
    Aug 2001
    Posts
    43
    Helped
    0 / 0
    Points
    3,084
    Level
    13

    change ethernet adress

    I knew that. thks anyway.



  8. #8
    Member level 1
    Points: 2,891, Level: 12
    Achievements:
    7 years registered

    Join Date
    Feb 2002
    Posts
    34
    Helped
    0 / 0
    Points
    2,891
    Level
    12

    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.



    •   Alt 

      advertising

        
       

  9. #9
    Member level 1
    Points: 1,644, Level: 9
    Achievements:
    7 years registered

    Join Date
    Apr 2002
    Posts
    32
    Helped
    1 / 1
    Points
    1,644
    Level
    9

    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?



  10. #10
    Newbie level 5
    Points: 1,156, Level: 7

    Join Date
    Sep 2004
    Posts
    10
    Helped
    0 / 0
    Points
    1,156
    Level
    7

    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



  11. #11
    Fom
    Fom is offline
    Advanced Member level 2
    Points: 4,196, Level: 15
    Achievements:
    7 years registered
    Fom's Avatar
    Join Date
    Mar 2004
    Location
    Taiwan
    Posts
    639
    Helped
    68 / 68
    Points
    4,196
    Level
    15

    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



+ Post New Thread