OpenWRT - Configure Load Balancing with mwan3

  Рет қаралды 36,459

Van Tech Corner

Van Tech Corner

Күн бұрын

Пікірлер: 135
@davebadgley2403
@davebadgley2403 Жыл бұрын
This video is awesome, I got it working the first time. Thank you very much for putting it together.
@eduardob6080
@eduardob6080 Жыл бұрын
Great video, mate! Could you, please, provide a brief explanation of the difference between load balancing (perfectly shown in this video), bandwidth aggregation (or link bonding) and Multi Path TCP? Much appreciated!
@VanTechCorner
@VanTechCorner Жыл бұрын
Hi, I think for the defination you can just check it out on Google. Here is a quick example: - Load Balancing: 5+5=5+5 (the connection/traffic is load-balanced across wan interfaces, according to setup - Bonding: 5+5=10 (not always like that). When it comes to combine throughput of several WAN interfaces, sometime it is called "load balancing" too. Check out the Mikrotik PCC. Another term which have more or less the same meaning is "link aggregation" - Multi Path TCP: Sorry I have no idea for now
@mayhem0007x
@mayhem0007x Жыл бұрын
this is great, all other tutorials i have checked, set the metric 1 and 2, so the the status of wan only run 100% on the first wan. i was really confused. i think this is the right tutorial. thanks, i subscribe to your channel now. thanks
@VanTechCorner
@VanTechCorner Жыл бұрын
Hey, this video was made long time ago. On my recent video (OpenWRT 21), you can see the load-balancing works perfectly well kzbin.info/www/bejne/ppnOoad4mayGmbs
@jonilaw1923
@jonilaw1923 3 жыл бұрын
Van Tech Corner is probably the most complete OpenWRT tutorial found in KZbin. Could please do a tutorial on how to install Netdata for OpenWRT? Do u also maintain a Telegram group for discussing OpenWRT for beginners? Thanks for ur effort.
@VanTechCorner
@VanTechCorner 3 жыл бұрын
Hi, thanks for the comment. This video was the first OpenWRT tutorial on the channel and now there are a lot of tutorials, feel free to check it out. To install netdata, you just need to go to Luci - Software, Update the list and search and install netdata and that is. There is a FB group, you search for "Van Tech Corner & Friends".
@gladiuskrowten
@gladiuskrowten 4 жыл бұрын
Great job Man: Worked fine for me. Thanks for sharing your knowledge.
@VanTechCorner
@VanTechCorner 4 жыл бұрын
Thanks for the feedback! Glad it helped.
@FaizZJack
@FaizZJack Жыл бұрын
hi @VanTechCorner i have just flash my Mikrotik router to openwrt.. I want to use bonding/link aggregiation.. how do i setup to my router ?
@michelecicozzi1197
@michelecicozzi1197 3 жыл бұрын
Hi, do you think that the GLInet Beryl you have showed on some of your recent videos is powerful enough to do a load balance between a FTTC connection and a 4G connection with a smartphone via tethering USB ? I would like to give it a try soon.
@tech-dips
@tech-dips 2 жыл бұрын
That was smooth, worked without a single problem, much appreciated!
@VanTechCorner
@VanTechCorner 2 жыл бұрын
Glad it helped! Just in case you need the guide for OpenWRT 21.02, feel free to check out the recent video on the channel.
@zionsgame1764
@zionsgame1764 9 ай бұрын
Hello van tech. I have a question please. I have a newifi router that have usb 3.0 and it has openwrt firmware then i eneabled the usb thetering for my 4g lte pocketwifi and i have another isp is there a possibility that i can combined these 2?
@machalatee
@machalatee 3 жыл бұрын
Only in here i understand about mwan3, thanks for tutorial
@VanTechCorner
@VanTechCorner 3 жыл бұрын
Glad to hear that!
@santosothegreat2760
@santosothegreat2760 3 жыл бұрын
hi van, thank you so much for detailed tutorial. i have 3 wans active same load, i have followed all instructions in the video, on Loadbalancing MWAN Status - Detail shown "wan", "wan2", "wan3" (33%) balanced, but i checked on real-time graphs, only "wan" has more load than the other, also the traffic on "wan" more dominant. how did that happen? please help
@VanTechCorner
@VanTechCorner 3 жыл бұрын
Hi, can you share more detail about your WAN connections? Does it have the same throughput or different. Can you also take a screenshot of the /etc/config/mwan3 file?
@darxniq
@darxniq 3 жыл бұрын
Bro..nk tanya. Kalau kat rumah sy ada streamyx 4mbps + 4mbps. Boleh pakai setup load balance ni ke untuk double speed..atau kena pakai device mcm mikrotik?
@VanTechCorner
@VanTechCorner 3 жыл бұрын
Hi, it is just load balancing, the link speed will not be combined like mikrotik and draytek.
@jamesco2427
@jamesco2427 3 жыл бұрын
Hello i have netgear nighthwak r8000, would it support multi wan or load balance setup?
@Hasan-vs1nl
@Hasan-vs1nl 2 жыл бұрын
hi,can we use wirguard with this load balancing and merg both wan for using wireguardvpn client ? i tryed this but alwase pick one of this wans randomly and do not merg these wans together and my total banndwith is always is half,cuz using in wireguard only one wan, and loadbalancing is not working on it.if Mwan3 its not for this kind of use , do you know a solution for merging the dual wan and using for vpn like wireguard or ovpn ?
@theshelby90vibes56
@theshelby90vibes56 Жыл бұрын
Very good help my friend. I would like to know if you can do with 3 WAN ports? if so could you explain me which step further i should do? A hug and thank you very much.
@VanTechCorner
@VanTechCorner Жыл бұрын
You just need to setup the 3rd wan interface on Network-Interfaces. After that, duplicate the configuration for the 2nd wan interface on mwan3. Load Balancing with mwan is not easy for beginner, since you want to setup for 3 WANs, this is more than what a normal user need. My advice is to read the document to understand how it works first, after that configure on your own.
@carllosmelo6906
@carllosmelo6906 Жыл бұрын
@@VanTechCorner Ok thanks my friend 🇧🇷
@LuminousSpace
@LuminousSpace Жыл бұрын
So easy to follow thank you, you have videos for configuring rules? I want to bind specific interface to a website or ip
@VanTechCorner
@VanTechCorner Жыл бұрын
Hi, you can take a look at the policy base routing which I already have a video.
@resfrp1879
@resfrp1879 3 жыл бұрын
the best tutorial! thanks bro!
@VanTechCorner
@VanTechCorner 3 жыл бұрын
Glad you liked it! There are also other OpenWRT tutorials on my channel, feel free to check it out bro!
@RENZER101TVWordwide
@RENZER101TVWordwide 4 жыл бұрын
Hi, is it possible to separate gaming for isp 1 and browsing for isp2?
@VanTechCorner
@VanTechCorner 4 жыл бұрын
You can custom the routes, as long as you know the end destination IP and port. Or, you can use QoS.
@Music47832
@Music47832 3 жыл бұрын
Bác không gán interface cho WAN6 ak ? Em thấy nó đang disable .
@kmfirdaus2548
@kmfirdaus2548 3 жыл бұрын
2:23 I dont have menu "switch" from the dropdown menu...what should I do? I am using Mi4a router
@saipriyavarmap5296
@saipriyavarmap5296 4 жыл бұрын
Hi,my case is one is a portable lte wifi router and the other is wired broadband plugging into the ethernet wan of my openwrt router...Can i bond (LTE Wifi + Wired Wan) both for failover or combine to increase bandwidth?
@VanTechCorner
@VanTechCorner 4 жыл бұрын
Yes you can. Just to create the interface name in mwan3 with the same interface name on Network - Interfaces. For example, for LTE wifi you will have an interface name "WWAN". These name is case sensitive so make sure you get it right. OpenWRT use linux routing for load balancing so the bandwidth will not bounded to gether, only the connection is load balanced. I would suggest you to go with failover mode instead of load balancing if you have Wire + LTE.
@u-os77
@u-os77 3 жыл бұрын
which physical interface to assign to the WAN6 interface. In the status, they (wan6 and wwan6) are first enabled and then disabled. please make a continuation of the video for Ipv6?
@u-os77
@u-os77 3 жыл бұрын
I decide it!!!))) ipv6 ping adress was not correct...!) I enter host name google.com and anther... and it all work!!!! Great thank you man from Russia 🇷🇺!!!))))
@VanTechCorner
@VanTechCorner 3 жыл бұрын
It great that you got the answer. Sorry I has been busy recently and can't response to the comment on time.
@hookseeker
@hookseeker 3 жыл бұрын
Hi, did u assign to the ip6 interface the same phy interface the ip4 ones, right? Also, mine config dont let me set the metric to the wanb or wanb6... Did u manage to ?
@AxlRoseRX
@AxlRoseRX 4 жыл бұрын
Do I have to change anything on Globals? mine has the firewall mask, logging uncheck, update 5 seconds and routing table lookup says please choose, and have 1, 2 and 220
@VanTechCorner
@VanTechCorner 4 жыл бұрын
Hi, what is the problem with the load balancing? Can you post the result of Status - Load Balance - Detail?
@Christian.Haller
@Christian.Haller 3 жыл бұрын
2:27 Switch Configuration - VLANs on "switch0" In OpenWrt 19.07.6 I can't see the column "Description". How to display it?
@VanTechCorner
@VanTechCorner 3 жыл бұрын
Hi, I replied to it on another video.
@patrickc89
@patrickc89 3 жыл бұрын
great Tutorial! May I know how to configurate the policy based routing for my NAS? After changing to Dual Wan Load balancing, I cannot access my NAS externally. Thanks!!
@VanTechCorner
@VanTechCorner 3 жыл бұрын
Hey, sorry for the late response. You can configure policy based routing by following this guide openwrt.org/docs/guide-user/network/routing#policy-based_routing
@kostas8969
@kostas8969 8 ай бұрын
Excellent tutorial.. Thankk you!\
@GETOFFMYLAN
@GETOFFMYLAN 2 жыл бұрын
Can you say use mwan3 to redirect traffic for one host, say a tablet to one WAN interface?
@VanTechCorner
@VanTechCorner 2 жыл бұрын
Yes this is correct, you can do this with either mwan3 (custom routing tab, need a fixed IP address) or Policy Routing (either IP or MAC address will work).
@Zainnny94
@Zainnny94 3 жыл бұрын
Nice tutorial boss... Just have some questions, If I have 2 different ISP, and if 2 different download and upload, can I use this method? And if yes, the download and upload speed will be combine using load balance ? E.g ISP-1 have 10up/5down, ISP-2 have 5up/5down combine these two using load balance method will be 15up/10down Am I correct ?
@VanTechCorner
@VanTechCorner 3 жыл бұрын
Nope, mwan3 supports IP based (connection based) and only the connections will be load balanced, the link speed is not combined to gether (not session based). But still, you can setup load balance with 2 different link speed. For more detail, please see the mwan3 document where you can understand how it work (in the video description).
@Zainnny94
@Zainnny94 3 жыл бұрын
@@VanTechCorner i see... if I want to increase my bandwidth, I need to buy load balancing router right ?
@nopitech
@nopitech 2 жыл бұрын
can't find switch setting for vlan on dlink 878 openwrt , anyone can help me?
@arijitsarkar1691
@arijitsarkar1691 4 жыл бұрын
A detailed tutorial... Good work bro... Keep it Up...
@VanTechCorner
@VanTechCorner 4 жыл бұрын
Thanks a ton!
@amiruldaniel9081
@amiruldaniel9081 3 жыл бұрын
Can this feature run openvpn at the same time?
@myapk7303
@myapk7303 2 ай бұрын
How can i use more than 8 wan ?
@ihwanell5704
@ihwanell5704 2 жыл бұрын
can you upload video about how to routing traffic game to specific wan, example; traffic social media to wana, traffic game like pubg, mobile legend route to wanb.
@VanTechCorner
@VanTechCorner 2 жыл бұрын
Hi, I don’t think we can do that with OpenWRT. However, you can route the traffic if you know their destination IP or IP range, by using either mwan3 custom routing tab or try vpn-policy-routing.
@Eliastaye6
@Eliastaye6 4 жыл бұрын
Great job man wow! Can i load balance 3g/4g and WAN?
@VanTechCorner
@VanTechCorner 4 жыл бұрын
Yes, absolutely you can do that. However, please consider setting them as failover mode instead of load balance. I would advise to load balance the connections that has the same bandwidth.
@Eliastaye6
@Eliastaye6 4 жыл бұрын
@@VanTechCorner can it be used on a Tp Link tlmr3420?
@Eliastaye6
@Eliastaye6 4 жыл бұрын
Oh the original firmware of my router already supports failover i want to get maximum throughout. I have adsl 3mbps and 4G which the speeds vary from 10-80mbps. Maybe the exact term I’m looking for is bandwidth bonding. With the compromise of latency i can get addtional bandwidth.
@VanTechCorner
@VanTechCorner 4 жыл бұрын
Mwan3 uses Linux policy routing - it is IP based, not session based. Which means, your throughout is not bounded. If you really want this, I suggest the Mikrotik routers. You can give a try as long as the router has enough flash and RAM to the package.
@wahyu9126
@wahyu9126 4 жыл бұрын
Is possible running wireguard client & load balancing mwan3 with 2 wan? Can you make tutorial
@VanTechCorner
@VanTechCorner 4 жыл бұрын
I am not really sure on this, but you can always give a try. After done with dual wan load balancing, you can install wiregoard client and see if it work. Else, you can assign the wireguard interfaces into mwan3 members instead of the WAN interfaces and see if the connection is load balanced.
@trihar1000
@trihar1000 4 жыл бұрын
kzbin.info/www/bejne/gaO1enmDr6uHiqc but Im still confuse
@T1nk3rt0n
@T1nk3rt0n 4 жыл бұрын
I been trying to get my config fully running TY so much for this Video (Running a linksys WRT3200acm ) using main wan with 3 wireless interfaces in a client config
@VanTechCorner
@VanTechCorner 4 жыл бұрын
You're welcome! Glad that the video is helpful!
@sebaschtl9710
@sebaschtl9710 4 жыл бұрын
good job done! thanks.
@VanTechCorner
@VanTechCorner 4 жыл бұрын
Thank you too
@farhanferdous
@farhanferdous 3 жыл бұрын
How to connect 2 Wan Connection (1 WAN Static Ip) (2 WAN L2TP) Into One Router? PLEASE Make A Video About This.
@VanTechCorner
@VanTechCorner 3 жыл бұрын
Just treat your VPN interface as a normal WAN interface and change the name accordingly. All step is just the same.
@rogeliobuot-f9s
@rogeliobuot-f9s Ай бұрын
Boss paano magdownload sa iyong mwan dual isp
@nabilhafiz2668
@nabilhafiz2668 3 жыл бұрын
bro why cannot install and keep get error code on my mi4a giga
@VanTechCorner
@VanTechCorner 3 жыл бұрын
Hi, what is the error code and during which process/time?
@bennyasnan1465
@bennyasnan1465 3 жыл бұрын
thanks for detail tutorial
@VanTechCorner
@VanTechCorner 3 жыл бұрын
You are welcome! Feel free to check out other OpenWRT tutorials on my channel!
@h4m3d84
@h4m3d84 4 жыл бұрын
that's awesome... keep going
@VanTechCorner
@VanTechCorner 4 жыл бұрын
Thanks for the comment. Check out other Openwrt tutorials on my channel ^^
@h4m3d84
@h4m3d84 4 жыл бұрын
@@VanTechCorner sure
@trihar1000
@trihar1000 4 жыл бұрын
Will it work of i run load balanced with openvpn tunnel?
@VanTechCorner
@VanTechCorner 4 жыл бұрын
Hi, it should work with OpenVPN / Wireguard. I will test and make a review.
@AdityaKumar-jj9cq
@AdityaKumar-jj9cq 4 жыл бұрын
how can I route a specific device or a static IP assigned to the device to use only one of the wan?
@VanTechCorner
@VanTechCorner 4 жыл бұрын
You can go to Mwan3 configuration - Rules and create your own static route. The mentioned section is at 15:45
@AdityaKumar-jj9cq
@AdityaKumar-jj9cq 4 жыл бұрын
@@VanTechCorner Can you tell me how? In the video, I don't think you have mentioned it.
@VanTechCorner
@VanTechCorner 4 жыл бұрын
You need to create a new "Member" that only contains 1 inteface (which you want to configure the static route), create a Policy that only contains 1 "Member", and then go to Rule, add a new rule, you will need to fill in the source IP, destination IP, the protocol, etc and lastly on the "Policy assigned" select the "Policy" which has only 1 member that you have created. In the video description, there is the link to mwan3 document and if you want to do some advance configuration like this, please have a check, it will help you. Just leave a comment with the screenshot of your mwan3 configration if you need help. You can upload the images to pictr.com/upload
@AdityaKumar-jj9cq
@AdityaKumar-jj9cq 4 жыл бұрын
@@VanTechCorner I am confused to as what should be the dest and source IP in rules. I want that a machine(of which I have configured static IP) and has different servers running like plex, to use only one of the WAN(already created the policy).
@VanTechCorner
@VanTechCorner 4 жыл бұрын
Then you just need to fill in the source IP of the device and select the policy which has only 1 WAN interface and all the traffic from that IP will only go to the defined WAN interface.
@N0_3scape_4_Scam3rs
@N0_3scape_4_Scam3rs Жыл бұрын
noob here. why is there no switch section in my network drop down???
@VanTechCorner
@VanTechCorner Жыл бұрын
In the new release of OpenWRT there is no switch menu as it had been converted to DSA. You can see my latest mwan3 video with OpenWRT 21 for more info.
@N0_3scape_4_Scam3rs
@N0_3scape_4_Scam3rs Жыл бұрын
@@VanTechCorner thanx brother
@N0_3scape_4_Scam3rs
@N0_3scape_4_Scam3rs Жыл бұрын
thank you for the respond. I setup everything accordingly but my client connected to LAN bridge which is windows pc indicates as connected, ethernet and internet connection. but no network is working. when I ping google, it says destination port unreachable
@AdityaKumar-jj9cq
@AdityaKumar-jj9cq 4 жыл бұрын
how to enable port forwarding with this?
@VanTechCorner
@VanTechCorner 4 жыл бұрын
Hello, you can configure a static route on mwan3 and do the normal port forwarding in Network - Firewall section.
@chuc2rk
@chuc2rk 4 жыл бұрын
sử dụng openvpn như 1 interface trên mwan3 thế nào bác ơi
@VanTechCorner
@VanTechCorner 4 жыл бұрын
Khi quay vpn thì trong Network - Interfaces của bạn sẽ có các tunel, bạn gán metric cho nó. Sau đó, trong mwan3, bạn chỉ cần theo y hướng dẫn và thay WAN interface thành tên của các tunel là xong.
@chuc2rk
@chuc2rk 4 жыл бұрын
@@VanTechCorner cảm ơn bạn, để mình thử. Mình chơi Openwrt từ năm 2014 tới giờ mà không tiến bộ nổi do không có kiến thức chuyên sâu về mạng. Mình chỉ vọc vạch compile openwrt cho từng loại router, và mod flash với RAM cho router thôi. Về config mấy cái chuyên sâu mình bó tay.
@VanTechCorner
@VanTechCorner 4 жыл бұрын
Mod Flash & RAM cho router thì cũng thuộc thứ dữ rồi. Bạn cứ thử đi có gì cập nhật tình hình. Sắp tới mình sẽ làm bản tiếng Việt cho những video này, có gì bạn ủng hộ nhé. P.s: Mình cũng dùng OpenWRT từ khoảng 2014, hehe :D
@chuc2rk
@chuc2rk 4 жыл бұрын
@@VanTechCorner mod mấy con đơn giản của TPlink ấy mà, từ flash 4MB sang 16MB và RAM 32 sang 64MB thôi. Mình test thêm interface vào mwan3 rồi, chả load được những trang bị chặn. Ủng hộ bạn chia sẽ những hiểu biết về Openwrt, mình biết sơ sơ nên chả dám chia sẻ chi. Mình thấy mấy bạn china có cả source riêng openwrt cũng hay, họ có những gói riêng cũng hay. Mình thường vào group telegram của họ để hỏi. Còn openwrt indonesia cũng chia sẽ mấy cái cũng hay. Mong ở Việt Nam cũng có group hỏi đám và chia sẽ mà tìm không ra.
@VanTechCorner
@VanTechCorner 4 жыл бұрын
Tức là bạn đã có 1 đường truyền WAN/ VPN tunel có thể vào được các trang bị chặn? Nếu vậy thì bạn tạo riêng memeber, policy chỉ chứa mỗi interface đó và vào mục Rule của mwan3 tạo static route cho nó, để mọi traffic (hoặc bạn có thể custom protocol, source IP, destination IP, etc) chỉ đi vào interface / tunel đó.
@АндрейПанз
@АндрейПанз 3 жыл бұрын
Thank you!
@VanTechCorner
@VanTechCorner 3 жыл бұрын
пожалуйста!
@livereal385
@livereal385 4 жыл бұрын
Any missing on your firewall zone config..
@VanTechCorner
@VanTechCorner 4 жыл бұрын
What do you mean?
@VanTechCorner
@VanTechCorner 4 жыл бұрын
I see, this video is only about mwan3 not firewall.
@j0efil
@j0efil Жыл бұрын
I have tried this but unfortunately I didn't get a great output; I'm using ver 22.xx.xx, whenever the other wan lost its connection you cannot connet to the internet anymore maybe because of the Policies that have configured. I also have tried to configure a Failover setup while the Load Balancing configuration is running because I was hoping this might be a fix but it wasn't.
@VanTechCorner
@VanTechCorner Жыл бұрын
Did you try the tutorial for OpenWrt 21 (and onwards) kzbin.info/www/bejne/ppnOoad4mayGmbssi=_hP905nBQz95B6G9
@mindyabiznarc
@mindyabiznarc 4 жыл бұрын
Thank you 🙏
@VanTechCorner
@VanTechCorner 4 жыл бұрын
You’re welcome 😊
@SyazwanSaidan
@SyazwanSaidan 4 жыл бұрын
terima kasih bos.
@VanTechCorner
@VanTechCorner 4 жыл бұрын
You're welcome xD
@SyazwanSaidan
@SyazwanSaidan 4 жыл бұрын
@@VanTechCorner I thought you are malaysian. because I see Unify there. xD. btw done subscribe
@VanTechCorner
@VanTechCorner 4 жыл бұрын
Yeah, I am just working here. I bought this router on carousell because it can run OpenWRT :D
@mrclown5315
@mrclown5315 4 жыл бұрын
Nice
@VanTechCorner
@VanTechCorner 4 жыл бұрын
Thanks! Are you using OpenWRT at home?
@mrclown5315
@mrclown5315 4 жыл бұрын
@@VanTechCorner nope i dont have the secondary line.. if i have office i might need to do it.. 😁
@VanTechCorner
@VanTechCorner 4 жыл бұрын
Yeah, the connection here is MY is way too good. For the last 1 year, only 1 time my internet connection down due to faulty ONT.
@rockydavie
@rockydavie 2 жыл бұрын
Hi Van I'm having some issue here....just flashed my archer c6 to openwrt to use my 2 internet connections on it. i created wan connections as in video. 1st problem is that earlier when archer c6 was on default tplink os ppoe was working but now on same router with openwrt it is not working and always fails. leaving that aside on second WAN which I'm taking from another isp router's lan and feeding here. when this 2nd wan is active i can ping the websites and free DNS ip's but can't browse internet and no website opens. what all policies, port forwarding or routing do i need to set to make this work.
@DrHarryT
@DrHarryT Жыл бұрын
I could see the traffic is much greater on WAN as if WANB was not being used to handle balancing for the different sites bandwidth. I have the same configuration only two 6Mb/s connections. on one computer I can download a test file and, on another computer, run a 4k YT video. This is more than enough to utilize all the bandwidth of both connections. It will utilize ONLY one connection at a time and I never get more than 6Mb/s on both devices COMBINED [3Mb/s + 3Mb/s] even though I have 12Mb/s combined capacity on both internets. Load balancer will only use on connection at a time with multiple devices connected. When one almost catches up it switches over to the other connection and keeps switching back and forth between the two connections never using both at the same time. I can be downloading Windows from Microsoft and my daughter turn on the TV to watch a Netflix movie and she gets the constant buffering circle. The load balancer refuses to use the second connection to give her a good internet experience which is the whole purpose of having load balancing with two WAN connections. What is the configuration solution that will allow me to use both internet connections with multiple devices connected to the load balancer requesting data?
@VanTechCorner
@VanTechCorner Жыл бұрын
Hello, you can take a look at the mwan3 docs and find your answer there. openwrt.org/docs/guide-user/network/wan/multiwan/mwan3 This video was made long time ago. I have a new video for OpenWRT 21 where you can see the traffic flow to 2 WAN interfaces kzbin.info/www/bejne/ppnOoad4mayGmbs
@DrHarryT
@DrHarryT Жыл бұрын
@@VanTechCorner I've been over the doc's and can't see anything to ensure that traffic from a new device request is automatically sent down the least active connection. That feature would seem to be the most fundamental purpose of load balancing. To ensure all users have the best possible experience with the available bandwidth of both connections. Thanks for responding. 🙂
@ariannaariannina9063
@ariannaariannina9063 4 жыл бұрын
300mb and 7mb load balancing is working fine... NOPE?
@VanTechCorner
@VanTechCorner 4 жыл бұрын
It's advised to load balance when your lines have the same bandwidth. However if you configure it will still work.
@kienthucandroid
@kienthucandroid Жыл бұрын
😂The video does not talk about using mwan3 as the download is very slowslow.
OpenWRT - Configure LAN port as WAN port
7:37
Van Tech Corner
Рет қаралды 35 М.
OpenWRT - Configure Multiwan Failover with mwan3
16:29
Van Tech Corner
Рет қаралды 24 М.
Watermelon magic box! #shorts by Leisi Crazy
00:20
Leisi Crazy
Рет қаралды 116 МЛН
This mother's baby is too unreliable.
00:13
FUNNY XIAOTING 666
Рет қаралды 39 МЛН
OpenWRT 21.02  - Multi-WAN Load Balancing with mwan3
19:00
Van Tech Corner
Рет қаралды 47 М.
Multiple uplinks using PCC, Load balancing
16:22
MikroTik
Рет қаралды 80 М.
OpenWRT 21.02 - Setup Guest WiFi
12:03
Van Tech Corner
Рет қаралды 30 М.
extend a guest wifi on second access point with OpenWrt using VLANs
13:56
OpenWRT - Configure 802.11r Fast Transition - Fast Roaming Wifi
11:12
Van Tech Corner
Рет қаралды 31 М.
Full MikroTik MTCRE - Introduction to VLANs on MikroTik. (Episode 1)
29:23
Watermelon magic box! #shorts by Leisi Crazy
00:20
Leisi Crazy
Рет қаралды 116 МЛН