1 # ------------------------------------------------------------------------------ 2 # -= Arno's Iptables Firewall(AIF) - IPsec VPN plugin =- 3 # ------------------------------------------------------------------------------ 4 5 # To actually enable this plugin make ENABLED=1: 6 # ------------------------------------------------------------------------------ 7 ENABLED=0 8 9 # Specify here both the local & remove subnets that participate in the VPN. 10 # If no networks are named, then all implicitly allowed (i.e. 0/0). 11 # ------------------------------------------------------------------------------ 12 IPSEC_VPN_NETS="" 13 14 # Specify here the inet-hosts that are allowed to connect to the ipsec service 15 # ports: 16 # ------------------------------------------------------------------------------ 17 IPSEC_ALLOWED_HOSTS="0/0" 18 19 # To enable UDP-encapsulation for NAT traversal: 20 # ------------------------------------------------------------------------------ 21 IPSEC_NAT_TRAVERSAL=0 22