Allow IPv6 address entry in tools>ping - Loosens valid character check
[tomato/davidwu.git] / release / src / router / xl2tpd / doc / xl2tpd.8
blobfa8635588cd8e70ab4a1fa185e39c21501019374
1 .TH "xl2tpd" "8" "" "Jeff McAdams" ""
2 .SH "NAME"
3 xl2tpd \- Layer 2 Tunnelling Protocol Daemon
4 .SH "DESCRIPTION"
5 A Layer 2 Tunneling Protocol VPN client/daemon for Linux and other POSIX-based
6 OSs. Based off of L2TPd 0.61 from 
7   http://www.marko.net/l2tp 
8 and patches collected by Jacco de Leeuw at
9   http://www.jacco2.dds.nl/networking/openswan-l2tp.html
11 Currently maintained by Xelerance
12   http://www.xelerance.com/software/xl2tpd/
14 xl2tpd implements the Layer 2 Tunnelling Protocol, defined by RFC 2661.
16 .SH "OPTIONS"
17 .TP 
18 .B -D
19 This option prevents xl2tpd from detaching from the terminal and
20 daemonizing.  
22 .TP 
23 .B -c <config file>
24 Tells xl2tpd to use an alternate config file.  Default is
25 /etc/xl2tpd/xl2tpd.conf. Fallback configuration file is
26 /etc/l2tpd/l2tpd.conf
28 .TP 
29 .B -s <secret file>
30 Tells xl2tpd to use an alternate "secrets" file.  Default is
31 /etc/xl2tpd/l2tp-secrets
33 .TP 
34 .B -p <pid file>
35 Tells xl2tpd to use an alternate pid file.  Default is
36 /var/run/xl2tpd/xl2tpd.pid
38 .TP 
39 .B -C <control file>
40 Tells xl2tpd to use an alternate control file.  Default is
41 /var/run/xl2tpd/l2tp-control
44 .SH "FILES"
46 \fB\fR/etc/xl2tpd/xl2tpd.conf \fB\fR/etc/xl2tpd/l2tp\-secrets 
47 \fB\fR/var/run/l2tp\-control
48 .SH "BUGS"
50 Please address bugs and comment to xl2tpd\-dev@xelerance.com
51 .SH "SEE ALSO"
53 \fB\fRxl2tpd.conf(5)
54 .SH "AUTHORS"
55 Forked from l2tpd by Xelerance (http://www.xelerance.com/software/xl2tpd/
57 Michael Richardson <mcr@xelerance.com>
58 Paul Wouters <paul@xelerance.com>
60 Many thanks to Jacco de Leeuw <jacco2@dds.nl> for maintaining l2tpd.
63 Previous development was hosted at sourceforge
64 (http://www.sourceforge.net/projects/l2tpd) by:
66 Scott Balmos <sbalmos@iglou.com>
67 .br
68 David Stipp <dstipp@one.net>
69 .br
70 Jeff McAdams <jeffm@iglou.com>
73 Based off of l2tpd version 0.60
74 .br
75 Copyright (C)1998 Adtran, Inc.
76 .br
77 Mark Spencer <markster@marko.net>