Below configuration didn't work for me.
What I wanted to achieve was set up management ip on vmbr0, so I could access GUI through 10.162.242.85. After the reboot, when I wanted to ping gateway I got network unreachable.
Where is the problem?
What I wanted to achieve was set up management ip on vmbr0, so I could access GUI through 10.162.242.85. After the reboot, when I wanted to ping gateway I got network unreachable.
Where is the problem?
Code:
auto lo
iface lo inet loopback
iface eno1 inet manual
iface eno2 inet manual
auto bond0
iface bond0 inet manual
bond-slaves eno1 eno2
bond-miimon 100
bond-mode 802.3ad
bond-xmit-hash-policy layer2+3
auto vmbr0
iface vmbr0 inet static
address 10.162.242.85
netmask 255.255.255.0
gateway 10.162.242.254
bridge-pvid 242
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
Last edited: