source: npl/internetserver/libreswan_conf/root/etc/ipsec.conf @ 402b138

gcc484perl-5.22
Last change on this file since 402b138 was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 516 bytes
Line 
1# Syn-3 ipsec configuration (C)DatuX 2016
2
3
4version 2.0     # conforms to second version of ipsec.conf specification
5
6# basic configuration
7config setup
8        nat_traversal=yes
9        #plutoopts="--disable_port_floating"
10        virtual_private=%v4:10.0.0.0/8,%v4:192.168.0.0/16,%v4:172.16.0.0/12
11        oe=off
12        # which IPsec stack to use. netkey,klips,mast,auto or none
13        protostack=netkey
14
15conn %default
16        dpdaction=restart
17        dpddelay=30
18        dpdtimeout=120
19
20include /etc/ipsec.d/tunnels/*.conf
21
Note: See TracBrowser for help on using the repository browser.