HI,
All
I want to use i2tp/ipsec as compatible connect.
Why Can't build user multiple connections at the same time(only one user).
User A was connected the server . but when user B connected the server soon , 
the A or B link-line will down

My ppp/ options.xl2tpd
------------------------------------
ipcp-accept-local
ipcp-accept-remote
ms-dns  192.168.1.20
noccp
auth
crtscts
idle 1800
mtu 1410
mru 1410
nodefaultroute
debug
lock
proxyarp
connect-delay 5000
require-mschap-v2
plugin winbind.so
ntlm_auth-helper '/usr/bin/ntlm_auth --helper-protocol=ntlm-server-1 
--require-membership-of=S-1-5-21-UID'

My xl2tpd/ xl2tpd.conf
-------------------------------------------------------------
[global]
listen-addr = 59.37.A.B
ipsec saref = no
[lns default]
ip range = 192.168.3.128-192.168.3.253
local ip = 192.168.3.254
refuse chap = yes
refuse pap = yes
require authentication = yes
name = LinuxVPNserver
ppp debug = yes
pppoptfile = /etc/ppp/options.xl2tpd
length bit = yes


My etc/ipsec.conf
-------------------------------------------------------------
conn rw-l2tp
        left=59.37.A.B
        [email protected]
        leftcert=a-cert.pem
        leftauth=pubkey
        leftfirewall=yes
        #leftprotoport=udp/1701
        type=transport
        right=%any
        #
        keyexchange=ike
        auto=add
_______________________________________________
Users mailing list
[email protected]
https://lists.strongswan.org/mailman/listinfo/users

Reply via email to