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

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

libreswan update to 3.21

  • Property mode set to 100644
File size: 489 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        #plutoopts="--disable_port_floating"
9        virtual_private=%v4:10.0.0.0/8,%v4:192.168.0.0/16,%v4:172.16.0.0/12
10        # which IPsec stack to use. netkey,klips,mast,auto or none
11        protostack=netkey
12
13conn %default
14        dpdaction=restart
15        dpddelay=30
16        dpdtimeout=120
17
18include /etc/ipsec.d/tunnels/*.conf
19
Note: See TracBrowser for help on using the repository browser.