> > auto br0 > > iface br0 inet dhcp > > hwaddress enp4s0mac > > bridge_hw enp4s0mac > > bridge_ports regex (en|wl).*
> That would fail to raise enp4s0, and it also still has hwaddress. I Wel... isn't enp4s0mac a fixed ethernet port? if it is it should be available on booting, so when booting and the br0 is brought up (auto br0) and then enp4s0mac is added to it, or at least it should be. > also still need this: > iface br0 inet6 auto > privext 2 Ok, if you maintain that second config for inet6 I suggest you add also the bridge_ports expression to it then, I have a full patch that will allow this to work, it is the one on #319832, I don't think we can make that on Bullseye. Regards... -- Manty/BestiaTester -> http://manty.net

