Hi,
Is it possible to create EOIP Tunnels over routes, thats Not
The Main Route?
ISP1 = EOIP 1 = Route DSL1
ISP2 = EOIP 2 = Route DSL2
???
Mistry7
Hi,
Is it possible to create EOIP Tunnels over routes, thats Not
The Main Route?
ISP1 = EOIP 1 = Route DSL1
ISP2 = EOIP 2 = Route DSL2
???
Mistry7
Absolutely.
Create additional specific routes for the EoIP endpoints (a more specific route is always preferred to a default route) or create additional default routes that utilize routing-marks. I have several other posts on this very process, but here is the shortened version for you.
Create two static routes:
/ip route add dst-address= gateway=
/ip route add dst-address= gateway=
If your ISP1 or ISP2 gateways are dynamically learned, browse through my other posts to learn about how routing filters and scripts can help you dynamically create and update these static routes.
In my application, I have DSL and Cable at my home with one EoIP tunnel going over each provider to a single RouterOS device in a datacenter (multiple IPs on a single physical interface with a single default gateway).
If all else fails, reply back again with more details and I will try to assist further.