File: kl2tpd.8

package info (click to toggle)
golang-github-katalix-go-l2tp 0.1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 632 kB
  • sloc: ansic: 127; sh: 10; makefile: 4
file content (36 lines) | stat: -rw-r--r-- 994 bytes parent folder | download
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.