I managed to install the proxmox on Debian, but a machine created virtual does not have access to the internet. My config on /etc/network/interfaces.
#########################
iface lo inet6 loopback
auto enp3s0
iface enp3s0 inet static
address 5.9.78.60
netmask 255.255.255.224
gateway 5.9.78.33
# route 5.9.78.32/27 via 5.9.78.33
up route add -net 5.9.78.32 netmask 255.255.255.224 gw 5.9.78.33 dev enp3s0
iface enp3s0 inet6 static
address 2a01:4f8:161:9130::2
netmask 64
gateway fe80::1
auto vmbr0
iface vmbr0 inet static
address 5.9.78.58
netmask 255.255.255.224
bridge_ports none
bridge_stp off
bridge_fd 0
up ip route add 5.9.78.58/27 dev vmbr0
###########################
Is the configuration correct?
Best regards,
André
#########################
iface lo inet6 loopback
auto enp3s0
iface enp3s0 inet static
address 5.9.78.60
netmask 255.255.255.224
gateway 5.9.78.33
# route 5.9.78.32/27 via 5.9.78.33
up route add -net 5.9.78.32 netmask 255.255.255.224 gw 5.9.78.33 dev enp3s0
iface enp3s0 inet6 static
address 2a01:4f8:161:9130::2
netmask 64
gateway fe80::1
auto vmbr0
iface vmbr0 inet static
address 5.9.78.58
netmask 255.255.255.224
bridge_ports none
bridge_stp off
bridge_fd 0
up ip route add 5.9.78.58/27 dev vmbr0
###########################
Is the configuration correct?
Best regards,
André