On 5/17/20 12:13 PM, Sven Hartge wrote:
How does your /etc/network/interfaces look like? Usally all the work is done via if-pre-up.d and if-up.d scripts provided by the ifenslave package.
# cat /etc/network/interfaces source-directory /etc/network/interfaces.d auto bond0 iface bond0 inet static address 192.168.0.130 netmask 255.255.255.252 gateway 192.168.0.129 slaves eth0 eth1 mtu 9000 So I need to "adjust" network configuration to bond using iproute2 instead?