NethServer / nethsecurity

NethSecurity image and build environment
https://www.nethsecurity.org/
Other
82 stars 6 forks source link

Ipsec tunnel not working if selected WAN is a PPPoE over vlan #571

Closed cotosso closed 1 month ago

cotosso commented 1 month ago

Steps to reproduce

Expected behavior

IPsec tunnel works flawlessy

Actual behavior

Components

NethSecurity 8-23.05.3-ns.1.0.0

cotosso commented 1 month ago

After some test I found in the network database a missing reference

network.ipsec1.tunlink='None'

whereas this field should have the WAN interface name. So i set this parameter with the right value e.g.

network.ipsec1.tunlink='Irideos'

and then everything started to work as expected.

I'm not able to verify if the the problem occurs only for PPPoE over a vlan or also for PPPoE over other devices (e.g. physical, bond...)

github-actions[bot] commented 1 month ago

Testing image version: 8-23.05.3-ns.1.0.0-24-g1892488

mamengoni commented 1 month ago

tested and verified!