This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Change/Clone MAC's?

Running/eval ASG 7.502 and trying to change the MAC address on one of the interfaces? I must be missing something since I can seem to go to "Network", "Interfaces", "Hardware" and then select "Edit" but I cant seem to change anything? Is this the correct place to edit/clone an interfaces MAC?


This thread was automatically locked due to age.
  • Running/eval ASG 7.502 and trying to change the MAC address on one of the interfaces? I must be missing something since I can seem to go to "Network", "Interfaces", "Hardware" and then select "Edit" but I cant seem to change anything? Is this the correct place to edit/clone an interfaces MAC?


    Hi,

    At this time the Astaro system does not have MAC cloning. I have placed a feature request for this option so you can vote for it if you like.
    I think that this would be helpful for certain internet providers such as Verizon who have long ARP cache flush times on their routers. So when switching equipment you will have no internet service for a couple of hours.

    Julio
  • This is truly a shame given how often admins need to deal with switching or testing gear and need to retain a single MAC in order to either simplify the process, or in my case, avoid losing my IP (or connection time) due to the server-side MAC cache's taking 4 hours to update when a MAC is changed. Where can I vote for this feature?
  • I'd be interested to know if the following, done from the command line, survives a reboot:

    ifdown eth0
    ifconfig eth0 hw ether 00:80:FF:FF:98:F5
    ifup eth0


    Of course, if you're not doing this on an Astaro appliance, you probably can change the MAC address in the BIOS.

    Cheers - Bob
  • I'd be interested to know if the following, done from the command line, survives a reboot:

    ifdown eth0
    ifconfig eth0 hw ether 00:80:FF:FF:98:F5
    ifup eth0


    Of course, if you're not doing this on an Astaro appliance, you probably can change the MAC address in the BIOS.

    Cheers - Bob


    Hi Bob
    Do I understand right I have to type this in Astaro console?

    To all:
    A other solution/idea could be to switch the existing LAN-wire from 
    External (WAN) ==> eth1
    to
    Internal ==> eth0 
    and switch the settings from eth1 to eth0.
    Do you know what I mean?

    The only problem is, I don't know how to change/edit the "eth" so that I can afterwards log me in to Astaro Web Admin?
    Do you understand what I mean?
    Maybe could somebody have a idea for a good way to do that?
    Thanks.
    Best regards
    Elena
  • Hi,

    Yes it is unfortunate since some ISP's have very long refresh times in their ARP tables. When you switch equipment you'll have to wait awhile to get internet access again. 

    I would be cautious changing astaro settings via the command line, first they can have negative consequences and also many times any changes are rewritten with software up2dates.

    Cia,
    Julio
  • Hi,

    When you switch equipment you'll have to wait awhile to get internet access again. 


    For me not, I connect directly to my Computers NIC and I got fast a new IP.
    Do you have a solution how can switch to other NIC?
  • I've just installed a fresh 8.003 asg and need to change the MAC on the external interface (eth0).
    However, if I login at the console as root, and try to execute "ifdown eth0", I get "ifdown command not found".
    What am I missing here?
  • Ok. Ifdown didn't work. But ifconfig eth0 he ether aa:bb:cc[:D]d:ee:ff did work.