Community discussions

MikroTik App

Search found 10 matches

by p0we7
Mon Dec 09, 2024 10:18 am
Forum: General
Topic: ECMP doesn't work for Load balancing [SOLVED]
Replies: 28
Views: 2309

Re: ECMP doesn't work for Load balancing [SOLVED]

@sindy @anav

First of all, thank you very much for your help.
I am in the process of refining my configuration, when I will post a new topic and describe my configuration and my corresponding needs.
I hope I can get your guidance to make my configuration more robust.
by p0we7
Sun Dec 08, 2024 4:30 pm
Forum: General
Topic: ECMP doesn't work for Load balancing [SOLVED]
Replies: 28
Views: 2309

Re: ECMP doesn't work for Load balancing [SOLVED]

Better with recursive checking of connectivity /ip route add dst-address=0.0.0.0/0 gateway=pppoe-out8 routing-table=main comment="Primary WAN3" add check-gateway=ping dst-address=0.0.0.0/0 gateway=1.1.1.1 routing-table=ecmp scope=10 target-scope=12 comment=ISP1 add check-gateway=ping dst-...
by p0we7
Sun Dec 08, 2024 12:12 pm
Forum: General
Topic: ECMP doesn't work for Load balancing [SOLVED]
Replies: 28
Views: 2309

Re: ECMP doesn't work for Load balancing [SOLVED]

I'd remove it and try to use a mangle rule instead to achieve the same effect. I have a question, now it seems that ecmp is already working. When I use routing rules for routing, will it be more CPU resource-saving than using mangle? Because when I used mangle with pcc before, if the PT client was ...
by p0we7
Sun Dec 08, 2024 12:00 pm
Forum: General
Topic: ECMP doesn't work for Load balancing [SOLVED]
Replies: 28
Views: 2309

Re: ECMP doesn't work for Load balancing [SOLVED]

First I would change the action in the only routing rule from lookup to lookup-only-in-table and remove the min-prefix completely As you said on ax3, when I deleted all the routing rules and did not use min-prefix , ecmp took effect immediately, but it also prevented me from logging into winbox aga...
by p0we7
Sun Dec 08, 2024 11:48 am
Forum: General
Topic: ECMP doesn't work for Load balancing [SOLVED]
Replies: 28
Views: 2309

Re: ECMP doesn't work for Load balancing [SOLVED]

I tested again with a restored factory configured ax3 router and when I tried to configure one of the following two rules, neither could hit the ecmp routing table and all traffic went through the main table. /routing rule add action=lookup min-prefix=0 src-address=192.168.88.0/24 table=ecmp /routin...
by p0we7
Sun Dec 08, 2024 10:18 am
Forum: General
Topic: ECMP doesn't work for Load balancing [SOLVED]
Replies: 28
Views: 2309

Re: ECMP doesn't work for Load balancing [SOLVED]

This remark makes me cautious, but I assume you haven't removed any mangle rules from the export before posting it? I cannot imagine anything else to have an impact. publish latest config my last configuration, I have only deleted a large number of /ip dhcp-server lease . # 2024-12-08 16:11:04 by R...
by p0we7
Sat Dec 07, 2024 8:05 pm
Forum: General
Topic: ECMP doesn't work for Load balancing [SOLVED]
Replies: 28
Views: 2309

Re: ECMP doesn't work for Load balancing [SOLVED]

You are right, because I need to dial the same interface twice. That's OK, I've even tested that if the pppoe interface is attached to a macvlan, the pppoe-discover frames are indeed sent via the physical interface with the source MAC address of the macvlan one, so all good here. But I have missed ...
by p0we7
Sat Dec 07, 2024 6:58 pm
Forum: General
Topic: ECMP doesn't work for Load balancing [SOLVED]
Replies: 28
Views: 2309

Re: ECMP doesn't work for Load balancing [SOLVED]

Your configuration export doesn't show any reason why 10.0.0.130 should use routing table main, however, as of current (7.16.x), there are issues with handling of the min-prefix value in configuration. Actually, my intention is only to let the device with IP 10.0.0.130 use the ecmp outgoing, while ...
by p0we7
Sat Dec 07, 2024 3:20 pm
Forum: General
Topic: ECMP doesn't work for Load balancing [SOLVED]
Replies: 28
Views: 2309

ECMP doesn't work for Load balancing [SOLVED]

My router has a total of three ISP exits. I tried using ISP1 and ISP2 as ECMP routing tables and allowed some devices within the local network to use this ECMP routing table outgoing gateway. The other devices use the default main outgoing gateway. However, the problem is that after I set everything...
by p0we7
Thu Feb 13, 2020 6:45 pm
Forum: Scripting
Topic: Script MD5 Hash Generator
Replies: 20
Views: 20065

Re: Script MD5 Hash Generator

Hello, I saw that you said to write a SHA-1 version, has it been released? Thanks for the code, i patched the script to work as a function (v6.2+) debug as parameter and work with strings over 56bytes. Remember that MD5 is not collision resistent, i will write a SHA-1 version soon. The first argumen...