Displaying 1 result from an estimated 1 matches for "pppoptfil".
Did you mean:
pppoptfile
2005 Apr 17
1
IPSEC l2tpd and Windows shares problem
...connect to a linux IPSEC gateway using rp-l2tp there is no problem.
/usr/local/etc/l2tp/l2tpd.conf
====================================
[global]
port = 1701
[lns default]
ip range = 192.168.0.129 - 192.168.0.254
local ip = 192.168.0.2
hostname = freebsdipsec
name = freebsdipsec
ppp debug = yes
pppoptfile = /usr/local/etc/l2tp/options.l2tpd
=======================================
/usr/local/etc/l2tp/options.l2tpd
=======================================
noauth
proxyarp
lcp-echo-interval 30
lcp-echo-failure 6
ms-dns 192.168.0.3
ms-dns 192.168.0.4
ms-wins 192.168.0.6
crtscts
idle 1800
mtu 1400
mru 140...