I have a Root-Server with Proxmox installed. Until now, i always had Ubuntu 17. Now i upgraded a VM to Ubuntu 18 and i need a 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 struggeling to activate this VM. I know i could simply install ifupdown again. But if there is a possibillity i would like to keep the new netplan. Could anyone help me out with this ?
Thanks in advance, Roger