Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
19.7 Legacy Series
»
OpenVPN as client with dual WAN
« previous
next »
Print
Pages: [
1
]
Author
Topic: OpenVPN as client with dual WAN (Read 1838 times)
naltalef
Newbie
Posts: 38
Karma: 2
OpenVPN as client with dual WAN
«
on:
December 05, 2019, 11:23:35 pm »
Hi.
I need to migrate to OPNSense a firewall that currently is running on OpenBSD and functions as an OpenVPN client for several servers.
It has two internet links and in each case one is used as primary (active) and the other as secondary (standby).
To get this in each OpenVPN client there's a config file such as the following:
# Primary
<connection>
remote REMOTE_IP 1194
local LOCAL_IP1
</connection>
# Secondary
<connection>
remote REMOTE IP 1194
local LOCAL_IP2
</connection>
In the case that one of the links fails, an external script restart each OpenVPN daemon in order to establish the VPN using the secondary link.
My inquiry was about implementing this one function into OPNSense and having it work in a similar manner.
I will be grateful for any suggestions you can make.
Regards
Norberto
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
Archive
»
19.7 Legacy Series
»
OpenVPN as client with dual WAN