You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Import an Openvpn tunnel client or configure a new one from scratch.
Edit configuration from web UI
open Advanced settings
select Routed Mode
Expected behavior
Tunnel configuration is created accordingly in the database:
option dev_type tun
option dev tun$NAME
Actual behavior
The dev type is always set to tap instead of tun and the dev name is accordingly created (tap$NAME) regardless to the chosen mode (Bridged or Routed).
IMPORTANT
It only happens if Advanced settings section has been opened, otherwise default tun is used.
Components
NethSecurity 8 23.05.4-ns.1.2.0-25-g2a6b69cd
The text was updated successfully, but these errors were encountered:
I tested the image:
The proposed fix solved the problem, now configuration file is written accordingly to what is present in the web UI.
cotosso
added
verified
All test cases were verified successfully
and removed
testing
Packages are available from testing repositories
labels
Sep 11, 2024
Steps to reproduce
Expected behavior
Tunnel configuration is created accordingly in the database:
Actual behavior
The
dev type
is always set totap
instead oftun
and the dev name is accordingly created (tap$NAME
) regardless to the chosen mode (Bridged or Routed).IMPORTANT
It only happens if Advanced settings section has been opened, otherwise default
tun
is used.Components
NethSecurity 8 23.05.4-ns.1.2.0-25-g2a6b69cd
The text was updated successfully, but these errors were encountered: