I'm trying to set the management IP to 172.16.2.5 and assign VLAN10 to a VM but now the host internal IP address is 172.16.10.101 and it’s unreachable when I try to ping a site
auto lo
iface lo inet loopback
iface enp2s0f0 inet manual
auto vmbr0.10
iface vmbr0.10 inet static
address 172.16.10.101/24
gateway 172.16.10.1
auto vmbr0
iface vmbr0 inet manual
address 172.16.2.5/24
bridge-ports enp2s0f0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 10,20,30,40
iface enp2s0f1 inet manual
auto lo
iface lo inet loopback
iface enp2s0f0 inet manual
auto vmbr0.10
iface vmbr0.10 inet static
address 172.16.10.101/24
gateway 172.16.10.1
auto vmbr0
iface vmbr0 inet manual
address 172.16.2.5/24
bridge-ports enp2s0f0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 10,20,30,40
iface enp2s0f1 inet manual