I am still learning. My intent with the following netplan/ubuntu setup was to change my ip address to my ubuntu VM server (ubuntu 18.04) so I cut and pasted the following:
network:
version: 2
renderer: networkd
ethernets:
enp0s3:
dhcp4: no
addresses: [192.168.0.215/24]
gateway4: 192.168.1.1
nameservers:
addresses: [8.8.8.8,8.8.4.4]
I am on a qnap NAS using VirtualizationStation 3. Now I cannot boot my ubuntu and I am presented with a login screen to what appears to be a login to libvirt Quem.
I am not sure what each line of this configuration does so could someone explain what each line does so I might be able to boot into ubuntu. As I researched everywhere I am sure this may help others as well.
0 Answers