Hello,
i have here an PVE4 with nosubscriptionrepo.
pve-manager/4.1-22/aca130cf (running kernel: 4.2.8-1-pve)
I have 3 networkcards in. On, onboard is in bios deactivated. And the other 2 are PCIcards. I have an bond:
But after some reboots the interfacename from eht1 was changed to "rename3". Never seen this before. But in the PVE Webinterface there is the old name present, not active. So i deleted the udevfile "/etc/udev/rules.d/70-persistent-net.rules" and reboot the machine. After reboot everything was fine, but in this, only the interface eth0 was writen again. No eht1. But it was present and bonding was ok.
So after reboot again, same problem. Interface eht1 was renamed and not present. What strange problem to i have here?
Thanks
i have here an PVE4 with nosubscriptionrepo.
pve-manager/4.1-22/aca130cf (running kernel: 4.2.8-1-pve)
I have 3 networkcards in. On, onboard is in bios deactivated. And the other 2 are PCIcards. I have an bond:
Code:
auto lo
iface lo inet loopback
iface eth0 inet manual
iface eth1 inet manual
auto bond0
iface bond0 inet6 static
address 2001:470:.....
netmask 64
gateway 2001:470:......
slaves eth0 eth1
bond_miimon 100
bond_mode 802.3ad
bond_xmit_hash_policy layer2+3
So after reboot again, same problem. Interface eht1 was renamed and not present. What strange problem to i have here?
Thanks