Community discussions

MikroTik App
 
ramiil
just joined
Topic Author
Posts: 2
Joined: Mon Feb 24, 2020 6:58 am

2 isp - router not accessible from internet

Mon Feb 24, 2020 7:03 am

Hello. I have an issue with my mikrotik 2011.
I configure it to have 2 outer ip address from different isp, and it works perfect, but I cannot access my router through internet.
Here is my config: https://gist.github.com/ramiil/9343fee3 ... 85c8fbffb0
I need my router to be pingable with both is addresses.

Thanks you.
 
Zone
just joined
Posts: 2
Joined: Tue Oct 23, 2018 12:44 pm

Re: 2 isp - router not accessible from internet

Mon Feb 24, 2020 10:50 am

Hello!
For clarification provide:
/ip address print
/ip route print
 
ramiil
just joined
Topic Author
Posts: 2
Joined: Mon Feb 24, 2020 6:58 am

Re: 2 isp - router not accessible from internet

Wed Feb 26, 2020 8:18 am

I found solution:
In my config, load-balancing and link failover implemented using routing marks. So, I need "default" route for non-marked packets.
/ip route
add distance=100 gateway=45.*.*.1
add distance=100 gateway=85.*.*.161