Answer the question
In order to leave comments, you need to log in
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
little code
try to always draw a route diagram, sometimes it helps to see the answer yourself
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.
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"
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 questionAsk a Question
731 491 924 answers to any question