+.SH "SIGNALS"
+.IX Header "SIGNALS"
+.IP "\fB\s-1SIGHUP\s0\fR Reload the config from disk and re-open log file." 4
+.IX Item "SIGHUP Reload the config from disk and re-open log file."
+\&.
+.IP "\fB\s-1SIGTERM\s0\fR, \fB\s-1SIGINT\s0\fR" 4
+.IX Item "SIGTERM, SIGINT"
+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.
+.IP "\fB\s-1SIGQUIT\s0\fR" 4
+.IX Item "SIGQUIT"
+Shut down tunnels and sessions, exit process when complete.
+.SH "MANAGED RADIUS ATTRIBUTE"
+.IX Header "MANAGED RADIUS ATTRIBUTE"
+.IP "\fBAscend-Client-Primary-DNS\fR, \fBAscend-Client-Secondary-DNS\fR" 4
+.IX Item "Ascend-Client-Primary-DNS, Ascend-Client-Secondary-DNS"
+Specifies a primary and secondary \s-1DNS\s0 server address to send to user.
+.IP "\fBDelegated\-IPv6\-Prefix\fR" 4
+.IX Item "Delegated-IPv6-Prefix"
+Assign a network address IPv6 prefix to a user by DHCPv6.
+.IP "\fBFramed-IP-Address\fR" 4
+.IX Item "Framed-IP-Address"
+The address to be configured for the user (IPv4 address of the interface ppp).
+.IP "\fBFramed-Route\fR" 4
+.IX Item "Framed-Route"
+provides routing information to be configured for the user.
+.IP "\fBFramed\-IPv6\-Route\fR" 4
+.IX Item "Framed-IPv6-Route"
+Has the same action as \fBDelegated\-IPv6\-Prefix\fR. \fBDelegated\-IPv6\-Prefix\fR is the correct one to use.
+.IP "\fBFramed\-IPv6\-Address\fR" 4
+.IX Item "Framed-IPv6-Address"
+IPv6 address to be assigned to the user by DHCPv6 (IPv6 address of the interface ppp).
+.IP "\fBIdle-Timeout\fR" 4
+.IX Item "Idle-Timeout"
+disconnects the session if no data for more than \fBIdle-Timeout\fR (in seconds).
+.IP "\fBSession-Timeout\fR" 4
+.IX Item "Session-Timeout"
+disconnects the user session when the time \fBSession-Timeout\fR is reached (in seconds).
+.IP "\fBTunnel-Type\fR, \fBTunnel-Medium-Type\fR, \fBTunnel-Server-Endpoint\fR, \fBTunnel-Password\fR, \fBTunnel-Assignment-Id\fR" 4
+.IX Item "Tunnel-Type, Tunnel-Medium-Type, Tunnel-Server-Endpoint, Tunnel-Password, Tunnel-Assignment-Id"
+attributes returned by the Radius of the remote \s-1LNS\s0 server (\s-1LAC\s0 functionality).
+.Sp
+example, Radius that return the information of 2 remote \s-1LNS\s0 server with which must be open a L2TP \s-1TUNNEL:\s0
+.RS 4
+.IP "\fBTunnel-Type\fR: 1 = L2TP" 4
+.IX Item "Tunnel-Type: 1 = L2TP"
+.PD 0
+.IP "\fBTunnel-Medium-Type\fR: 1 = IPv4" 4
+.IX Item "Tunnel-Medium-Type: 1 = IPv4"
+.ie n .IP "\fBTunnel-Password\fR: 1 = ""TheSecretL2TP""" 4
+.el .IP "\fBTunnel-Password\fR: 1 = ``TheSecretL2TP''" 4
+.IX Item "Tunnel-Password: 1 = TheSecretL2TP"
+.ie n .IP "\fBTunnel-Server-Endpoint\fR: 1 = ""88.xx.xx.x1""" 4
+.el .IP "\fBTunnel-Server-Endpoint\fR: 1 = ``88.xx.xx.x1''" 4
+.IX Item "Tunnel-Server-Endpoint: 1 = 88.xx.xx.x1"
+.ie n .IP "\fBTunnel-Assignment-Id\fR: 1 = ""friendisp_lns1""" 4
+.el .IP "\fBTunnel-Assignment-Id\fR: 1 = ``friendisp_lns1''" 4
+.IX Item "Tunnel-Assignment-Id: 1 = friendisp_lns1"
+.IP "\fBTunnel-Type\fR: 2 = L2TP" 4
+.IX Item "Tunnel-Type: 2 = L2TP"
+.IP "\fBTunnel-Medium-Type\fR: 2 = IPv4" 4
+.IX Item "Tunnel-Medium-Type: 2 = IPv4"
+.ie n .IP "\fBTunnel-Password\fR: 2 = ""TheSecretL2TP""" 4
+.el .IP "\fBTunnel-Password\fR: 2 = ``TheSecretL2TP''" 4
+.IX Item "Tunnel-Password: 2 = TheSecretL2TP"
+.ie n .IP "\fBTunnel-Server-Endpoint\fR: 2 = ""88.xx.xx.x2""" 4
+.el .IP "\fBTunnel-Server-Endpoint\fR: 2 = ``88.xx.xx.x2''" 4
+.IX Item "Tunnel-Server-Endpoint: 2 = 88.xx.xx.x2"
+.ie n .IP "\fBTunnel-Assignment-Id\fR: 2 = ""friendisp_lns2""" 4
+.el .IP "\fBTunnel-Assignment-Id\fR: 2 = ``friendisp_lns2''" 4
+.IX Item "Tunnel-Assignment-Id: 2 = friendisp_lns2"
+.RE
+.RS 4
+.RE
+.PD
+.SH "SEE ALSO"
+.IX Header "SEE ALSO"
+\&\fBstartup-config\fR(5), \fBnsctl\fR(8)
+.SH "AUTHOR"
+.IX Header "AUTHOR"
+This manual page was written by Jonathan McDowell <noodles@earth.li> and Fernando Alves (fendo@sameswifi.fr), for the Debian GNU/Linux system (but may be used by others).