1CONNMAN-VPN(8) System Manager's Manual CONNMAN-VPN(8)
2
3
4
6 ConnMan-VPN - VPN management daemon
7
9 connman-vpnd [--version|--help]
10
11 connman-vpnd [-c file] [-d [file[,...]]] [-p plugin[,...]] [-P plug‐
12 in[,...]] [-n] [-r]
13
15 The ConnMan-VPN provides a daemon for managing vpn connections together
16 with connmand(8). The Connection Manager is designed to be slim and to
17 use as few resources as possible. The VPN daemon supports opencon‐
18 nect(8), openvpn(8), vpnc(8) and L2TP/PPTP (xl2tpd.conf(5), pptp(8),
19 pppd(8)).
20
22 The following options are supported:
23
24 -v, --version
25 Print the ConnMan-VPN software version and exit.
26
27 -h, --help
28 Print ConnMan-VPN's available options and exit.
29
30 -c file, --config=file
31 Specify configuration file to set up various settings for Conn‐
32 Man. If not specified, the default value of /etc/connman/conn‐
33 man-vpn.conf is used. See connman-vpn.conf(5) for more informa‐
34 tion on configuration file. The use of config file is optional
35 and sane default values are used if config file is missing.
36
37 -d [file[,...]], --debug[=file[,...]]
38 Sets how much information ConnMan-VPN sends to the log destina‐
39 tion (usually syslog's "daemon" facility). If the file options
40 are omitted, then debugging information from all the source
41 files are printed. If file options are present, then only debug
42 prints from that source file are printed. Example:
43
44 connman-vpnd --debug=vpn/vpn-provider.c,vpn/vpn-config.c
45
46 -n, --nodaemon
47 Do not daemonize. This is useful for debugging, and directs log
48 output to the controlling terminal in addition to syslog.
49
50 -r, --routes
51 Manage VPN routes instead of telling connmand(8) to do it.
52
54 connmanctl(1), connman-vpn.conf(5), connman-vpn-provider.con‐
55 fig(5), connmand(8)
56
57
58
59 2015-10-15 CONNMAN-VPN(8)