, I'd suggest to keep it really simple there, to minimize the risk of locking yourself out.
Thank you for your response, and apologies if my explanation is not the best. I attached a little diagram of my network as I believe it might help to understand what I am trying to achieve.
network.jpg
I just tried to log into the router at Site A, and for some reason, I can't do it. I believe I messed up some configuration.
I can ping both routers and everything on the LAN. However, I can't log into the router at Site A.
Since the L2TP VPN is active, I am trying to access it using the private IP 192.168.88.1 via Winbox, SSH, and Telnet, but nothing works.
In IP/services, SSH, Telnet, and Winbox are definitely enabled. Access via HTTPS or HTTP does not work either.
Trying to access it with a public IP is not an option since I have two routers there, so the Mikrotik is double-NATed.
I think I am missing something in the config, but I am not sure what. It's a simple setup with L2TP with IPsec VPN. Proxy-ARP is enabled on the bridge on both routers. Routing to both networks is in place. Initially, I could ping only the routers but nothing on the LAN, and I managed to resolve this with RAW rules.
Config of Site B below:
/ip firewall raw (there are the same raw rules at site A)
add action=notrack chain=prerouting comment="SITE-2-SITE VPN" \
dst-address=192.168.88.0/24 src-address=192.168.1.0/24
add action=notrack chain=prerouting comment="SITE-2-SITE VPN" \
dst-address=192.168.1.0/24 src-address=192.168.88.0/24
/routing table
add disabled=no fib name=VPN-TEST-TABLE
/ip route
add comment=VPN disabled=no distance=1 dst-address=192.168.88.0/24 gateway=\
10.10.10.2 routing-table=main scope=30 suppress-hw-offload=no target-scope=\
10
add comment=TEST disabled=no distance=1 dst-address=0.0.0.0/0 gateway=\
<l2tp-name-1> routing-table=VPN-TEST-TABLE scope=30 suppress-hw-offload=\
no target-scope=10
/routing rule
add action=lookup-only-in-table disabled=no src-address=192.168.1.116/32 \
table=VPN-TEST-TABLE
As far as I remember my route at Site A is dst-address=0.0.0.0/0 gateway=<l2tp-name-1>
You do not have the required permissions to view the files attached to this post.