Hi all. I am trying to connect 2 rotuers RB450R, but I have no clue how to do it.
Today my network it´s like this image attached.
Google´d and found that this can be done with PPTP & EoIP or L2TP & IPSec, but the few articles that I found about, I´ve applyed into my network without sucess.
If these two option are ok or if there is another new one, for me is fine, what I want is the user in the side A ping the computar on side B without the need to dial any pppoE or any other kind of dial… I want one solution 100% in the router so for the user will be transparent …
You have 2 real choices, eoip or ipip. eoip is proprietary to Mikrotik and IPIP is standards compliant and will work with other devices like cisco. (I know there are other options, but I am considering this a good basic starting point for newbies).
SImply create the eoip tunnel, and then make /30 IP addressing at each end of the tunnel, and then make static routes for each remote lan to point to the tunnel IP as gateway.
Once you have the tunnel up and traffic passing nicely through it, you can go to the next stage to make it encrypted with IP Sec.
I would skip the IPIP Tunnel( it’s insecure on it’s own, and you don’t need it to do IPSec) and just do IPSec. The following configuration should get you close. You may have to change somethings especially if you have custom firewall chains.
I cant see why an ipip tunnel is anymore difficult than a GRE tunnel or EoIP Tunnel.
Regarding the second option of using IPSec alone, that situation I find often confuses people more, as opposed to simply encrypting the tunnel with only one set of IPsec policy and then using simple routing tables to route traffic, future traffic additions dont require new IPsec policy, just a new route.
As for encrypting traffic that passes over the internet, I personally would never recommend to a client that something shouldn’t be encrypted.
Its all horses for courses I suppose. Just find one that works for you, and then go with it.