From: <abe...@us...> - 2016-11-19 16:43:37
|
Revision: 7968 http://sourceforge.net/p/astlinux/code/7968 Author: abelbeck Date: 2016-11-19 16:43:34 +0000 (Sat, 19 Nov 2016) Log Message: ----------- Add rc.conf comments related to strongSwan support Modified Paths: -------------- branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf Modified: branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf =================================================================== --- branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf 2016-11-19 15:20:05 UTC (rev 7967) +++ branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf 2016-11-19 16:43:34 UTC (rev 7968) @@ -599,11 +599,12 @@ ##################################################################### -## AstLinux supports five types of VPN's: +## AstLinux supports many types of VPN's: ## openvpn (OpenVPN Server) ## openvpnclient (OpenVPN Client) ## racoon (ipsec w/static IP's) ## ipsecmobile (ipsec roadwarrior w/dynamic remote IP's) +## ipsec (IPsec VPN using strongSwan, can not be mixed with racoon or ipsecmobile) ## pptp (PPTP VPN Server) ## Set your type here. If using multiple vpn types, space separate ## the values in the variable setting: @@ -792,6 +793,14 @@ #IPSECM_CERT_DNSNAME="" # DNS name (or IP address) of public interface, required by iOS devices ## +## strongSwan support - VPN above must include "ipsec" +## +## Note: strongSwan and racoon (racoon, ipsecmobile) can not be enabled at the same time. +## +#IPSEC_ALLOWED_ENDPOINTS="" # space separated list of IP addresses, defaults to any "0/0" endpoint +#IPSEC_ALLOWED_VPN_NETS="" # space separated list of IPsec remote nets (CIDR notation), defaults to allow any remote network +## + ## PPTP VPN Server - VPN above must include "pptp" ## ## Note: Only use the PPTP VPN type when other VPN types are not supported by the desired client. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |