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

fellpower

New Member
Oct 30, 2021
15
1
3
44
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...
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get your own in 60 seconds.

Buy now!