.\" $Id: sl2tps.1.in,v 1.2 2004/06/20 19:42:46 archie Exp $ .\" .\" Copyright (c) 2004, Archie L. Cobbs. .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions .\" are met: .\" .\" * Redistributions of source code must retain the above copyright .\" notice, this list of conditions and the following disclaimer. .\" * Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. .\" * Neither the name "sl2tps" nor the names of its .\" contributors may be used to endorse or promote products derived .\" from this software without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS .\" "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT .\" LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS .\" FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE .\" COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, .\" BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; .\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER .\" CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" .Dd June 20, 2004 .Dt SL2TPS 1 .Os .Sh NAME .Nm sl2tps .Nd simple L2TP server .Sh SYNOPSIS .Nm .Op Fl D .Op Fl f Ar config.xml .Sh DESCRIPTION .Nm is a simple, statically configured L2TP server basd on .Xr libpdel 3 . The server is configured by manually editing an XML configuration file. .Pp .Nm supports fixed or dynamically assigned IP address assignments for each user. A user may not connect to the server multiple times simultaneously (not counting multi-link PPP connections that are part of the same bundle). .Pp .Nm supports 128-bit Microsoft MPPE encryption if requested by the client. If the client's assigned IP address matches a local subnet, .Nm will automatically proxy-ARP for the remote client. .Pp Configuration file parameters are documented in the example configuration file .Pa "@PREFIX@/etc/sl2tps/config.xml.sample" . Refer to that file for specifics about configuration. .Pp The options are as follows: .Bl -tag -width Ds .It Fl D Run in debug mode: don't fork into the background and enable typed memory statistics. .It Fl f Specify a configuration file other than the default, .Pa "@PREFIX@/etc/sl2tps/config.xml" . .El .Sh FILES .It .Bl -tag -width @PREFIX@/etc/sl2tps/config.xml -compact .It Pa @PREFIX@/etc/sl2tps/config.xml Default configuration file. .El .Sh SEE ALSO .Xr libpdel 3 .Rs .%A W. Townsley .%A A. Valencia .%A A. Rubens .%A G. Pall .%A G. Zorn .%A B. Palter .%T "Layer Two Tunneling Protocol L2TP" .%O RFC 2661 .Re .Sh AUTHORS .An Archie Cobbs Aq archie@freebsd.org