Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
l2tp-secrets(5) 						 l2tp-secrets(5)

NAME
     l2tp-secrets - L2TPD secrets file

DESCRIPTION
     The  l2tp-secrets	file contains challenge-response authentication informa-
     tion for l2tpd, the implementation of l2tp protocol.   The  format  of  the
     file is derived from the pap and chap secrets file format used in pppd.

     The  secrets  file  is  composed  of zero or more lines with 3 fields each.
     Each line represents an authentication secret.  The 3 fields represent  our
     hostname,	the  remote  hostname  and the secret used in the authentication
     process.

     The first field is for our hostname, a "*" may be used as a  wildcard.   At
     present, we always use the hostname "eriwan".  This needs to be fixed.

     The  second field is for the remote system's hostname.  Again, a "*" may be
     used as a wildcard.

     The third field is the secret used if the previous  two  fields  match  the
     hostnames	of  the  systems involved.  The secret should, ideally, be at 16
     characters long (the length of an MD5 digest output), and	should	probably
     be  longer  to  ensure sufficient security.  There is no minimum length re-
     quirement, however.

FILES
     /usr/local/etc/l2tp/l2tpd.conf		/usr/local/etc/l2tp/l2tp-secrets
     /var/run/l2tp-control

BUGS
     Please address bugs and comment to l2tpd-dev@l2tpd.org

SEE ALSO
     l2tpd(8) l2tpd.conf(5)

AUTHORS
     Jeff McAdams <jeffm@iglou.com>

     Previous	development   was   hosted  at	sourceforge  (http://www.source-
     forge.net/projects/l2tpd) by:

     Scott Balmos <sbalmos@iglou.com>
     David Stipp <dstipp@one.net>
     Jeff McAdams <jeffm@iglou.com>

     Based off of l2tpd version 0.60
     Copyright (C)1998 Adtran, Inc.
     Mark Spencer <markster@marko.net>

Jeff McAdams							 l2tp-secrets(5)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=l2tp-secrets&sektion=5&manpath=FreeBSD+Ports+15.1.quarterly>

home | help