Hello, forum! Need some help with configuration lns on Huawei AR2240 VRP (R) software, Version 5.160 (AR2200 V200R007C00SPCb00)
I use this sample for configuration my LNS https://support.huawei.com/enterprise/ru/doc/EDOC1000177805/577d3cab/example-for-configuring-l2tp-client-initiated-l2tp-connections
but i cant conect to this server with mikrotik l2tp client, or seco client or anything else. I tryed to remove inbound acl frome wan interface and nothig changed. With
"display ip interface brief Virtual-Template" i have
Interface IP Address/Mask Physical Protocol
Virtual-Template1 10.203.0.1/23 up down
Mikrotik client side:

This is my config:
ip vpn-instance vrf-ertelekom
ipv4-family
ip route-static vpn-instance vrf-ertelekom 0.0.0.0 0.0.0.0 X.X.X.Y
interface GigabitEthernet0/0/0.63
description ISP
dot1q termination vid 63
ip binding vpn-instance vrf-ertelekom
ip address X.X.X.X 255.255.255.0
nat outbound 3102
traffic-filter inbound acl 3006
acl number 3006
rule 5 permit udp destination-port eq 1701
rule 10 permit udp destination-port eq 4500
rule 15 permit udp destination-port eq 500
rule 198 deny tcp destination X.X.X.X 0 destination-port range 1 1024
rule 199 deny udp destination X.X.X.X 0 destination-port range 1 1024
rule 200 permit ip
l2tp enable
ip pool lns
gateway-list 10.203.0.1
network 10.203.0.0 mask 255.255.254.0
interface Virtual-Template1
ppp authentication-mode chap
remote address pool lns
ip address 10.203.0.1 255.255.254.0
l2tp-group 1
undo tunnel authentication
allow l2tp virtual-template 1
aaa
local-user l2tp password cipher XXX
local-user l2tp privilege level 0
local-user l2tp service-type ppp