Hi i've recently inherited form a Promox environnement to managed, but i'm struggling to get a new VM connected to the "world". I've followed multiple documentatio nand understood that the node is in "routed" mode for the vmbr1, thus i used "point-to-point" inside the newley created VM (Z.Z.Z.Z) i tried reboot the node, reboot the vm, check the dns wich work for the other VM that are working actualy on the node, check if they were the "same" config and YES it's the same type of configuration... what i'm i missing ? Please help thx.
"
auto lo
iface lo inet loopback
iface enp7s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 6.6.6.6/26
gateway 6.6.6.5
bridge-ports enp7s0
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet static
address 1.1.1.1/32
bridge-ports none
bridge-stp off
bridge-fd 0
post-up ip route add X.X.X.X/32 via 1.1.1.1
pre-down ip route del X.X.X.X/32 via 1.1.1.1
post-up ip route add Y.Y.Y.Y/32 via 1.1.1.1
pre-down ip route del Y.Y.Y.Y/32 via 1.1.1.1
post up ip route add Z.Z.Z.Z/32 via 1.1.1.1
pre-down ip route del Z.Z.Z.Z/32 via 1.1.1.1
"
and the guest VM config is :
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto ens18
iface ens18 inet static
address Z.Z.Z.Z/32
gateway 1.1.1.1
point-to-point 1.1.1.1
dns-nameservers 8.8.8.8
dns-search my.private.dns.com
"
auto lo
iface lo inet loopback
iface enp7s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 6.6.6.6/26
gateway 6.6.6.5
bridge-ports enp7s0
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet static
address 1.1.1.1/32
bridge-ports none
bridge-stp off
bridge-fd 0
post-up ip route add X.X.X.X/32 via 1.1.1.1
pre-down ip route del X.X.X.X/32 via 1.1.1.1
post-up ip route add Y.Y.Y.Y/32 via 1.1.1.1
pre-down ip route del Y.Y.Y.Y/32 via 1.1.1.1
post up ip route add Z.Z.Z.Z/32 via 1.1.1.1
pre-down ip route del Z.Z.Z.Z/32 via 1.1.1.1
"
and the guest VM config is :
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto ens18
iface ens18 inet static
address Z.Z.Z.Z/32
gateway 1.1.1.1
point-to-point 1.1.1.1
dns-nameservers 8.8.8.8
dns-search my.private.dns.com