9cb6f12ea8
* Fix initscript for https://bugzilla.redhat.com/show_bug.cgi%3Fid%3D247100 * Fix for two Windows machines behind the same NAT with the same number of l2tp connection attempts since boot [Shinichi Furuso] Changes in this patch: * use PKG_INSTALL:=1 * use standard config file names like in other major distributions * new patch to disable building pfc (which was not installed anyway), removes dependency to libpcap * include a commented sample config file * use INSTALL_CONF instead of INSTALL_DATA + chmod 0600 -Raphael git-svn-id: svn://svn.openwrt.org/openwrt/packages@20276 3c298f89-4303-0410-b956-a3cf2f4a3e73
24 lines
451 B
Plaintext
24 lines
451 B
Plaintext
[global]
|
|
port = 1701
|
|
auth file = /etc/xl2tpd/xl2tp-secrets
|
|
access control = no
|
|
|
|
[lns default]
|
|
exclusive = yes
|
|
ip range = 192.168.254.202-192.168.254.210
|
|
lac = 10.0.1.2
|
|
hidden bit = no
|
|
local ip = 192.168.254.200
|
|
length bit = yes
|
|
refuse authentication = yes
|
|
name = VersaLink
|
|
ppp debug = yes
|
|
pppoptfile = /etc/ppp/options.xl2tpd
|
|
|
|
[lac left]
|
|
lns = 10.0.1.2
|
|
refuse authentication = yes
|
|
name = VersaLink
|
|
ppp debug = yes
|
|
pppoptfile = /etc/ppp/options.xl2tpd
|