Comment # 50 on bug 1182227 from
One additional observation: shouldn't NetworkManager change the connections
with the command? Because there is only the standard "Wired Connection"
afterwards.

In comparison when i do that:

```
cat <<EOT >> /etc/NetworkManager/system-connections/enp1s0.nmconnection
[connection]
id=enp1s0
type=ethernet
interface-name=enp1s0

[ethernet]

[ipv4]
address1=192.168.122.10/24,192.168.122.1
method=manual
EOT
chmod 0700 /etc/NetworkManager/system-connections
chmod 0600 /etc/NetworkManager/system-connections/enp1s0.nmconnection
```

I still do not have a static IP, but now i have two connections at least
showing up:

```
# nmcli connection show
NAME              UUID                                  TYPE      DEVICE 
Wired Connection  2e1e20dd-217c-4891-8a97-ce6a88659773  ethernet  enp1s0 
enp1s0            360d1330-11cf-3a91-ae05-590058fc3e82  ethernet  -- 
```

Whatever it is, this bug says to me that MicroOS cannot do a static IP address
automatic setup via Combustion nor Ignation. I tried both. Same problem. I do
not know what else to do since there is no cloud-init installed (AFAIK) for the
KVM version and i do not know how to forward kernel arguments when i am using
no location argument with "virt-install", only the .qcow2 as base.


You are receiving this mail because: