mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
7f5b4d4612
A sample implementaiton set of "L2TP-IPv6PD" client using mpd. "OCN IPv6", provided by NTT Communications Corp, was the first commercial tunnel service using "L2TP-IPv6PD". NOTE: This port runs on FreeBSD 6.3 and later. If you want to run it on FreeBSD 6.2, you need to apply following diff to your ng_ksocket: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/netgraph/ng_ksocket.c.diff?r1=1.59&r2=1.60 WWW: http://www.ocn.v6.ntt.net/ocnipv6/pdf/ocnipv6uni_ver1.0.pdf
7 lines
143 B
Plaintext
7 lines
143 B
Plaintext
L2TP0:
|
|
set phys type l2tp
|
|
set l2tp peer %%FIXED_SERVER%%
|
|
set l2tp hostname %%PPP_ID%%
|
|
set l2tp disable incoming
|
|
set l2tp enable originate
|