O
O
Oleg Tokarenko2020-04-27 11:59:17
Computer networks
Oleg Tokarenko, 2020-04-27 11:59:17

How to deal with ip route?

Configured 951Ui-2HnD to balance 2 providers.
1st PPROE dynamic
second - just dynamic

Internet works disconnecting lines from Internet providers one by one does not tear. But! when you try to ping to the Mikrotik gateway, the ping does not go through .. there is no answer. below config. Can anyone suggest what is missing? I smoked in Google found nothing worthwhile.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
D
Dimonchik, 2020-04-27
@dimonchik2013

little code
try to always draw a route diagram, sometimes it helps to see the answer yourself

R
res2001, 2020-04-27
@res2001

What does ip route have to do with it?
Everything works for you, there are no only pings. So everything is configured correctly and routing works as it should.
Apparently the pings are being blocked by the firewall. Open them and you will be happy.

D
Dmitry, 2020-04-27
@hempy80

You don't have a default route for untagged packets, so the router itself doesn't have internet.
Execute
/ip route
add check-gateway=ping distance=10 gateway=ISP2,ISP1_1 in the Mikrotik terminal
. Ping from outside is prohibited by the firewall. Run
/ip firewall filter
add action=accept chain=input protocol=icmp place-before="0"

O
Oleg Tokarenko, 2020-04-28
@toka2000

RESOLVED!!
/ip firewall mangle>
add action=mark-routing chain=prerouting new-routing-mark=ISP1_1 passthrough=\no src-address=192.168.10.0/24
As far as I understood from the English forum, this is a feature of RouterOS and it cannot work with Dual Access

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question