Here is the fix:
File: /sa2/templates/etc/sysconfig/iptables.sh/10base
Line 120 looks like this:
- Code: Select all
## Default ipsec device
IPSECIF="ipsec1"
- Code: Select all
## Default ipsec device
IPSECIF="ipsec0"
Moderators: anoldman, Administrator
## Default ipsec device
IPSECIF="ipsec1"## Default ipsec device
IPSECIF="ipsec0"
anoldman wrote:As mentioned in the article on installing an updated port forwarding interface on the SG20, there is an issue with IPSEC VPN no longer working after the update.
Here is the fix:
File: /sa2/templates/etc/sysconfig/iptables.sh
Line 120 looks like this:Change "ipsec1" to "ipsec0" (that's a zero!) so it looks like this:
- Code: Select all
## Default ipsec device
IPSECIF="ipsec1"that should fix the problem.
- Code: Select all
## Default ipsec device
IPSECIF="ipsec0"

Users browsing this forum: No registered users and 5 guests