From 86525dfc52009003a0976fb8df135ba0808ae121 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 18 Aug 2011 14:07:55 +0200 Subject: [PATCH] IKEv2: Add roadwarrior configuration to file. --- html/cgi-bin/vpnmain.cgi | 1 + 1 file changed, 1 insertion(+) diff --git a/html/cgi-bin/vpnmain.cgi b/html/cgi-bin/vpnmain.cgi index 888372e01d..e1a8200945 100644 --- a/html/cgi-bin/vpnmain.cgi +++ b/html/cgi-bin/vpnmain.cgi @@ -439,6 +439,7 @@ sub writeipsecfiles { # Automatically start only if a net-to-net connection if ($lconfighash{$key}[3] eq 'host') { print CONF "\tauto=add\n"; + print CONF "\trightsourceip=$lvpnsettings{'RW_NET'}\n"; } else { print CONF "\tauto=start\n"; } -- 2.39.5