Good day to all.
I am trying to connect routers 6.43.4 through L2TP / IPSEC.
The problem is that the client goes to the network via Dual PPTP and Phase 2 does not pass.
How to configure IPSEC settings for connection due to Dual Access PPTP?
Доброго времени суток.
Пытаюсь соединить роутеры 6.43.4 через L2TP/IPSEC.
Проблема в том ,что клиент выходит в сеть через Dual PPTP и при не проходит Phase 2.
Как необходимо настраивать параметры IPSEC для подключения из-за Dual Access PPTP?
Config IPSEC
/ip ipsec peer profile
add dh-group=modp1024 enc-algorithm=aes-256 hash-algorithm=sha256 name=
default
/ip ipsec policy group
add name="IPSec Group"
/ip ipsec proposal
set [ find default=yes ] auth-algorithms=sha256,sha1
add auth-algorithms=sha256,sha1 enc-algorithms=aes-256-cbc,aes-256-ctr name=
L2TP-Proposal
add address=0.0.0.0/0 exchange-mode=main-l2tp passive=yes
policy-template-group="IPSec Group" secret="12345678"
/ip ipsec policy
set 0 group="IPSec Group" proposal=L2TP-Proposal