Hello!
I have Hetzner Proxmox server with config
In VM debian:

(Additional Subnet on VM is working)
Internet on VM not working, but ping to 37.XX.XXX.43 is working
Why is this happening? What is my mistake?
I did everything according to Hetzner's official instructions.
https://community.hetzner.com/tutorials/install-and-configure-proxmox_ve#routed-setup
I have Hetzner Proxmox server with config
Code:
auto ens15
iface ens15 inet static
address 37.XX.XXX.43/32
gateway 37.XX.XXX.1
pointopoint 37.XX.XXX.1
# Bridge for single IP's (foreign and same subnet)
auto vmbr0
iface vmbr0 inet static
address 37.XX.XXX.43/32
bridge-ports none
bridge-stp off
bridge-fd 0
up ip route add 37.XX.XXX.39/32 dev vmbr0
up ip route add 37.XX.XXX.40/32 dev vmbr0
up ip route add 37.XX.XXX.41/32 dev vmbr0
up ip route add 37.XX.XXX.42/32 dev vmbr0
# Additional Subnet 95.YYY.YYY.YYY/28
auto vmbr1
iface vmbr1 inet static
address 95.YYY.YYY.YYY/28
bridge-ports none
bridge-stp off
bridge-fd 0
# Local subnet
auto vmbr2
iface vmbr2 inet static
address 192.168.20.1/24
bridge-ports none
bridge-stp off
bridge-fd 0
In VM debian:

Code:
auto ens18
iface ens18 inet static
address 37.XX.XXX.39/32
gateway 37.XX.XXX.43
(Additional Subnet on VM is working)
Internet on VM not working, but ping to 37.XX.XXX.43 is working
Why is this happening? What is my mistake?
I did everything according to Hetzner's official instructions.
https://community.hetzner.com/tutorials/install-and-configure-proxmox_ve#routed-setup