1IPSEC_ADDCONN(8) [FIXME: manual] IPSEC_ADDCONN(8)
2
3
4
6 ipsec_addconn - load a given policy into the pluto IKE daemon
7
9 ipsec addconn --configsetup [--rootdir dir] [--config filename]
10 [--ctlbase socketfile]
11
12 ipsec addconn --addall [--rootdir dir] [--config filename]
13 [--ctlbase socketfile] [--defaultroute addr]
14 [--defaultroutenexthop addr]
15
16 ipsec addconn [--rootdir dir] [--config filename]
17 [--ctlbase socketfile] [--defaultroute addr]
18 [--defaultroutenexthop addr] name1 [name2 ..]
19
20 ipsec addconn [--listroute] [--liststart] [--rootdir dir]
21 [--config filename] [--ctlbase socketfile]
22
23 ipsec addconn --help
24
26 ipsec addconn takes a config file (or stdin) containing the format of
27 ipsec.conf, or the format of individual "conn" sections, and uses that
28 information to load named or all connections defined in that
29 configuration file into the running openswan pluto IKE daemon. If no
30 configuration file is specified, the default configuration file is
31 used. If no pluto socket is specified, the default socket location will
32 be used.
33
34 When --addall is used, all connections defined in the config file will
35 be operated on. Otherwise, only the specified connection names will be
36 affected.
37
38 When addcon is run, connections that have the auto= option set to add,
39 start or route will be loaded, routed or initiated. If a connection was
40 loaded or initiated already, it will be replaced.
41
42 When --configsetup is specified, the configuration file is parsed for
43 the config setup section and printed to the terminal usable as a shell
44 script.
45
46 When --listroute or --liststart is specified, no connections are added
47 or replaced, only shown. This command can be used to verify which
48 connections the addcon command would act upon, without actually
49 performing any action.
50
52 Man page written for the Xelerance Openswan project
53 <http://www.openswan.org/> by Paul Wouters
54
55
56
57[FIXME: source] 10/06/2010 IPSEC_ADDCONN(8)