537fa08ded4dae3af898ef65311cb8d376376f1c
[l2tpns.git] / Docs / l2tpns.8
1 .\" -*- nroff -*-
2 .de Id
3 .ds Dt \\$4 \\$5
4 ..
5 .Id $Id: l2tpns.8,v 1.1 2004-11-17 08:23:35 bodea Exp $
6 .TH L2TPNS 8 "\*(Dt" L2TPNS "System Management Commands"
7 .SH NAME
8 l2tpns \- L2TP LNS daemon
9 .SH SYNOPSIS
10 .B l2tpns
11 .RB [ \-d ]
12 .RB [ \-v ]
13 .RB [ \-c
14 .IR file ]
15 .RB [ \-h
16 .IR hostname ]
17 .SH DESCRIPTION
18 This manual page documents briefly the
19 .B l2tpns
20 command.
21 .PP
22 .B l2tpns
23 is an L2TP LNS daemon that doesn't require kernel support for PPP or
24 L2TP, nor any kernel patches.  For more information on L2TP see RFC
25 2661.
26 .PP
27 Once running,
28 .B l2tpns
29 may be controlled by telnetting to port 23 on the machine running the
30 daemon and with the
31 .B nsctl
32 utility.
33 .SH OPTIONS
34 .TP
35 .B \-d
36 Detach from terminal and fork into the background. By default l2tpns
37 will stay in the foreground.
38 .TP
39 .B \-v
40 Increase verbosity for debugging. Can be used multiple times.
41 .TP
42 .BI "\-c " file
43 Specify configuration file.
44 .TP
45 .BI "\-h " hostname
46 Force hostname to
47 .IR hostname .
48 .SH FILES
49 .TP
50 .I /etc/l2tpns/startup-config
51 The default configuration file.
52 .TP
53 .I /etc/l2tpns/ip_pool
54 IP address pool configuration.
55 .TP
56 .I /etc/l2tpns/users
57 Username/password configuration for access to admin interface.
58 .SH SEE ALSO
59 .BR startup-config (5),
60 and
61 .BR nsctl (8)
62 .SH AUTHOR
63 This manual page was written by Jonathan McDowell <noodles@earth.li>,
64 for the Debian GNU/Linux system (but may be used by others).