]> git.ipfire.org Git - thirdparty/strongswan.git/blame - doc/ipsec.conf.2_to_1
- moved RFCs from ikev2 into doc dir
[thirdparty/strongswan.git] / doc / ipsec.conf.2_to_1
CommitLineData
997358a6
MW
1version 2
2# If you put the preceding line in front of a 1.x ipsec.conf,
3# it should work within 2.x.
4
5
6# Merge the following sections with your existing config setup
7# and conn %default.
8# Allot these values to any you have not explictly defined.
9
10config setup
11 interfaces=%none # new default is %defaultroute
12 plutoload=%none # new default is %search
13 plutostart=%none # new default is %search
14
15conn %default
16 uniqueids=no # new default is yes
17 keyingtries=3 # new default is %forever
18 disablearrivalcheck=yes # new default is no
19 authby=secret # new default is rsasig
20 leftrsasigkey=%none # new default %dnsondemand
21 rightrsasigkey=%none # new default %dnsondemand
22