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

Last change on this file was 892871d, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

merge

  • Property mode set to 100644
File size: 667 bytes
RevLine 
[c5c522c]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
[c6da4cb]11        protostack=netkey
[c5c522c]12
13conn %default
14        dpdaction=restart
15        dpddelay=30
16        dpdtimeout=120
[0bdb49c]17        ikev2=never
[892871d]18
[929bb42]19        #stay compatible with some propiertary modems that have trouble rekeying earlier. (packetloss)
20        ikelifetime=24h
21        salifetime=24h
[0bdb49c]22       
[c5c522c]23include /etc/ipsec.d/tunnels/*.conf
Note: See TracBrowser for help on using the repository browser.