Re: Trunk-bond-vlan-bridge on KVM and LXC host Stretch x Buster

2021-06-07 Thread debbug
Thanks for your replay, Reco.   Yes, in Stretch networking works  well both - with and/or without directive "auto".   In contrast Buster with:     auto bond0.20 iface bond0.20 inet manual   auto bond0.21 iface bond0.21 inet manual   gateway is unreachable by ping.   So I don't know why yet. Ales

Trunk-bond-vlan-bridge on KVM and LXC host Stretch x Buster

2021-06-03 Thread debbug
  Hello, in Stretch I have done this by Debian way with /etc/network/interfaces an it goes well. The same configuration in Buster is interpreted differently and doesn't work.   Config from interfaces: auto lo iface lo inet loopback     allow-hotplug ens3f0 iface

Re: Trunk-bond-vlan-bridge on KVM and LXC host Stretch x Buster

2021-11-30 Thread debbug
Hi, for the reference, the issue is solved by this config below.   Ales         ---   cat /etc/network/interfaces auto lo iface lo inet loopback #auto ens3f0 #iface  ens3f0 inet manual #auto ens3f1 #iface ens3f1 inet manual allow-hotplug ens3f0 iface  ens3f0 inet manual