Guest User!

You are not Sophos Staff.

[7.450][BUG][FIXED] Missing Network Interface

Hi

I've 3 same interfaces on my asg box which are e1000 devices...

and I see only 2 of then into astaro UI (attached snapshot) whereas there is 3 when doing:

asg:/root # ifconfig -a | grep eth
eth0      Link encap:Ethernet  HWaddr 08:00:27:BF:78:68  
eth1      Link encap:Ethernet  HWaddr 08:00:27:A4[:D]9:10  
eth2      Link encap:Ethernet  HWaddr 08:00:27:12:C5:26  
asg:/root #


thx

edit1: I did removed my PPPOE interface then rebooted and all the 3 interfaces appeared... really strange
Parents
  • Hi,

    I think this may be due to Virtualbox giving the new interface the old MAC address.   With two interfaces you have:

     eth0  mac_0
     eth1  mac_1

    After you add eth2 you presumably have

     eth0 mac_0
     eth1 mac_2
     eth2 mac_1

    If it's like this I get the effect you describe.  You can verify this by giving the contents of the file /var/lib/nics before you add the 3rd interface, then add the 3rd interface.  After a reboot you can then check the MAC addresses (e. g. ifconfig -a).
Reply
  • Hi,

    I think this may be due to Virtualbox giving the new interface the old MAC address.   With two interfaces you have:

     eth0  mac_0
     eth1  mac_1

    After you add eth2 you presumably have

     eth0 mac_0
     eth1 mac_2
     eth2 mac_1

    If it's like this I get the effect you describe.  You can verify this by giving the contents of the file /var/lib/nics before you add the 3rd interface, then add the 3rd interface.  After a reboot you can then check the MAC addresses (e. g. ifconfig -a).
Children
No Data