2 IPsec Starter -- Version 0.2 [Contributed by Arkoon Network Security]
3 ============================ [ http://www.arkoon.net/]
5 IPsec Starter is aimed to replace all the scripts which are used to
6 start and stop strongSwan and to do that in a quicker and a smarter way.
8 IPsec Starter can also reload the configuration file (kill --HUP or periodicaly)
12 starter [--debug] [--auto_update <x seconds>]
13 --debug: enable debugging output
14 --no_fork: all msg (including pluto) are sent to the console
15 --auto_update: reload the config file (like kill -HUP) every x seconds
16 and determine any configuration changes
21 o Load modules of the native Linux 2.6 IPsec stack
23 o Launch and monitor pluto
25 o Add, initiate, route and del connections
27 o Attach and detach interfaces according to config file
29 o kill -HUP can be used to reload the config file. New connections will be
30 added, old ones will be removed and modified ones will be reloaded.
31 Interfaces/Klips/Pluto will be reloaded if necessary.
33 o Full support of the %defaultroute wildcard parameter.
35 o save own pid in /var/run/starter
37 o Upon reloading, dynamic DNS addr will be resolved and reloaded. Use
38 --auto_update to periodicaly check dynamic DNS changes.
40 o kill -USR1 can be used to reload all connections (delete then add and
43 o /var/run/dynip/xxxx can be used to use a virtual interface name in
44 ipsec.conf. By example, when adsl can be ppp0, ppp1, ... :
45 ipsec.conf: interfaces="ipsec0=adsl"
46 And use /etc/ppp/ip-up to create /var/run/dynip/adsl
47 /var/run/dynip/adsl: IP_PHYS=ppp0
49 o %auto can be used to automaticaly name the connections
51 o kill -TERM can be used to stop FS. pluto will be stopped.
53 o Can be used to start strongSwan and load lots of connections in a few
59 o handle wildcards in include lines -- use glob() fct
60 ex: include /etc/ipsec.*.conf
62 o handle duplicates keywords and sections
64 o 'also' keyword not supported
66 o manually keyed connections
76 o Version 0.1 -- 2002.01.14 -- First public release
78 o Version 0.2 -- 2002.09.04 -- Various enhancements
79 FreeS/WAN 1.98b, x509 0.9.14, algo 0.8.0
81 o Version 0.2d -- 2004.01.13 -- Adaptions for Openswan 1.0.0
82 by Stephan Scholz <sscholz@astaro.com>
84 o Version 0.2e -- 2004.10.14 -- Added support for change of interface address
85 by Stephan Scholz <sscholz@astaro.com>
87 o Version 0.2s -- 2005-12-02 -- Ported to strongSwan
88 by Stephan Scholz <sscholz@astaro.com>
90 o Version 0.2x -- 2006-01-02 -- Added missing strongSwan keywords
91 Full support of the native Linux 2.6 IPsec stack
92 Full support of %defaultroute
93 Improved parsing of keywords using perfect hash
94 function generated by gperf.
95 by Andreas Steffen <andreas.steffen@hsr.ch>
100 o Nathan Angelacos - include fix