1 .TH "xl2tpd.conf" "5" "" "Jean-Francois Dive" ""
3 xl2tpd.conf \- L2TPD configuration file
5 The xl2tpd.conf file contains configuration information for xl2tpd, the implementation of l2tp protocol.
7 The configuration file is composed of sections and parameters. Each section
8 has a given name which will be used when using the configuration FIFO
9 (normaly /var/run/l2tp\-control). See xl2tpd.8 for more details.
11 The specific given name
13 will specify parameters applicables for all the following sections.
17 Specify where to find the authentication file used to authenticate
18 l2tp tunnels. The default is /etc/l2tpd/l2tp\-secrets.
22 Use ipsec Security Association trackinng. When this is enabled, packets
23 received by xl2tpd should have to extra fields (refme and refhim) which
24 allows tracking of multiple clients using the same internal NATed IP
25 address, and allows tracking of multiple clients behind the same
26 NAT router. This neds to be supported by the kernel. Currently, this
27 only works with Openswan KLIPS in "mast" mode. (see http://www.openswan.org/)
29 Set this to yes and the system will provide proper SAref values in the
32 Values can be yes or no. The default is no.
36 The IP address of the interface on which the daemon listens. By default,
37 it listens on INADDR_ANY (0.0.0.0), meaning it listens on all interfaces.
41 Specify which UDP port xl2tpd should use. The default is 1701.
45 If set to yes, the xl2tpd process will only accept connections from
46 peers addresses specified in the following sections. The default is no.
50 Set this to yes to enable syslog output of L2TP AVP debugging information.
54 Set this to yes to enable syslog output of network debugging information.
58 Set this to yes to enable printing of L2TP packet debugging information.
59 Note: Output goes to STDOUT, so use this only in conjunction with the
65 Set this to yes to enable syslog output of FSM debugging information.
69 Set this to yes to enable syslog output of tunnel debugging information.
74 If set to yes, only one control tunnel will be allowed to be built
75 between 2 peers. CHECK
79 Specify the range of ip addresses the LNS will assign to the connecting
80 LAC PPP tunnels. Multiple ranges can be defined. Using the 'no'
81 statement disallows the use of that particular range. Ranges are defined
82 using the format IP \- IP (example: 1.1.1.1 \- 1.1.1.10). Note that either
85 option must be given, or you must set
91 Set this to no if xl2tpd should not assign IP addresses out of the pool
94 option. This can be useful if you have some other means to assign IP
95 addresses, e. g. a pppd that supports RADIUS AAA.
100 Specify the ip addresses of LAC's which are allowed to connect to xl2tpd
101 acting as a LNS. The format is the same as the
107 If set to yes, xl2tpd will use the AVP hiding feature of L2TP. To get
108 more information about hidden AVP's and AVP in general, refer to rfc2661
113 Use the following IP as xl2tpd's own ip address.
117 If set to yes, the length bit present in the l2tp packet payload
121 .B (refuse | require) chap
122 Will require or refuse the remote peer to get authenticated via CHAP for the
126 .B (refuse | require) pap
127 Will require or refuse the remote peer to get authenticated via PAP for the
131 .B (refuse | require) authentication
132 Will require or refuse the remote peer to authenticate itself.
135 .B unix authentication
136 If set to yes, /etc/passwd will be used for remote peer ppp authentication.
140 Will report this as the xl2tpd hostname in negociation.
144 This will enable the debug for pppd.
148 Specify the path for a file which contains pppd configuration parameters
153 This option is deprecated and no longer functions. It used to be used
154 to define the flow control window size for individual L2TP calls or
155 sessions. The L2TP standard (RFC2661) no longer defines flow control or
156 window sizes on calls or sessions.
160 This defines the window size of the control channel. The window size is
161 defined as the number of outstanding unacknowledged packets, not as a
166 If set to yes, sequence numbers will be included in the communication.
167 The feature to use sequence numbers in sessions is currently broken and
172 If set to yes, use challenge authentication to authenticate peer.
176 If set, the receive bandwidth maximum will be set to this value
180 If set, the transmit bandwidth maximum will be set to this value
183 The following are LAC specific configuration flags. Most of those
184 described in the LNS section may be used in a LAC context, where
185 it make common sense (essentially l2tp procotols tuning flags and
186 authentication / ppp related ones).
190 Set the dns name or ip address of the LNS to connect to.
194 If set to yes, xl2tpd will attempts to redial if the call get disconected.
198 Wait X seconds before redial. The redial option must be set to yes
203 Will give up redial tries after X attempts.
207 \fB\fR/etc/xl2tpd/xl2tpd.conf \fB\fR/etc/xl2tpd/l2tp\-secrets
208 \fB\fR/var/run/xl2tpd/l2tp\-control
211 Please address bugs and comment to xl2tpd\-dev@xelerance.com
216 Forked from xl2tpd by Xelerance (http://www.xelerance.com/software/xl2tpd/
218 Michael Richardson <mcr@xelerance.com>
219 Paul Wouters <paul@xelerance.com>
221 Many thanks to Jacco de Leeuw <jacco2@dds.nl> for maintaining l2tpd.
224 Previous development was hosted at sourceforge
225 (http://www.sourceforge.net/projects/l2tpd) by:
227 Scott Balmos <sbalmos@iglou.com>
229 David Stipp <dstipp@one.net>
231 Jeff McAdams <jeffm@iglou.com>
234 Based off of l2tpd version 0.60
236 Copyright (C)1998 Adtran, Inc.
238 Mark Spencer <markster@marko.net>