Last change
on this file since 929bb42 was
929bb42,
checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago
|
trying kernel 5.14
|
-
Property mode set to
100644
|
File size:
666 bytes
|
Line | |
---|
1 | # Syn-3 ipsec configuration (C)DatuX 2016 |
---|
2 | |
---|
3 | |
---|
4 | version 2.0 # conforms to second version of ipsec.conf specification |
---|
5 | |
---|
6 | # basic configuration |
---|
7 | config 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 | |
---|
13 | conn %default |
---|
14 | dpdaction=restart |
---|
15 | dpddelay=30 |
---|
16 | dpdtimeout=120 |
---|
17 | ikev2=never |
---|
18 | #stay compatible with some propiertary modems that have trouble rekeying earlier. (packetloss) |
---|
19 | ikelifetime=24h |
---|
20 | salifetime=24h |
---|
21 | |
---|
22 | include /etc/ipsec.d/tunnels/*.conf |
---|
Note: See
TracBrowser
for help on using the repository browser.