Re: [systemd-devel] bridge vlan-aware

2022-11-19 Thread Salvatore Mazzarino
To add more info. Also br0 has to allow vlan 166 to pass through. This was my mistake

Re: [systemd-devel] bridge vlan-aware

2022-11-19 Thread Salvatore Mazzarino
I've fixed the systemd configuration and now everything works as expected. The config was wrong. Thanks anyway to chime in

Re: [systemd-devel] bridge vlan-aware

2022-11-19 Thread Salvatore Mazzarino
ile.jinja [Match] Name=enp89s0 [Network] Bridge=br0 [BridgeVLAN] VLAN=166 salmazz@nux-11-i7 /e/s/network> cat vnet.network [Match] Name=vnet* [Network] Bridge=br0 [BridgeVLAN] VLAN=166 PVID=166 EgressUntagged=166 On 19. 11. 2022 10:26 +0100, Salvatore Mazzarino , wrote: > bridge vlan show &

Re: [systemd-devel] bridge vlan-aware

2022-11-19 Thread Salvatore Mazzarino
allow VLAN 166? On 19. 11. 2022 10:17 +0100, Salvatore Mazzarino , wrote: > I do not think it's a switch issue.  The systemd configuration is surely > wrong but I'm not sure where. >

Re: [systemd-devel] bridge vlan-aware

2022-11-19 Thread Salvatore Mazzarino
I do not think it's a switch issue. The systemd configuration is surely wrong but I'm not sure where.

Re: [systemd-devel] bridge vlan-aware

2022-11-17 Thread Salvatore Mazzarino
Posted a wrong config for br0.netdev. the correct one is the following br0.netdev [NetDev] Name=br0 Kind=bridge [Bridge] DefaultPVID=1 VLANFiltering=yes On Fri, Nov 18, 2022 at 1:43 AM Salvatore Mazzarino wrote: > I have a physical interface named enp89s0 on a machine which runs

[systemd-devel] bridge vlan-aware

2022-11-17 Thread Salvatore Mazzarino
I have a physical interface named enp89s0 on a machine which runs VM with libvirt.These VMs have to run in a VLAN. The physical interface is attached to the default VLAN (1). My config br0.dev [NetDev] Name=br166 Kind=bridge br0.network [Match] Name=br0 [Network] VLAN=eth.1 VLAN=eth.166