DUAL WAN and VPN OVER GRE

Good day,

I have a problem. I have two lan and a site to site VPN, OVER GRE.

I acquired a new internet connexion. And i want to make to configure a dual wan.

I used ip firewall mangle with mark_routing. these items worked fine

LAN 1 through WAN 1

LAN 2 through WAN 2

LAN 1 both communication with LAN 2 (i added a ip firewall mangle accept in the both sense)


But unfortunately, the communication between the LAN and the VPN are broked.

I have already tried to add a mangle accept between the LAN and the distant LAN.

Thank you for help,

My guess is that you probably mark routing for VPN traffic by mistake, that makes router look in non-default routing tables, but they have only default routes to ISPs.

Try to add some routing rules, like this:

/ip route rule
add action=lookup-only-in-table dst-address=192.168.0.0/16 table=main

You get the idea.

Hello!

It works!

Thank you,

Good day,

And thank you on more time for the previous answer. I have another problem.

When i connect with ppp client, it works successfully, but i cannot have internet.

Can you help me please ?

Sorry, my mind reading skills are not good enough for this, I’m still trying to master them. :wink: Try to provide some more details. Posting config export usually works well. Plus detailed description what you expect and what you get can’t hurt.