Score:0

sudo netplan try, error while loading

in flag
Ana
network:   
  version: 2
  ethernets:
    ens33:
    addresses: [128.100.1.1/8]
    gateway4: 192.168.0.1
    nameservers:
      addresses: [8.8.8.8, 192.168.0.1] version: 2

root@main:/home/leaf# sudo netplan try

Error while loading /etc/netplan/00-installer-config.yaml

MechMK1 avatar
gn flag
What is the actual question?
Ana avatar
in flag
Ana
what do i do to avoid the error? please help
heynnema avatar
ru flag
Please see my answer. If it's helpful, please remember to accept it by clicking on the checkmark icon that appears just to the left of my answer. Start comments to me with @heynnema or I'll miss them.
heynnema avatar
ru flag
Status please...
Score:0
ru flag

Your /etc/netplan/00-installer-config.yaml should look like this...

Note: Check your static IP and gateway4 addresses.

network:   
  version: 2
  renderer: networkd
  ethernets:
    ens33:
      addresses: [128.100.1.1/8]
      gateway4: 192.168.0.1
      nameservers:
        addresses: [8.8.8.8, 192.168.0.1]

sudo netplan generate

sudo netplan apply

reboot

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.