Displaying 2 results from an estimated 2 matches for "bond_primary".
Did you mean:
bind_primary
2018 May 23
0
Unable to connect VMs to a bridge over bonded network on Debian 9 (works fine on Centos 7.4)
....1.104
bridge_ports bond0
#bridge_ports eno1 enp1s0f1
bridge_stp on
bridge_fd 0.0
# mtu 9000
#post-up ifconfig bond0 mtu 9000
#post-up ip link set dev bond0 mtu 9000
#auto bond1
#iface bond1 inet static
# address 10.100.200.62
# netmask 255.255.255.0
# bond_slaves enp3s0f1
# bond_primary enp3s0f1
# mtu 9000
auto br1
iface br1 inet static
address 10.100.200.62
netmask 255.255.255.0
gateway 10.100.200.1
bridge_ports enp3s0f1
bridge_stp on
bridge_fd 0.0
root@kvm02:/etc/network#
2009 Jul 05
9
Xen Networking and bonded interfaces on Debia Lenny
Greetings all. This has been an ongoing issue for me for a few months, and I''ve been trying to get an answer.
My server has two NICs, and I want to set up the following:
NICs (x2) -> bond (mode 5) -> Xen Bridge -> Doms
...however, trying to configure this doesn''t seem to work: network-bridge steals eth0 instead of bond0, which breaks the bond AND my networking. The