logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

kl2tpd - a minimal L2TPv2 client daemon

Authors

       Katalix Systems, Ltd.

go-l2tp v0.1.8                                      May 2024                                           kl2tpd(8)

Description

kl2tpd is a client/LAC-mode daemon for creating L2TPv2 (RFC 2661) tunnels and sessions.

       kl2tpd  requires  root permissions to run, and is driven by a configuration file which details the tunnel
       and session instances to create.

       For further details of the configuration format, please refer to kl2tpd.toml(5).

       By default, kl2tpd spawns the standard Linux pppd for PPP protocol support.

Name

       kl2tpd - a minimal L2TPv2 client daemon

Options

       -config string
              specify configuration file path (default “/etc/kl2tpd/kl2tpd.toml”)

       -null  toggle null data plane (establish L2TP tunnel and session but do not spawn pppd)

       -verbose
              toggle verbose log output

See Also

kl2tpd.toml(5), pppd(8)

Synopsis

kl2tpd [ arguments ]

See Also