Opened 3 years ago
Last modified 13 months ago
#1222 assigned Bug / Defect
net_gateway route ignored if vpn_gateway route is used instead of redirect-gateway
Reported by: | tom.ty89 | Owned by: | OpenVPN Inc. |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | OpenVPN Connect | Version: | OpenVPN Connect for Android v3.0.1 |
Severity: | Not set (select this one, unless your'e a OpenVPN developer) | Keywords: | Android, Connect, net_gateway, vpn_gateway, redirect-gateway |
Cc: |
Description
For example, I need the net_gateway route for stunnel (which double encrypts the VPN connection) to work:
route X.X.X.X 255.255.255.255 net_gateway
where X.X.X.X is the class A public IP of the stunnel server; as I would like to redirect all (but the above) traffics into the VPN tunnel.
However, only:
redirect-gateway [block-local]
works, as in the net_gateway route would take effect, but not:
route 0.0.0.0 0.0.0.0 vpn_gateway
However, this works fine with the "ics-openvpn" app, with either 2.x or 3.x core being used.
Change History (2)
comment:1 Changed 17 months ago by
Owner: | changed from yuriy to denys |
---|---|
Status: | new → assigned |
comment:2 Changed 13 months ago by
Owner: | changed from denys to OpenVPN Inc. |
---|
Note: See
TracTickets for help on using
tickets.