1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
.\" Automatically generated by Pandoc 3.1.8
.\"
.TH "kl2tpd" "8" "May 2024" "go-l2tp v0.1.8" "go-l2tp"
.SH NAME
kl2tpd - a minimal L2TPv2 client daemon
.SH SYNOPSIS
\f[B]kl2tpd\f[R] [ arguments ]
.SH DESCRIPTION
\f[B]kl2tpd\f[R] is a client/LAC-mode daemon for creating L2TPv2 (RFC
2661) tunnels and sessions.
.PP
\f[B]kl2tpd\f[R] requires root permissions to run, and is driven by a
configuration file which details the tunnel and session instances to
create.
.PP
For further details of the configuration format, please refer to
\f[B]kl2tpd.toml\f[R](5).
.PP
By default, \f[B]kl2tpd\f[R] spawns the standard Linux \f[B]pppd\f[R]
for PPP protocol support.
.SH OPTIONS
.TP
-config string
specify configuration file path (default
\[lq]/etc/kl2tpd/kl2tpd.toml\[rq])
.TP
-null
toggle null data plane (establish L2TP tunnel and session but do not
spawn \f[B]pppd\f[R])
.TP
-verbose
toggle verbose log output
.SH SEE ALSO
\f[B]kl2tpd.toml\f[R](5), \f[B]pppd\f[R](8)
.SH AUTHORS
Katalix Systems, Ltd.
|