X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/786a8c4546c4a28f21d8995567e6f8f28f2eb053..b3f40f41f7de7a383c6f1170e546d0b09cc57338:/Docs/l2tpns.8.pod diff --git a/Docs/l2tpns.8.pod b/Docs/l2tpns.8.pod new file mode 100644 index 0000000..e2aa240 --- /dev/null +++ b/Docs/l2tpns.8.pod @@ -0,0 +1,151 @@ +=pod + +=head1 NAME + +l2tpns - Layer 2 tunneling protocol network server (LNS) + +=head1 SYNOPSIS + +B [-B] [-B] [-B I] [-B I] + +=head1 DESCRIPTION + +B is a daemon for terminating layer 2 tunneling protocol (L2TP: RFC2661) sessions. + +B is a complete L2TP implementation. It supports the LAC, LNS, PPPOE and DHCPv6 server. + +Once running, B may be controlled by telnetting to port 23 on the machine running the daemon and with the B utility. + +=head1 OPTIONS + +=over + +=item B<-d> Detach from terminal and fork into the background. By default l2tpns will stay in the foreground. + +. + +=item B<-v> Increase verbosity for debugging. Can be used multiple times. + +. + +=item B<-c> I + +Specify configuration file. + +=item B<-h> I + +Force hostname to I. + +=back + +=head1 FILES + +=over + +=item I + +The default configuration file. + +=item I + +IP address pool configuration. + +=item I + +Username/password configuration for access to admin interface. + +=back + +=head1 SIGNALS + +=over + +=item B Reload the config from disk and re-open log file. + +. + +=item B, B + +Stop process. Tunnels and sessions are not terminated. This signal should be used to stop l2tpns on a cluster node where there are other machines to continue handling traffic. + +=item B + +Shut down tunnels and sessions, exit process when complete. + +=back + +=head1 MANAGED RADIUS ATTRIBUTE + +=over + +=item B, B + +Specifies a primary and secondary DNS server address to send to user. + +=item B + +Assign a network address IPv6 prefix to a user by DHCPv6. + +=item B + +The address to be configured for the user (IPv4 address of the interface ppp). + +=item B + +provides routing information to be configured for the user. + +=item B + +Has the same action as B. B is the correct one to use. + +=item B + +IPv6 address to be assigned to the user by DHCPv6 (IPv6 address of the interface ppp). + +=item B + +disconnects the session if no data for more than B (in seconds). + +=item B + +disconnects the user session when the time B is reached (in seconds). + +=item B, B, B, B, B + +attributes returned by the Radius of the remote LNS server (LAC functionality). + +example, Radius that return the information of 2 remote LNS server with which must be open a L2TP TUNNEL: + +=over + +=item B: 1 = L2TP + +=item B: 1 = IPv4 + +=item B: 1 = "TheSecretL2TP" + +=item B: 1 = "88.xx.xx.x1" + +=item B: 1 = "friendisp_lns1" + +=item B: 2 = L2TP + +=item B: 2 = IPv4 + +=item B: 2 = "TheSecretL2TP" + +=item B: 2 = "88.xx.xx.x2" + +=item B: 2 = "friendisp_lns2" + +=back + +=back + +=head1 SEE ALSO + +B(5), B(8) + +=head1 AUTHOR + +This manual page was written by Jonathan McDowell and Fernando Alves (fendo@sameswifi.fr), for the Debian GNU/Linux system (but may be used by others).