My incusOs server has its own ip address on the connected network (which gets its IP address from my router)
What is the easiest way to achive the same for VM’s running in Incus?
Is it possible from the outside by setting up a specific network. Or must this be configured from inside each VM?
I tried to create macvlan, but that attempt failed as there is no parent network available.
also found suggestion like:
incus network create br0
bridge.driver=Bridge
ipv4.address=none
ipv6.address=none
incus network attach-profile br0 default enp191s0
(where I assume enp191s0 is my physical device as that is logged on the overview screen of my IncusOS server)
and hints in Having incus grab IP address via local router/DHCP - #7 by Espresso_Machine
but that also failed to work.
What is the best approach to go?