<div dir="ltr"><div dir="ltr"><div dir="ltr">Hello everyone,</div><div dir="ltr"><br></div><div dir="ltr">I have an nspawn container which is currently connected to a bridge on the host:<div><br></div><div><div>root@srv /e/s/nspawn# cat domotique.nspawn</div><div>[Exec]</div><div>Boot=yes</div><div>[Network]</div><div>Bridge=br0</div><div>#Bridge=wlx00c0ca384bd9</div></div><div><br></div><div>This results in a host0 interface being present in the container. Everything works.</div><div><br></div><div>I now would like to add another interface in the container, which would be bridged with a wireless card on the host. The commented out line above is my attempt to add another bridge but it failed with</div><div><br></div><div><div>-- Subject: Unit systemd-nspawn@domotique.service has begun start-up</div><div>-- Defined-By: systemd</div><div>-- Support: <a href="http://www.ubuntu.com/support">http://www.ubuntu.com/support</a></div><div>--</div><div>-- Unit systemd-nspawn@domotique.service has begun starting up.</div><div>Jan 03 17:02:17 srv systemd-nspawn[17264]: Selected user namespace base 119472128 and range 65536.</div><div>Jan 03 17:02:17 srv systemd-nspawn[17264]: Failed to add interface vb-domotique to bridge wlx00c0ca384bd9: Operation not supported</div><div>Jan 03 17:02:17 srv systemd-udevd[17279]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.</div><div>Jan 03 17:02:17 srv systemd-timesyncd[791]: Network configuration changed, trying to establish connection.</div><div>Jan 03 17:02:17 srv networkd-dispatcher[906]: WARNING:Unknown index 26 seen, reloading interface list</div><div>Jan 03 17:02:17 srv systemd-timesyncd[791]: Synchronized to time server <a href="http://145.238.203.10:123">145.238.203.10:123</a> (<a href="http://ntp.obspm.fr">ntp.obspm.fr</a>).</div><div>Jan 03 17:02:17 srv systemd[1]: systemd-nspawn@domotique.service: Main process exited, code=exited, status=1/FAILURE</div><div>Jan 03 17:02:17 srv systemd[1]: systemd-nspawn@domotique.service: Failed with result 'exit-code'.</div><div>Jan 03 17:02:17 srv systemd[1]: Failed to start Container domotique.</div></div><div><br></div><div>I am not sure whether "Operation not supported" means that there is something wrong with that config? or that it is not possible to create a bridge to a wireless NIC?</div><div><br></div></div></div></div>