quiet-wolf-10825
03/18/2025, 2:24 PMwitty-zebra-93264
03/18/2025, 3:47 PMnetwork:
version: 1
config:
- type: physical
name: enp1s0
subnets:
- type: static
...
...
...
You need to make sure that the name here matches the interface name in the VM. Create the VM via the UI. Let it be assigned an IP. Once up, ssh to it and ip a
. Most likely the interface name is not eth0
more like something above. Hope that helps.quiet-wolf-10825
03/18/2025, 3:49 PM