Hi, I have a proxmox host with dual 10gb nics and I have bonded them. The question I have is, should an IP be assigned to the bonded nics in some way?
This is an output of my interfaces file:
Here is an output of ip r l:
I've been running into what seems to be a routing issue on some vms. If I am misconfigured something, I would sincerely appreciate any guidance.
This is an output of my interfaces file:
Code:
auto lo
iface lo inet loopback
auto ens1f0
iface ens1f0 inet manual
iface ens1f0 inet manual
auto ens1f1
iface ens1f1 inet manual
iface ens1f1 inet manual
iface enp2s0 inet manual
iface enp0s31f6 inet manual
auto bond0
iface bond0 inet manual
bond-slaves ens1f0 ens1f1
bond-miimon 100
bond-mode balance-rr
auto vmbr0
iface vmbr0 inet static
address 10.0.0.218/24
gateway 10.0.0.1
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
source /etc/network/interfaces.d/*
Here is an output of ip r l:
Code:
ip r l
default via 10.0.0.1 dev vmbr0 proto kernel onlink
10.0.0.0/24 dev vmbr0 proto kernel scope link src 10.0.0.218
I've been running into what seems to be a routing issue on some vms. If I am misconfigured something, I would sincerely appreciate any guidance.