Multiple uplinks using PCC, Load balancing

Поділитися
Вставка

КОМЕНТАРІ • 243

  • @tmcarter3
    @tmcarter3 Рік тому +48

    Fantstic video... These videos are SO valiable and I wish these were done 15 years ago! Martins, you have explained this is terms that are easily understood; and easily repeatable. I know there were examples on website; but this gives the "picture is worth a 1000 words" a brand new meaning. Thank you!! I look forward to future config overviews.

    • @domhamai
      @domhamai Рік тому

      And a video is a thousand pictures!

  • @dvreshta
    @dvreshta Рік тому +21

    Mikrotik just discovered a new talent on content creation.
    Great job Martins!

  • @ksenyxths
    @ksenyxths Рік тому +6

    The way this guy explained such an advanced topic with such simplicity is mind-blowing. It's like he's telling a captivating story that even a 10-year-old kid could understand. I'm amazed at his ability to break down complex concepts and make them accessible to a wide audience. This is the kind of teaching we need more of - making knowledge accessible to everyone. Kudos to him for his exceptional communication skills!

  • @sudanking99
    @sudanking99 Рік тому +7

    Great video, will done.
    I think you forget mentioned NAT.

  • @easypr
    @easypr 9 місяців тому +1

    It took 10 minutes to setup , with 2 isp working perfectly , great description . Thank You

  • @TechnoBrown
    @TechnoBrown 7 місяців тому +1

    Great video! Just a small twist: if your connection is not local, use the unicast option in the classifiers.

  • @Kredo800
    @Kredo800 Рік тому +1

    Thanks. There are plenty suspicious & unverified DIY instructions, having the "official" one is very valuable.

  • @yeo1397
    @yeo1397 Рік тому +10

    Nice video.. Clear and concise. Can you make a video on how to integrate QoS with Load Balancing (PCC) with a theory explaining how it works?

  • @harrysugiarto
    @harrysugiarto Рік тому +3

    Nice video...one of the best tutorials for load balancing PCC...👍👏👏👏

  • @mauriciohenriques3820
    @mauriciohenriques3820 Рік тому +1

    Excellent video. I could be complemented by adding how to incorporate recursive routing and ISPs with DHCP address attribution on this scenario, as the "default gateway" for each ISP changes over time.

  • @keletk
    @keletk Рік тому +4

    fantastic video martins have explained clearly and simply....please add a video with configuration of failover recursive routes based on config of this video

  • @glrfi4eva
    @glrfi4eva Рік тому

    the best mangle tutorial - I have been looking for days for something like this that will actually work in v7+

  • @SuperSiyko
    @SuperSiyko 8 місяців тому

    Thank you for such a clear and qualitative explanation. I would like more videos like best practice options, especially about load balance, wan or vpn failover etc. Thank

  • @RuouniKenshin
    @RuouniKenshin Рік тому +1

    Awesome video! I hope you keep making educational videos like these because your OS and products are amazing and teaching people how to use them is just another way to show them to a wider audience.

  • @19HOKAGE68
    @19HOKAGE68 Рік тому +7

    Nice! Part 2 please 🙏 thank you.

  • @florentinbarbura7808
    @florentinbarbura7808 6 місяців тому

    Thank you, concise, concrete, very helpful explanation, very useful in OS7 versions.

  • @WanFiITSoLuTioNs
    @WanFiITSoLuTioNs 11 місяців тому

    very informative. next discussion about policy based routing. please

  • @rachidrac1759
    @rachidrac1759 Рік тому

    درس جد رائع و واضح ... كيف يمكن معالجة الأمر مع الموجه من نوع أجهزة التأرجح في التحميل و او دمج ثلاث خطوط مختلفة
    tenda ax 3000 w30e
    له واجهة جد مختصرة و لا تتيح فسحت الاستفادة من مؤهلاته رغم كونه يتضمن
    ثلاث منافذ من فئة wan/lan
    و واحدة من فىة lan
    mtu بين 1400
    إلى 1500
    أنوه بجهودكم العلميو على جهودكم الفاضلة

  • @Joshv918
    @Joshv918 Рік тому +1

    Love these videos!! Helped me get into mikrotik faster and made it easy.. maybe adding to this design would of been nice to see recursive routes ..
    Thank you!!

  • @arttrout8236
    @arttrout8236 Рік тому

    Great JOB! I have been having trouble with my 2 wan system using another multi wan scenario. This one sounds like the best thought plan for my application.

  • @ifscale3
    @ifscale3 Рік тому +2

    Thank you for this video. You have explained a lot of information very clearly.
    In the MikroTik wiki on PCC, there are *accept* rules in the prerouting chain for traffic from the LAN destined to connected WAN subnets. These rules are placed before the PCC rules and are meant to prevent a routing loop.
    Can someone help me understand how these accept rules prevent a routing loop? Which traffic from the LAN to the WAN interface subnets will match these rules?

  • @salembaabbad8783
    @salembaabbad8783 25 днів тому +1

    I did the same in v7.16.1 thr routing doesn't work if i change routing table not to the main, also ECMP applied when i did the same configuration??? Plz answer me sir

  • @anasalaqel9738
    @anasalaqel9738 5 днів тому

    A wonderful and very useful video. I was looking for it for two months. I applied all the steps. It is the best way to distribute loads
    But I faced a problem
    When the hotspot server is activated on the LAN port, the Internet does not work and the login page does not appear

  • @philosophermind2589
    @philosophermind2589 4 місяці тому

    THIS GUY make me config 3isp in a easiest way...amazing guy..mikrotik expert

  • @Mensan1960
    @Mensan1960 4 місяці тому +1

    The issues I have with these setups are:
    1) most ISP's I deal with are issuing dynamic IP addresses, so you can't use static routes in the routing tables.
    2) Since the ISP device is almost always local, just pinging the local address does no good for a connection outage. You need to ping a REMOTE device to check connectivity.
    I haven't seen any of these videos address these issues.

    • @pooshrulez
      @pooshrulez Місяць тому

      1) You can assign a script to DHCP Client, which RouterOS executes after obtaining IP information. It is tricky but possible to identify the new gateway and update your static routes from the script.
      2) You can schedule a script to periodically do some checks (e.g., pinging an external IP from a specific interface), and enable/disable routes based on that.

  • @AkexKh2769
    @AkexKh2769 Рік тому

    Thank you from yours video settings router demonstration. I will try this settings in my router.

  • @truongsi1
    @truongsi1 Рік тому +2

    Thanks about this videos. If i want to setup 8 isp loadbalacing on CCR2004. What can i do ?

  • @k0nctant1n.pererva
    @k0nctant1n.pererva Рік тому +1

    I set it up a long time ago. Everything would be fine, but I discovered that the connection to the router is ISP2 (the router page does not open). The connection is marked ISP1. Help

  • @kubik256
    @kubik256 Рік тому +3

    Nice video!
    Is there any chance to export finished config (RSC or plaintext) and place it somewhere, that anyone can review it? I have done this setup few years ago, but it was quite buggy... probably I had bad PCC values.

  • @thulfeqarAli
    @thulfeqarAli Місяць тому

    Hello, thank you for the clear and comprehensive explanation, but what about the NAT settings?

  • @hexatested
    @hexatested Рік тому

    Mark connection rules also mark the ospf connection which use multicast address. I would suggest to accepting routing related connection before marking for load balance or incoming connection into router.

  • @suadiadnya
    @suadiadnya Рік тому +1

    nice tutor i'm mikrotik user from indonesia , gbu

  • @RashidBadiyan
    @RashidBadiyan 27 днів тому

    it's perfect Load balance ❤

  • @troelse.nrmlle4625
    @troelse.nrmlle4625 Рік тому

    Time well spent 👍, we like them.

  • @bonamin
    @bonamin Рік тому

    I will look at this later with a clear mind.
    I am using an LHG-LTE18 as my internet Modem/Router, but I've also bought an RB5009 for this exact purpose. I wanted to buy a second LHG, and have them both feed the connetion to the RB and the RB serve as my main Router.
    I wanted to do that because when using 4G in my country and with my ISP you have to options. Either use "vpn" APN or the normal one.
    VPN gives you a public IP (like ADSL for example) but limits bandwidth to 150Mbps.
    Normal APN puts you behind a NAT (CG-NAT) effectively removing your ability to port forward anything inside, but gives you Full Speed.
    I wanted to combine two lines, with two seperate 4G SIMS, on two LHG-LTEs. But it's SO HARD setting up these things since RouterOS is so complicated (in order to be detailed and powerful), and the community on Mikrotik Forums didn't really help me much, as from what I've seen, they don't really like noobs. :)
    Currently my RB5009 is just a brick sitting in my closet :(
    Anyway, will check the video later and maybe I can find more info on how to set my net up.

    • @mikrotik
      @mikrotik  Рік тому

      Did you manage to find a solution?

    • @bonamin
      @bonamin Рік тому

      ​@@mikrotik No. I had no time to look further into it.
      I need to gather information that is scattered around because I'm not an expert on the subject.
      The problems I face mainly are:
      1) I was told by Mikrotik specialists that if I put the LTE18 on "Passthrough" mode, I should have setup a VLAN for management.
      2) I then need to figure out the rest of the setup so the RB works as a Router and the LTE18 machines work as Internet supliers only.
      Anyway, the problem as I said, is that I didn't have the time to look THAT DEEP into the matter.
      My LHG-LTE18 is super fast as it is.
      I just wanted to make my VoIP phone work as well. :(

  • @UlrichWessendorf
    @UlrichWessendorf Рік тому +3

    Very nice video, but what if I get on all connections IP´s and Gateways dynamically via DHCP, how can I prepaire the needed Routing tables? That´s unfortunaltly the critical point in using more than one ISP here in Germany.

    • @UlrichWessendorf
      @UlrichWessendorf Рік тому +1

      @@geogmz8277 Could you give me the headline of the forum title? The forum itself is well known, but it's hard to find something without knowing details🙂

    • @davidcraddock6474
      @davidcraddock6474 Рік тому

      @@geogmz8277 Would be very interested in this as well..

    • @mikrotik
      @mikrotik  Рік тому +2

      As mentioned in the video, this video was about PCC method and we did not configure things like DHCP server, NAT, firewall, users, etc. You can not dynamically adjust routes in differnet routing tables automatically based on the DHCP client. But it is very easy to write a script on the DHCP client which simply updates the route when gateway changes (help.mikrotik.com/docs/display/ROS/DHCP#DHCP-LeaseScriptExampleLeasescriptexample). However, thank you for the inspiration. We will see if we can convince our developers to allow doing this dynamically in the upcoming RouterOS releases. :)

  • @kirksteinklauber260
    @kirksteinklauber260 Рік тому +1

    Thanks but I have an scenario and a question: How can use PPC if I want Primary and Standby scenario? For example broadband of 200 Mbps as primary and LTE as backup only? Also as my uplink is directly to a local cable modem and 3rd party LTE router the WAN port of my Mikrotik can be up but the Internet can be down. Don’t do require here to do recursive routing? And if so how can I do it when my ISP gives my WAN IPs only via DHCP in my router instead of static routes?
    Thanks and great video!

  • @R_Al-Najar
    @R_Al-Najar 4 місяці тому +1

    I use the same rules as mentioned in this video for load balancing to increase Internet speeds in a hotspot, but unfortunately, it's not working.
    Can anyone here tell me if this is working for a hotspot?

  • @mikkio5371
    @mikkio5371 5 місяців тому +1

    i got it from your mikotik help page : " PCC is not a valid method, in case of Hotspot(captive portal) - due to the fact that Hotspot uses web-proxy and it uses only the default routing table, at the moment. " is this statement still valid as of today ? and if yes what other method best suit load balancing for hotspot . ECMP or policy base routing . which ?

  • @Лёха-р7д1г
    @Лёха-р7д1г 7 місяців тому +1

    Setting up a multivan for the Internet is not a problem. But if the task is to create a VPN tunnel through each provider where the static IP is only on one side, then there is a problem. Can Mikrotik balance VPN? I tried to set it up for a long time, but the multivan and 1 tunnel did not move. Is there information on how to implement balancing of VPN tunnels between the main office and the branch? I'm trying to configure everything on wireguard.

  • @flisskennigen4675
    @flisskennigen4675 Рік тому

    Nice video. Very informative. Thank you for the video Mārtiņš & team.

  • @aeronstone100
    @aeronstone100 15 днів тому

    Hello, I'm trying to create a wireguard server over my backup internet, but it seems to not be working. Even after making and routing a packet in mangle, the outbound traffic for mangle leaves out of my primary circuit. Please help.

  • @alciomar
    @alciomar 10 місяців тому

    Excellent video!

  • @davidcampos8795
    @davidcampos8795 Рік тому +2

    Would this still dynamically route traffic if an ISP loses Internet but the ISP gateway is still ping able?
    Ping seems like an unreliable way to determine if a route is down because here in the states the gateway is usually an ISP modem device and that never goes down but you'll lose Internet

    • @nick9323
      @nick9323 Рік тому

      Yep, it will. Google pdf "Monitoring the Internet Connections of WAN Links
      with Only Routing Configuration", it's has and example of your needs

    • @peterkovacs233
      @peterkovacs233 Рік тому +1

      you can check a gateway internet connection with recursive routes. This is what you looking for.

    • @CaMapTrang
      @CaMapTrang Рік тому

      you are right (Y) , on the os7 router you can check fail the port connected to the BFD instead of using the very inaccurate Ping !
      my video at 28:11

    • @mikrotik
      @mikrotik  Рік тому +1

      Yes, then the route would be still active. However, this video was not about that. It seems that this is the solution that you are looking for - help.mikrotik.com/docs/pages/viewpage.action?pageId=26476608

    • @bkokkonda
      @bkokkonda 28 днів тому

      @@mikrotik when i click that help page link, it is taking me a login page ("log into altassian"). please suggest.

  • @erwinbolasa1524
    @erwinbolasa1524 Рік тому +1

    Can you provide video on load balancing with Hotspot?

  • @OperKH
    @OperKH Рік тому +1

    What about FastPath\FastTrack should it be disabled?

  • @KP_187
    @KP_187 9 місяців тому

    Martins this is a really helpful video, thank you!
    I have just configured my RB4011iGS+ with to ISP connection following your tutorial and all is working perfectly! I just wanted to ask you something?! I have already setup 5 VLAN-s under the Bridge Port to this RB4011iGS+ router! I also added ether1-ISP1 and ether10-ISP2 at the WAN Interface List and at the NAT side > Chain: srcnat > Out Interface List: WAN > Action: masquerade! Hope this is a good configuration!
    My question is:
    At @10:21, the mark new connection from LAN... Am I supposed to choose All VLAN as In Interface?
    Thanks in Advance!

  • @unumpolum
    @unumpolum Рік тому

    Thank you. This is what I needed.

  • @GlenKowalchuk
    @GlenKowalchuk Рік тому

    Thanks again Martins 👍😎

  • @jackypeng7952
    @jackypeng7952 3 місяці тому

    Great video got PCC working could a video be made for port forwarding with PCC setup

  • @sabujplays1611
    @sabujplays1611 7 місяців тому

    Best helpful video for me... Thanks 🫡👍

  • @mikkio5371
    @mikkio5371 5 місяців тому

    Weldone and nice . Lengthy but worth it

  • @aaymanbd
    @aaymanbd 8 місяців тому

    Is it possible to update this guide with 2xPPPoE connections? For some reason I can't get it to work.

  • @ebenolivier
    @ebenolivier 6 місяців тому

    At about 5:30 you add the route tables to the route list. What I do not understand is that you give each one an immediate Gateway address, but seeing that one of the ISP's is dynamic how can you know the gateway address?

    • @JeremiPiela
      @JeremiPiela Місяць тому

      Good question?!? How is it possible to know gateway IP in DHCP connection if it can change? The same as with PPPoE. In PPPoE often there is no gateway.

  • @frank89095
    @frank89095 3 місяці тому

    am trying to load balance on ros7 pcc with hotspot but hotspot keeps on indicating no internet

  • @albertas978
    @albertas978 3 місяці тому

    but lets say i have 2 modems connected via usb to the same mikrotik device how would i go about load balancing those connections if they are dynamic routes

  • @dhiaahmed5420
    @dhiaahmed5420 Рік тому +1

    What if I want to configure recursive route as my modems aren't configured as bridge 🤔

    • @mikrotik
      @mikrotik  Рік тому

      No problem, just do it, this was just one example of the idea how to make it work. Anyone is free to get inspired from the video and make adjustments. This is basically the step one, then the sky is the limit.

  • @momensobhy2929
    @momensobhy2929 9 місяців тому

    Thank you for the awesome tutorial. However, I really need guidance on how to implement NTH load balancing in RouterOS v7. I've tried numerous times but something always goes wrong. Could you please provide any information or resources on how it works? Thank you.

  • @Anavllama
    @Anavllama Рік тому +1

    Why is NEW required on the connection marks for incoming eth1,eth2,eth3 when you have no-mark selected. Saying its not required in your scenario. Same with the LAN connections!!

  • @collinsonyegbado309
    @collinsonyegbado309 7 місяців тому

    Thanks for the video
    How can I use mangle rule to route http,SSL,smtp and pop 3 traffic's to isp1 while the other traffice will go to isp2

  • @teeay8324
    @teeay8324 Рік тому

    i tried this and multi wan works, i just found something, that when i use this type of firewall mangle, for some reason my hotspot > captive portal popup is not working /showing. after disabling this and tried the diff pcc approach, the hotspot captive portal pop ups automatically. why is that? should i add more configuration on firewall for the hotspot?

  • @Rouly88
    @Rouly88 Рік тому +1

    😊 un pur bonheur. Very cool. Enjoy myself

  • @actomobile
    @actomobile 7 місяців тому

    If I use this configuration I can't access other subnet in my router. It routed directly to WAN gateway. am I missing something?

  • @jackypeng7952
    @jackypeng7952 21 день тому

    Great video got the PCC working but suddenly lost the capability of ipv6 not sure if this issue is due to pcc or something I did wrong ? Please help

  • @luis-bejarano
    @luis-bejarano 10 місяців тому

    how would you chnge this config to only use the secondary ISPs when the ISP1 is down?

  • @compratecno
    @compratecno 7 місяців тому

    excelent explanation.

  • @AndriiAntoniak
    @AndriiAntoniak Рік тому

    Thank you for the video, it`s very helpful! Please can you make the video for Queues with Multiple uplinks?

  • @robertkirwan29
    @robertkirwan29 Рік тому

    Great video, is there a simple way using Mangle to force traffic from a specific local ip to use ISP1 as a priority?

  • @Q4best
    @Q4best Рік тому

    Nice job. But local ruting table will not work?

  • @leratoradebe6438
    @leratoradebe6438 Рік тому +2

    Awesome!!!

  • @donakpabio
    @donakpabio Рік тому

    Great video! I have a question, what happens when we have a BGP connection with the 3 ISPs?

  • @Lucas-av7
    @Lucas-av7 Місяць тому

    following this tutorial my internet gets unstable, it only works good if I create two rules to mark the connection in the output chain? does anybody know why?

  • @bricbrac
    @bricbrac 7 місяців тому

    Can this setup be hardware offloaded on the CCR2116 ? Does it supports multiple routing tables? Or will it be at least partially offloaded?

  • @synapticaxon9303
    @synapticaxon9303 Рік тому

    Can you support MPTCP that is targeting an Internet endpoint (e.g. AWS EC2 instance)?

  • @JPMeijers
    @JPMeijers 6 місяців тому

    This is nice, but how do one do this if the WAN interfaces use DHCP?

  • @Problembaer4
    @Problembaer4 Рік тому

    To me, as a non native-english speaker, "remainder" was a bit misleading. 26/3 = 8,667... ",667" was the "remainder" to me. But what you mean with "remainder" is a MODULO operation! 26 mod 3 = 2.

  • @beelzebub8626
    @beelzebub8626 7 місяців тому

    What is the difference between using pcc "scr address and port" and "both address and port"?
    Thanks

  • @jozsefmolnar6179
    @jozsefmolnar6179 Рік тому

    It's looks like good, but what about IP/Firewall/NAT/masquerade action? I think, it's missing from the steps!

  • @colab6181
    @colab6181 Рік тому

    Good day Martins, I am struggling to configure Mikrotik Router. I am using Pfsense as firewall with PPPoE and multiple VLAN's. I want to deploy Mikrotik at client homes that will have SSID for PPPoE and SSID for VLAN interface that is our hotspot. Can you please guide

  • @glrfi4eva
    @glrfi4eva Рік тому

    1. How do you ensure interconnects maintain the correct gateway (say the router has 2 WANs and 2 other private networks (for interconnecting to the LAN of another router (B)), it sends and receives traffic for, i.e. a PC network isolated that needs a server under in the A routers LAN, so pass between LAN ports (router B has a DHCP lease in RouterA's LAN) ), I assume as they are not in the LAN bridge they will default to the "main" route table?
    2. How do route table routes work if the correct gateway in not in the table, can they jump to the "main" table if no entry? Or just fail?

  • @iliondocs6006
    @iliondocs6006 Рік тому

    i have an Mikrotik hAP ax lite LTE6. I have convert the ether1 port as WAN port and ether 2,3,4 and wifi remains in bridge-LAN. I would like to configure the router in order to use with load balancing between LTE connection and ether1 WAN connection (for example i am in a hotel, i plug the router in my ether1 connection but i want to use LTE also in combination). I tried to follow the tutorial but failed because i dont know the IP addresses of the gateway for LTE and the gateway of the WAN in ether1 changes from one trip to another. Is there a permanent solution, configuration that i can use? thanks for the videos

  • @Shimanskiy
    @Shimanskiy 6 місяців тому

    Is it possible to somehow combine load balancing with fasttrack? I have 2 channels of 500 Mbit each, MikroTik hex rev 3 without fasttrack gives a maximum balancing speed of 400 Mbit and the processor is at 100%

  • @XtrAMassivE
    @XtrAMassivE Рік тому

    This is a great video, thank you. But I have one ISP with 1GB uplink and other with 50MB uplink. There are certain services (VOIP) that have to operate over the ISP2. What's the best way of load balancing this? Do I need to make hundred mange rules? Should I just create a separate routing rule for the VOIP subnet to only use ISP2? I would appreciate any advice, I'm still kinda new to this.

    • @mikrotik
      @mikrotik  Рік тому

      Instead of using PCC, look into other methods of filtering out VOIP traffic.

  • @evgeniyloginov
    @evgeniyloginov Рік тому +1

    nice manual, thanks!

  • @Garen15
    @Garen15 8 місяців тому

    Great video, got it working with two WAN connections. my only problem now is the router itself does not have internet, ping outside shows "No route to host". anyone has any ideas?

  • @黑沙漠-v5n
    @黑沙漠-v5n Рік тому +1

    视频说的很详细,👍

  • @user-comet7664
    @user-comet7664 Рік тому

    Can PCC load balancing be achieved without NAT,DHCP?
    I have an existing router that handles NAT and DHCP. I am considering introducing PCC load balancing in front of this router to increase bandwidth

  • @olpchk1115
    @olpchk1115 Рік тому

    Still can't manage to make it working without that main route. It looks like those ISP table and route mark are just ignored

  • @Ai__X
    @Ai__X 5 місяців тому

    I have a Mikrotik Hex S router which has SFP port and an RJ45 WAN port, Currently I'm using RJ45 port as main WAN interface and planning to get a second ISP connection can I do multiple ISP with Hex S router with an RJ45 SFP device?

  • @tvojejbabkydedko
    @tvojejbabkydedko Рік тому +1

    can you please make a video about active load balancing? (higher single connection speed), i managed to put a configuration together but routeros 7.10 broke it and it barely works now

  • @hahay16
    @hahay16 6 місяців тому

    hmm, using the same configuration, I can't seem to access my ISP Router/Gateway.

  • @jeytis72
    @jeytis72 9 місяців тому

    Can it also be considered as a failover setup? Thanks

  • @gegeqingqing
    @gegeqingqing 4 місяці тому

    Can this work with fasttrack. It seems to be slow when i enable fasttrack.

  • @hectorj.romanp.
    @hectorj.romanp. Рік тому +4

    Do a failover configuration, please. One of my clients has three ISPs, all of them use DHCP and one of them uses PPPoE.

    • @Kredo800
      @Kredo800 Рік тому +2

      You can do failover just simply pluging all three, making them wan, and making different distances.

    • @anthonya.1958
      @anthonya.1958 Рік тому +1

      Technically yes, but doesn’t work for failover. I’ve tried this but RouterOS doesn’t failover route. We need better way to do recursive routes in RouterOS 7

    • @mikrotik
      @mikrotik  Рік тому +6

      As mentioned in the video, this video was about PCC method and we did not configure things like DHCP server, NAT, firewall, users, etc. You can not dynamically adjust routes in differnet routing tables automatically based on the DHCP client. But it is very easy to write a script on the DHCP client which simply updates the route when gateway changes (help.mikrotik.com/docs/display/ROS/DHCP#DHCP-LeaseScriptExampleLeasescriptexample). However, thank you for the inspiration. We will see if we can convince our developers to allow doing this dynamically in the upcoming RouterOS releases. :)

  • @aeronstone100
    @aeronstone100 Рік тому

    Great Video, I tried with my dual ISPs and while speed wise it seems to be working. I am getting 50% packet loss. Any help?

  • @fervendelosreyes3278
    @fervendelosreyes3278 Рік тому +1

    nice video, but try not disconnect the physical cable from your router, disconnect the cable or fiber from the isp, then will see if it still works..

    • @anthonya.1958
      @anthonya.1958 Рік тому

      Yes. They need to validate this way…. As I believe it will fail. I’ve had this happen - as we need to instead use recursive route to validate GW

    • @mikrotik
      @mikrotik  Рік тому

      We already did - ua-cam.com/video/nlb7XAv57tw/v-deo.html

  • @MrHatchic
    @MrHatchic Рік тому

    Good afternoon
    The video is excellent, very useful information about your equipment, well, why is it not so easy to do, why make it so difficult to access available packages. Then, after the full setup, a lot of lines are built in the backup. I think for beginners it is very difficult to understand!

  • @maxpain177
    @maxpain177 Рік тому

    What about NAT (masquerade)?

  • @pablorepolles
    @pablorepolles Рік тому

    Thanks Martins - it has helped me a lot to understand how mikrotik works to balance connections.
    I have a question - If the ISP2 router is turned off for example. Will the connection marking rules continue to mark new connections that are assigned to "ISP2.conn" by counter and therefore would be lost?
    Thank you

    • @mikrotik
      @mikrotik  Рік тому

      Like the video says, when ISP2 goes down, main routing table will be used, meaning - the route with the lowest distance will be used which in our case was ISP1. Nothing will be lost, that is the whole point of this setup. So that it always works.

  • @Anavllama
    @Anavllama Рік тому

    Why do you have passthrough=yes on the output chain rules??