vm bekommen kein internet
meine config ist
### Hetzner Online GmbH installimage
source /etc/network/interfaces.d/*
auto lo
iface lo inet loopback
iface lo inet6 loopback
auto eth0
iface eth0 inet static
address 176.9.122.135
netmask 255.255.255.224
gateway 176.9.122.129
# route 176.9.122.128/27 via 176.9.122.129
up route add -net 176.9.122.128 netmask 255.255.255.224 gw 176.9.122.129 dev eth0
iface eth0 inet6 static
address 2a01:4f8:151:8174::2
netmask 64
gateway fe80::1
auto vmbr0
iface vmbr0 inet static
address 176.9.122.135
netmask 255.255.255.255
bridge_ports none
bridge_stp off
bridge_fd 0
up ip route add 176.9.122.151/32 dev vmbr0
up ip route add 176.9.122.152/32 dev vmbr0
meine config ist
### Hetzner Online GmbH installimage
source /etc/network/interfaces.d/*
auto lo
iface lo inet loopback
iface lo inet6 loopback
auto eth0
iface eth0 inet static
address 176.9.122.135
netmask 255.255.255.224
gateway 176.9.122.129
# route 176.9.122.128/27 via 176.9.122.129
up route add -net 176.9.122.128 netmask 255.255.255.224 gw 176.9.122.129 dev eth0
iface eth0 inet6 static
address 2a01:4f8:151:8174::2
netmask 64
gateway fe80::1
auto vmbr0
iface vmbr0 inet static
address 176.9.122.135
netmask 255.255.255.255
bridge_ports none
bridge_stp off
bridge_fd 0
up ip route add 176.9.122.151/32 dev vmbr0
up ip route add 176.9.122.152/32 dev vmbr0