48c88527b2
xl2tpd is an implementation of the Layer 2 Tunnelling Protocol (RFC 2661), which works by opening a pseudo-tty for communicating with pppd. L2TP allows you to tunnel PPP over UDP. Some ISPs use L2TP to tunnel user sessions from dial-in servers (modem banks, ADSL DSLAMs) to back-end PPP servers. Another important application is Virtual Private Networks where the IPsec protocol is used to secure the L2TP connection (L2TP/IPsec, RFC 3193).
17 lines
583 B
Plaintext
17 lines
583 B
Plaintext
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/01/15 23:02:19 sthen Exp $
|
|
@newgroup _xl2tpd:711
|
|
@newuser _xl2tpd:711:_xl2tpd:daemon:xl2tpd user:/nonexistent:/sbin/nologin
|
|
@man man/man5/l2tp-secrets.5
|
|
@man man/man5/xl2tpd.conf.5
|
|
@man man/man8/xl2tpd.8
|
|
@bin sbin/xl2tpd
|
|
share/doc/pkg-readmes/${FULLPKGNAME}
|
|
share/examples/xl2tpd/
|
|
@sample ${SYSCONFDIR}/xl2tpd/
|
|
share/examples/xl2tpd/l2tp-secrets.sample
|
|
@sample ${SYSCONFDIR}/xl2tpd/l2tp-secrets
|
|
share/examples/xl2tpd/l2tpd.conf.sample
|
|
@sample ${SYSCONFDIR}/xl2tpd/xl2tpd.conf
|
|
share/examples/xl2tpd/ppp-options.xl2tpd
|
|
@rcscript ${RCDIR}/xl2tpd
|