[Openswan Users] Difference between l2tp and rp-l2tp
sasa
sasa at shoponweb.it
Mon Jan 24 14:21:57 CET 2005
Hi, with l2tp in the l2tpd.conf I use:
[global]
listen-addr = 10.0.0.1
[lns default]
ip range = 10.0.0.37-10.0.0.39
local ip = 10.0.0.200
require chap = yes
refuse pap = yes
require authentication = yes
name = fw
ppp debug = yes
pppoptfile = /etc/ppp/options.l2tpd
length bit = yes
...the equivalent on rp-l2tp in the l2tpd.conf I must use:
[global]
load-handler "sync-pppd.so"
load-handler "cmd.so"
listen-port 1701
listen-addr 10.0.0.1
section sync-pppd
lns-pppd-opts "debug refuse-pap require-chap 10.0.0.37-10.0.0.39 auth lcp-echo-interval 30 lcp-echo-failure 6 ms-dns 10.0.0.14"
section peer
peer 10.0.0.200
secret s3cr3t
port 1701
lns-handler sync-pppd
hide-avps yes
section cmd
.. but the 'secret' parameter show the 'shared secret', but it is the equivalent of what?
The content of chap-secrets it remains equal ??
thanks.
Salvatore.
More information about the Users
mailing list