I have a Root-Server with Proxmox installed. Until now, I always had Ubuntu 16. Now i upgraded a VM to Ubuntu 18 and I need an example for the new netplan configuration.
This was my old interfaces file:
auto ens18
iface ens18 inet static
address 195.201.52.XXX
netmask 255.255.255.255
pointopoint 195.201.8.YYY
gateway 195.201.8.YYY
dns-nameservers 213.133.98.98 213.133.99.99 213.133.100.100 8.8.8.8
Because I couldn't find the option pointopoint with the new netplan I'm struggling to activate this VM. I know I could simply install ifupdown again. But if there is a possibility, I would like to keep the new netplan.
Additional info:
Have a look at my Configuration Files: https://pastebin.com/Havqfw7t
IPv4 Forwarding is enabled on both Guest and Host System.
