-
Notifications
You must be signed in to change notification settings - Fork 759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenVpn Client - Multiwan #1630
Comments
|
a gateway isn't an interface.... you can listen on any interface or if I'm not mistaken listen on an interface group (different type of interface) |
|
interface groups are only an abstraction for the firewall rules |
|
Good. If so, why is there then at IPSEC? Or alternative with PFSense? |
|
just choose any if it may use any outbound gateway (no bind). if local may contain more addresses (in openvpn), we may consider changing the current option to a multiselect. |
|
Basically, you are right. Just how do I control the priority? In my example above, Tier 1 is a SDSL line and Tier 2 is a VDSL line at Gateway_Tunnel. The OpenVPN tunnel run always over the SDSL line. Only in the case of backup run the OpenVPN tunnel over the VDSL line. The "Normal" Internet traffic should be exactly the opposite. That always over VDSL and only in the event of failure via SDSL. This is the Gateway_Internet. |
|
From openvpn's perspective you don't, the interface only drives the bind address, sending traffic is a gateway decision. |


In the settings of the OpenVPN Client under interface, you can not select any gateway groups, but only physical interfaces. Version 17.1.X
The text was updated successfully, but these errors were encountered: