From cefde7627f4167496a68e74a2e93782cb87971aa Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 13 Oct 2005 20:50:48 +0000 Subject: Forced commit to note that failover ipsec should be enabled as well (even if your not using failover, it simply sets the racoon listen ip address) --- etc/inc/vpn.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/inc') diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc index 2c2381c..440627c 100644 --- a/etc/inc/vpn.inc +++ b/etc/inc/vpn.inc @@ -243,6 +243,7 @@ function vpn_ipsec_configure($ipchg = false) { $lanip = $config['interfaces']['lan']['ipaddr']; if($lanip <> "") $natt = "isakmp_natt {$lanip}[4500];\n"; + } $interface_ip = $sasyncd['ip']; $racoonconf .= <<