not certain how to ask this, but here it goes... i have a host that has:
right now my configuration looks like this:
- a single ethernet port on the motheboard that i use as the management IP and gateway.
- a bonded two port gigabit card
- a 10gb card
right now my configuration looks like this:
Code:
auto lo
iface lo inet loopback
iface enp0s31f6 inet manual
#NiC on motherboard
iface wlo1 inet manual
iface enp1s0 inet manual
mtu 9000
#10GbE Card Port 0
iface enp1s0d1 inet manual
mtu 9000
#10GbE Card Port 1
auto enp6s0f0
iface enp6s0f0 inet manual
#1GbE Card Port 0
auto enp6s0f1
iface enp6s0f1 inet manual
#1GbE Card Port 1
auto bond0
iface bond0 inet manual
bond-slaves enp6s0f0 enp6s0f1
bond-miimon 100
bond-mode 802.3ad
#LACP of 1GbE Card Ports
auto vmbr0
iface vmbr0 inet manual
address 10.10.100.100/24
gateway 10.10.100.1
bridge-ports enp0s31f6
bridge-stp off
bridge-fd 0
#Bridge on motherboard NIC
auto vmbr1
iface vmbr1 inet static
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
#Bridge on bond0
auto vmbr2
iface vmbr2 inet static
address 10.10.50.100/24
bridge-ports enp1s0d1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-126
mtu 9000
#Bridge for 10GbE Ports