doc update
[l2tpns.git] / Docs / l2tpns.8
1 .\" -*- nroff -*-
2 .de Id
3 .ds Dt \\$4 \\$5
4 ..
5 .Id $Id: l2tpns.8,v 1.2 2004-11-18 15:55:58 bodea Exp $
6 .TH L2TPNS 8 "\*(Dt" L2TPNS "System Management Commands"
7 .SH NAME
8 l2tpns \- Layer 2 tunneling protocol network server (LNS)
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 .B l2tpns
19 is a daemon for terminating layer 2 tunneling protocol (L2TP: RFC 2661) sessions.
20 .PP
21 Once running,
22 .B l2tpns
23 may be controlled by telnetting to port 23 on the machine running the
24 daemon and with the
25 .B nsctl
26 utility.
27 .SH OPTIONS
28 .TP
29 .B \-d
30 Detach from terminal and fork into the background. By default l2tpns
31 will stay in the foreground.
32 .TP
33 .B \-v
34 Increase verbosity for debugging. Can be used multiple times.
35 .TP
36 .BI "\-c " file
37 Specify configuration file.
38 .TP
39 .BI "\-h " hostname
40 Force hostname to
41 .IR hostname .
42 .SH FILES
43 .TP
44 .I /etc/l2tpns/startup-config
45 The default configuration file.
46 .TP
47 .I /etc/l2tpns/ip_pool
48 IP address pool configuration.
49 .TP
50 .I /etc/l2tpns/users
51 Username/password configuration for access to admin interface.
52 .SH SEE ALSO
53 .BR startup-config (5),
54 .BR nsctl (8)
55 .SH AUTHOR
56 This manual page was written by Jonathan McDowell <noodles@earth.li>,
57 for the Debian GNU/Linux system (but may be used by others).