Hello i'm pretty new to proxmox, and i'm having trouble getting the network connection for my virtual machine working,
this is how my configuration looks
iface eth0 inet static
address 81.7.13.253
netmask 255.255.255.255
up ip route add 81.7.13.1 dev eth0
up ip route add default via 81.7.13.1
down ip route del default via 81.7.13.1
down ip route del 81.7.13.1 dev eth0
iface eth0 inet6 static
address 2a02:0180:0006:0001:0000:0000:0000:04d5
netmask 128
up ip route add 2a02:0180:0006:0001:0000:0000:0000:0001 dev eth0
up ip route add default via 2a02:0180:0006:0001:0000:0000:0000:0001
down ip route del default via 2a02:0180:0006:0001:0000:0000:0000:0001
down ip route del 2a02:0180:0006:0001:0000:0000:0000:0001 dev eth0
hwaddress ether 40:b0:76:dd:11:cd
auto vmbr0
iface vmbr0 inet static
address 91.143.80.56
netmask 255.255.255.255
gateway 91.143.80.1
bridge-ports none
bridge-stp off
bridge-fd 0
this is how my configuration looks
iface eth0 inet static
address 81.7.13.253
netmask 255.255.255.255
up ip route add 81.7.13.1 dev eth0
up ip route add default via 81.7.13.1
down ip route del default via 81.7.13.1
down ip route del 81.7.13.1 dev eth0
iface eth0 inet6 static
address 2a02:0180:0006:0001:0000:0000:0000:04d5
netmask 128
up ip route add 2a02:0180:0006:0001:0000:0000:0000:0001 dev eth0
up ip route add default via 2a02:0180:0006:0001:0000:0000:0000:0001
down ip route del default via 2a02:0180:0006:0001:0000:0000:0000:0001
down ip route del 2a02:0180:0006:0001:0000:0000:0000:0001 dev eth0
hwaddress ether 40:b0:76:dd:11:cd
auto vmbr0
iface vmbr0 inet static
address 91.143.80.56
netmask 255.255.255.255
gateway 91.143.80.1
bridge-ports none
bridge-stp off
bridge-fd 0