From: <abe...@us...> - 2016-11-19 15:20:07
|
Revision: 7967 http://sourceforge.net/p/astlinux/code/7967 Author: abelbeck Date: 2016-11-19 15:20:05 +0000 (Sat, 19 Nov 2016) Log Message: ----------- arnofw, for strongswan IPsec (VPN contains ipsec) add new rc.conf variables: IPSEC_ALLOWED_ENDPOINTS and IPSEC_ALLOWED_VPN_NETS Modified Paths: -------------- branches/1.0/package/arnofw/arnofw.serial branches/1.0/package/arnofw/ipsec-vpn-astlinux.conf Modified: branches/1.0/package/arnofw/arnofw.serial =================================================================== --- branches/1.0/package/arnofw/arnofw.serial 2016-11-19 13:15:07 UTC (rev 7966) +++ branches/1.0/package/arnofw/arnofw.serial 2016-11-19 15:20:05 UTC (rev 7967) @@ -1 +1 @@ -0002~0029~0000~0000~0000~ +0002~0030~0000~0000~0000~ Modified: branches/1.0/package/arnofw/ipsec-vpn-astlinux.conf =================================================================== --- branches/1.0/package/arnofw/ipsec-vpn-astlinux.conf 2016-11-19 13:15:07 UTC (rev 7966) +++ branches/1.0/package/arnofw/ipsec-vpn-astlinux.conf 2016-11-19 15:20:05 UTC (rev 7967) @@ -67,8 +67,8 @@ if [ $vpntype_ipsec -eq 1 ]; then ENABLED=1 - IPSEC_ALLOWED_HOSTS="0/0" - IPSEC_VPN_NETS="" + IPSEC_ALLOWED_HOSTS="${IPSEC_ALLOWED_ENDPOINTS:-0/0}" + IPSEC_VPN_NETS="$IPSEC_ALLOWED_VPN_NETS" IPSEC_NAT_TRAVERSAL=1 fi This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |