[SOLVED] No connection or slow internet on VM under proxmox on a hetzner dedi

Solved it with this configuration:
Code:
network:
  version: 2
  renderer: networkd
  ethernets:
    ens18:
     dhcp4: no
     addresses: [IP_OF_SUBNET/32]
     gateway4: GATEWAY
     nameservers:
       addresses: [8.8.8.8]
     routes:
       - to: GATEWAY/32
         via: 0.0.0.0
         scope: link
Where did u put that in? in wich file? and where?

because i have the same problems, that my VMs have no internet access...