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
This may be a very easy/simple win, esp as new vpn tech comes along?
it might make sense to also include wireguard (wg0) and openvpn (tun0) for consistency sake and 1 place to maintain without any other code change. A nice to have would be a place to add additional field to run a user cli command on connect thru raspap, and a place to run a different command on disconnect thru raspap.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
in config/vpn-providers.json, would it make sense to add a field for the tunnel name?
And then on up set the masquerade to match that cli field?
ie
so on masquerade step, just pass $tun_device?
This may also be useful for monitoring - if $tun_device disappears from "ip a" the tunnel is dead.
Describe the solution you'd like
masquerade to use the correct tunnel name
Describe alternatives you've considered
manually apply iptables - undesired
Additional context
users are having issues when using cli - masquerade is not forwarding packets thru vpn tunnel
#1562
This may be a very easy/simple win, esp as new vpn tech comes along?
it might make sense to also include wireguard (wg0) and openvpn (tun0) for consistency sake and 1 place to maintain without any other code change. A nice to have would be a place to add additional field to run a user cli command on connect thru raspap, and a place to run a different command on disconnect thru raspap.
The text was updated successfully, but these errors were encountered: