📄 readme
字号:
FreeS/WAN Starter -- Version 0.2 [Contributed by Arkoon Network Security]================================ [ http://www.arkoon.net/]FreeS/WAN Starter (FS) is aimed to replace all the scripts which are used tostart and stop FreeS/WAN and to do that in a quicker and a smarter way.FS can also reload the configuration file (kill --HUP or periodicaly) andapply the changes.Usage: starter [--debug] [--auto_reload <x seconds>] --debug: no fork, all msg (including pluto) are sent to the console --auto_reload: reload the config file (like kill -HUP) every x secondsSend all your comments/requests to me (mlafon@arkoon.net). If you use it andfind it useful, drop me a mail too.FEATURES--------o Load and unload klips (ipsec kernel module)o Launch and monitor plutoo Add, initiate, route and del connectionso Attach and detach interfaces according to config fileo kill -HUP can be used to reload the config file. New connections will be added, old ones will be removed and modified ones will be reloaded. Interfaces/Klips/Pluto will be reloaded if necessary.o save own pid in /var/run/startero Upon reloading, dynamic DNS addr will be resolved and reloaded. Use --auto_reload to periodicaly check dynamic DNS changes.o kill -USR1 can be used to reload all connections (delete then add and route/initiate)o /var/run/dynip/xxxx can be used to use a virtual interface name in ipsec.conf. By example, when adsl can be ppp0, ppp1, ... : ipsec.conf: interfaces="ipsec0=adsl" And use /etc/ppp/ip-up to create /var/run/dynip/adsl /var/run/dynip/adsl: IP_PHYS=ppp0o %auto can be used to automaticaly name the connectionso kill -TERM can be used to stop FS. pluto will be stopped and klips unloaded (if it has been loaded).o Can be used to start FreeS/WAN and load lots of connections in a few seconds.INSTALL-------o Untar archive in freeswan directoryo Modify DEFINES in Makefile if you have applied the X509 Patch or the Algo Patch.o makeo cp 'starter' in your freeswan dir (/usr/lib/ipsec/)o launch it with 'ipsec starter' (see usage above)TODO----o handle wildcards in include lines -- use glob() fct ex: include /etc/ipsec.*.confo handle duplicates keywords and sectionso 'also' keyword not supportedo add unsupported keywordso manually keyed connectionso %defaultrouteo IPv6o DocumentationCHANGES-------o Version 0.1 -- 2002.01.14 -- First public releaseo Version 0.2 -- 2002.09.04 -- Various enhancements FreeS/WAN 1.98b, x509 0.9.14, algo 0.8.0THANKS------o Nathan Angelacos - include fix
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -