Hello, I am currently installing a proxmox server in version 5.4. The server is rented in a datacenter that provides us with a public ip address as well as a private one. Here is my network configuration on my proxmox :
auto lo
iface lo inet loopback
allow-hotplug eno1
iface eno1 inet manual
auto eno2
iface eno2 inet dhcp
iface eno3 inet manual
iface eno4 inet manual
auto vmbr0
iface vmbr0 inet static
address 62.XXX.XX.XXX
netmask 255.255.255.0
gateway 62.XXX.XX.X
bridge-ports eno1
bridge-stp off
bridge-fd 0
pre-up iptables-restore < /etc/iptables.rules
auto vmbr1
iface vmbr1 inet static
address 192.168.10.254
netmask 255.255.255.0
bridge-ports vmbr0
bridge-stp off
bridge-fd 0
auto vmbr0:0
iface vmbr0:0 inet static
address 212.XX.XXX.XX
netmask 255.255.255.0
I have several virtual machines that are connected to the vmbr1 so with an address in 192.168.X.X. But it's impossible to ping public google dns. I do not know why because we have two other servers with the same type of configuration that works very well. Waiting for an answer. Thank you, Mathias
auto lo
iface lo inet loopback
allow-hotplug eno1
iface eno1 inet manual
auto eno2
iface eno2 inet dhcp
iface eno3 inet manual
iface eno4 inet manual
auto vmbr0
iface vmbr0 inet static
address 62.XXX.XX.XXX
netmask 255.255.255.0
gateway 62.XXX.XX.X
bridge-ports eno1
bridge-stp off
bridge-fd 0
pre-up iptables-restore < /etc/iptables.rules
auto vmbr1
iface vmbr1 inet static
address 192.168.10.254
netmask 255.255.255.0
bridge-ports vmbr0
bridge-stp off
bridge-fd 0
auto vmbr0:0
iface vmbr0:0 inet static
address 212.XX.XXX.XX
netmask 255.255.255.0
I have several virtual machines that are connected to the vmbr1 so with an address in 192.168.X.X. But it's impossible to ping public google dns. I do not know why because we have two other servers with the same type of configuration that works very well. Waiting for an answer. Thank you, Mathias