Sorry, I feel bad for asking another question. Doe...
# harvester
p
Sorry, I feel bad for asking another question. Does anyone have a cloud config which works for setting a static IP for my VMs in Harvester? I have this in the Network Data box:
Copy code
version: 2
ethernets:
  eth0:
    dhcp4: no
    addresses: 10.5.106.45/24
    gateway4: 10.5.106.254
    nameservers:
      addresses: 1.1.1.1
I also tried the v1 config, both to no avail.
Copy code
opensuse@myvm:~> cat /etc/sysconfig/network/ifcfg-eth0
# Created by cloud-init on instance boot automatically, do not edit.
#
BOOTPROTO=dhcp4
LLADDR=6a:26:ed:73:ac:80
STARTMODE=auto