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
allow-hotplug
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 e
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
3 matches
Mail list logo