Hi! Im trying to create a new network.
lxc network create routerout parent=enp2s0f0
error:
Error: Invalid option for network “routerout” option “parent”
when I try to add the physical port directly to the LXD vm im getting this
lxc config device add routeros eth1 nic nictype=network parent=enp2s0f0 name=eth1
error:
Invalid devices: Device validation failed for “eth1”: Failed loading device “eth1”: Unsupported device type
lxc config device add routeros eth2 nic nictype=physical parent=enp2s0f0
error:
Failed to start device “eth2”: lstat /sys/bus/pci/devices/0000:02:00.0/iommu_group: no such file or directory
I need to use a Physical port to manage the outconnections from LXD VM… can be done?
[update]
I create a bridge using bridge-utils over the physical port. and later create a network using lxc network create and add device to the VM. exist another way to do this?