Hello everyone,
I tried to set up remote access for all my MikroTik devices on CHR using l2tp. And I can’t do port forwarding.
The device is connected to the CHR, but it is unable to send a ping test request to the client.
Here is the NAT script
/ip firewall nat
add action=dst-nat chain=dstnat dst-port=12582 in-interface=ether1 protocol=tcp \
to-addresses=10.0.97.89 to-ports=8291
Remote Client
/interface l2tp-client
add connect-to=35.185.160.73 disabled=no name=l2tp-out user=RB750Gr3****
I am hopeful that someone can offer a solution to my concern.



