Hello.
First of all… I’m not native english, so forgive me for any errors with the language.
I want to configure a VPN with mikrotiks routers using IPSEC/L2TP. But before that I’m testing to connect two routers mikrotik (RB2011UAS-2HND-IN) without any VPN tunnel created.
The idea is to connect two mikrotiks with one cable from eth1 to eth1 and in each router in Eth2 connect the LAN cable and make a bridge with the rests of the ports. Then make a ping from one router to the LAN of the other.
The configuration I made is:
- First I made a bridge with Eth2 + Eth6 (because this mikrotik has 2 switchs).
- Then I added slaves to Eth2 (3-4-5) und Eth6(7-8-9), I didn’t configure port 10 just in case I lose connection to the router.
- Configured IP - Addresses.
R1 WAN: 192.168.90.1 LAN: 192.168.88.1
R2: WAN: 192.168.99.1 LAN: 192.168.80.1
In R2:

(Since the test is only with two mikrotiks connected to each other, I guess is not a problem to put WAN 192.168… Neither did I configure Firewall or NAT)
Something like this:

Then just for comodity I created a DHCP server.
The problem I think is in the configuration of IP routes.
I have it like this now, and I’m able to ping from each router to the WAN of the other, but when I try to ping the LAN of the other it says timeout.
R1:

R2:

(One thing strange here is that when in the gateway I write in the 0.0.0.0/0 the WAN IP (192.168.99.1 for example) it says unreachable, but when I select the gateway with the name it works)
Ping from R1 to WAN of R2:

Ping from R1 to LAN of R2:

I not really understand either why number 2 has “special” ping to that IP.
I would appreciate any help.
Thanks and greetings.