MikroTik Tutorial 12 - 2 WAN Load Balancing| Setting in Hindi & Urdu

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 เม.ย. 2019
  • Script:
    /ip firewall mangle
    add action=accept chain=prerouting dst-address=192.168.10.0/24
    add action=accept chain=prerouting dst-address=192.168.11.0/24
    ------------------------------------------------------------------------------------------------------
    Script:---------------------------------------------------
    /ip firewall mangle
    add action=accept chain=prerouting dst-address=192.168.11.0/24
    add action=accept chain=prerouting dst-address=192.168.12.0/24
    add action=mark-connection chain=input in-interface=WAN1 new-connection-mark=\
    WAN1_conn passthrough=yes
    add action=mark-connection chain=input in-interface=WAN2 new-connection-mark=\
    WAN2_conn passthrough=yes
    add action=mark-routing chain=output connection-mark=WAN1_conn \
    new-routing-mark=to_WAN1 passthrough=yes
    add action=mark-routing chain=output connection-mark=WAN2_conn \
    new-routing-mark=to_WAN2 passthrough=yes
    add action=mark-connection chain=prerouting dst-address-type=!local \
    new-connection-mark=WAN1_conn passthrough=yes per-connection-classifier=\
    both-addresses-and-ports:2/0 src-address=172.16.0.0/16
    add action=mark-connection chain=prerouting dst-address-type=!local \
    new-connection-mark=WAN2_conn passthrough=yes per-connection-classifier=\
    both-addresses-and-ports:2/1 src-address=172.16.0.0/16
    add action=mark-routing chain=prerouting connection-mark=WAN1_conn \
    new-routing-mark=to_WAN1 passthrough=yes
    add action=mark-routing chain=prerouting connection-mark=WAN2_conn \
    new-routing-mark=to_WAN2 passthrough=yes
    /ip firewall nat
    add action=masquerade chain=srcnat out-interface=WAN1
    add action=masquerade chain=srcnat out-interface=WAN2
    /ip route
    add check-gateway=ping distance=1 gateway=192.168.11.1 routing-mark=to_WAN1
    add check-gateway=ping distance=1 gateway=192.168.12.1 routing-mark=to_WAN2
    add check-gateway=ping distance=1 gateway=192.168.11.1,192.168.12.1
    --------------------------------------
    add action=mark-connection chain=input in-interface=WAN1 new-connection-mark=\
    WAN1_conn passthrough=yes
    add action=mark-connection chain=input in-interface=WAN2 new-connection-mark=\
    WAN2_conn passthrough=yes
    add action=mark-routing chain=output connection-mark=WAN1_conn \
    new-routing-mark=to_WAN1 passthrough=yes
    add action=mark-routing chain=output connection-mark=WAN2_conn \
    new-routing-mark=to_WAN2 passthrough=yes
    add action=mark-connection chain=prerouting dst-address-type=!local \
    new-connection-mark=WAN1_conn passthrough=yes per-connection-classifier=\
    both-addresses-and-ports:2/0 src-address=192.168.30.0/24
    add action=mark-connection chain=prerouting dst-address-type=!local \
    new-connection-mark=WAN2_conn passthrough=yes per-connection-classifier=\
    both-addresses-and-ports:2/1 src-address=192.168.30.0/24
    add action=mark-routing chain=prerouting connection-mark=WAN1_conn \
    new-routing-mark=to_WAN1 passthrough=yes
    add action=mark-routing chain=prerouting connection-mark=WAN2_conn \
    new-routing-mark=to_WAN2 passthrough=yes
    /ip firewall nat
    add action=masquerade chain=srcnat out-interface=WAN1
    add action=masquerade chain=srcnat out-interface=WAN2
    /ip route
    add check-gateway=ping distance=1 gateway=192.168.10.1 routing-mark=to_WAN1
    add check-gateway=ping distance=1 gateway=192.168.11.1 routing-mark=to_WAN2
    add check-gateway=ping distance=1 gateway=192.168.10.1,192.168.11.1
    --------------------------------------------------------------------------
    Load Balancing in Mikrotik Router Board.
    Load balancing a with multiple gateways 2 WAN Links
    10 Mbps + 10 Mbps = 20 Mbps
    / @hadinetwork
    • MikroTik Tutorial 16 -...
    • MikroTik Tutorial 15 -...
    • MikroTik Tutorial 14 -...
    • MikroTik Tutorial 13 -...
    • MikroTik Tutorial 12 -...
    • MikroTik Tutorial 11 -...
    • MikroTik Tutorial 10 -...
    • MikroTik Tutorial 9 - ...
    • MikroTik Tutorial 16 -...
    • MikroTik Tutorial 8 - ...
    • MikroTik Tutorial 7 - ...
    • MikroTik Tutorial 6 - ...
    • MikroTik Tutorial 5- R...
    • MikroTik Tutorial 4 - ...
    • MikroTik Tutorial 2- B...
    • MikroTik Tutorial 18 -...
    -----------------------------------------------------------------
    hAP mini, hAP lite
    CRS1xx, CRS2xx, CRS312-4C+8XG, CRS326-24S+2Q+, DISC, FiberBox, , LDF, LHG, ltAP mini, mANTBox, mAP, NetBox, PowerBox, PWR-Line, QRT, RB9xx, SXTsq, cAP, hEX Lite, RB4xx, wAP, , RB2011, SXT, OmniTik, Groove, Metal, Sextant, RB7xx, hEX
    CCR
    RB3xx, RB600, RB8xx,
    cAP ac, CRS305-1G-4S+, CRS309-1G-8S+, CRS317-1G-16S+, CRS326-24G-2S+, CRS328-24P-4S+, CRS328-4C-20S-4S+, DISC AC, hAP ac², LDF ac, LHG ac, , SXTsq (ac series), Wireless Wire,
    RB230, X86
    2.4 GHZ, 5 GHZ,dual radio,
    Using the Device Discovery Tool
    How to Upgrade Firmware on M Series Devices
    Fiber PoE Accessory
    UniFi Security Gateway
    UniFi Cloud Key
    EdgePower 24V
    NanoStation M
    PoE Adapters
    UniFi Switch PoE 24/48
    EdgeRouter X
    ---------------------------------------------
    #hadinetwrok.com

ความคิดเห็น • 195

  • @superlink5916
    @superlink5916 5 ปีที่แล้ว +7

    sir abhi tak youtube par itna acha load balancing ko kesi nay explained nahen keya amazing

  • @zubairsiddiqui1926
    @zubairsiddiqui1926 ปีที่แล้ว +2

    bohat khub sir g apne mera kam bohat asan kar diya ALLAH PAK jaza de ameen apko thanks again & again

  • @aminkhan-ak4602
    @aminkhan-ak4602 4 ปีที่แล้ว +3

    bundle of thanks
    hadi network aap ki ki hui configuration alhamdulilah bilkul perfect chal rahi hai

  • @aseerabbas1827
    @aseerabbas1827 4 ปีที่แล้ว

    good bilkul ap 1 achay teacher ho

  • @waqaralibaloch8907
    @waqaralibaloch8907 ปีที่แล้ว +1

    zabardast good work ustad

  • @MSR-ro8vx
    @MSR-ro8vx 2 ปีที่แล้ว +1

    Greetings The importance of your explanation is very good, we explain in very easy, that is, even those who are new users can understand this.

  • @-Tech-hm5sp
    @-Tech-hm5sp 5 ปีที่แล้ว +2

    Bht khooB.. Love From Karachi...!

  • @rashidmehmood7554
    @rashidmehmood7554 3 ปีที่แล้ว

    Sir thnk u so much apne bahot hi clearly achy tareeqy se samjaya hi

  • @mohsindogar6081
    @mohsindogar6081 5 ปีที่แล้ว +1

    Good effort Rao shb

  • @irfansandhu9772
    @irfansandhu9772 5 ปีที่แล้ว +2

    Very informative vedio

  • @FJBOSS
    @FJBOSS 3 ปีที่แล้ว

    I was asking different to help me load balance but no one was helping. You are brilliant teacher. Loved Ur way of explaining quickly. One thing I didn't understand is why didn't u turn DHCP server on mikrotik and also why we can't bridge lan ports in this setting.

  • @l.n.sharma7257
    @l.n.sharma7257 11 หลายเดือนก่อน

    NICE WAY OF TEACHING. ....DIL SE

  • @azamanmol4677
    @azamanmol4677 4 ปีที่แล้ว +1

    mashaallah good sar

  • @affinityarts1
    @affinityarts1 2 หลายเดือนก่อน

    Thank you for this amazing video.

  • @hilalkashanibaloch5013
    @hilalkashanibaloch5013 3 ปีที่แล้ว +1

    ur Great Sir ..

  • @moonpak007
    @moonpak007 ปีที่แล้ว

    JazakAllah Khair

  • @RazaAli-xf1zt
    @RazaAli-xf1zt 7 หลายเดือนก่อน

    great
    fully explained

  • @foodfusionstudio2055
    @foodfusionstudio2055 2 ปีที่แล้ว

    Excellent job 👍

  • @ClipTubepk
    @ClipTubepk 2 ปีที่แล้ว

    sir you r so awesome i love u ALLAH APko Khush rakhy ameen

  • @mudassardhama228
    @mudassardhama228 หลายเดือนก่อน

    Mashallah ❤sir jii

  • @muhammadlatif1389
    @muhammadlatif1389 3 ปีที่แล้ว

    Thank You for this brief configs

  • @rakesh-vf6yc
    @rakesh-vf6yc 3 ปีที่แล้ว

    Excellent bro TQ 🙏🙏

  • @mandeepgrewal3685
    @mandeepgrewal3685 3 ปีที่แล้ว +1

    top video in my life

  • @mahmad-cx9jf
    @mahmad-cx9jf ปีที่แล้ว

    NICE WORK BAHI

  • @ehsanali90
    @ehsanali90 ปีที่แล้ว

    excellent info

  • @MrRakeshjoshi005
    @MrRakeshjoshi005 3 ปีที่แล้ว

    Very thanks to you sir

  • @literacydepartment6216
    @literacydepartment6216 5 ปีที่แล้ว +1

    Good work

  • @bestonemsnetwork4927
    @bestonemsnetwork4927 4 ปีที่แล้ว

    THANX sir bohat achy

  • @IslamicCandle95
    @IslamicCandle95 ปีที่แล้ว +1

    Sir g 1 chota sa kam or b kr den wo samj len k ham jesy users k leay best rahy ga isi setting ka 1 backup bna den or link yahan rakh den ham backup utha k lga len gy wo or b easy ho jay ga ham jesy users k leay thankss waiting for reply

  • @javedakhter82
    @javedakhter82 4 ปีที่แล้ว +1

    Bohat hi aala.. maine 2 WAN easily configure kr lye hain .. or speed combine ho gai hai..

    • @aaqibshahzad1677
      @aaqibshahzad1677 2 ปีที่แล้ว

      Bhai browseing speed b increse hoti ha or downloading b?

    • @javedakhter82
      @javedakhter82 2 ปีที่แล้ว

      @@aaqibshahzad1677 ​ Bhai 2no batao ka ik hi matlab hai.. browsing b tu downloading hi Hoti hai

    • @aaqibshahzad1677
      @aaqibshahzad1677 2 ปีที่แล้ว

      Bhai kitna kuch fraq prta ha phr main yeh purchase kron?

    • @javedakhter82
      @javedakhter82 2 ปีที่แล้ว

      @@aaqibshahzad1677 ​ 2+2 =4 ho jata hia.. G jo krna chahte hain wo ho jata hia. Acha routerboard hai Mikrotik ..mai use kr raha hu

    • @aaqibshahzad1677
      @aaqibshahzad1677 2 ปีที่แล้ว +1

      Bhot awla thank you bhai for yur time and valued reply jazk Allah

  • @ashishmahato6443
    @ashishmahato6443 3 ปีที่แล้ว +2

    Thank you for this video sir... Sir mujhe 1 static ip aur 2 wan ko load balancing karna hai... Iske liye ek video bana dijiye...

  • @meerab1272
    @meerab1272 5 ปีที่แล้ว

    Excellent

  • @carspoler1368
    @carspoler1368 4 ปีที่แล้ว

    sir bohat shukrya ap ny bohat acha explain kya

    • @HadiNetwork
      @HadiNetwork  4 ปีที่แล้ว

      Thanks

    • @carspoler1368
      @carspoler1368 4 ปีที่แล้ว

      @@HadiNetwork sir koi media server ki video banay jo user ki wan port say bhi unlimited data download keray or agher apka mobile number mil jay to bohat acha ho gha

  • @mdulfat6593
    @mdulfat6593 ปีที่แล้ว

    Thanks 👍

  • @smfarhan2754
    @smfarhan2754 2 ปีที่แล้ว

    Thanks Sir

  • @networkingschool8209
    @networkingschool8209 4 ปีที่แล้ว

    helpful video

  • @rakeshraaj1203
    @rakeshraaj1203 3 ปีที่แล้ว

    thank yousir

  • @AirlinksPakistan
    @AirlinksPakistan 2 หลายเดือนก่อน

    kia bat hai

  • @Qureshi55us
    @Qureshi55us 2 ปีที่แล้ว

    Good👍

  • @sumitabiswas5099
    @sumitabiswas5099 3 ปีที่แล้ว

    Nice

  • @shakar2205
    @shakar2205 5 ปีที่แล้ว +1

    Good

  • @iqrakhan1017
    @iqrakhan1017 3 หลายเดือนก่อน

    bht khob thank you sir please mangle main whatsapp youtube and tiktok rule kesy add kerty haun wo b bta dy.

  • @syednasirjamalshah396
    @syednasirjamalshah396 3 ปีที่แล้ว

    nice

  • @farazsaleem7629
    @farazsaleem7629 4 ปีที่แล้ว

    Aslam o Alaikum Sir, Sir you really made me subscribed. it really worked for me. Many thanks!

  • @saifullahteachingnews5644
    @saifullahteachingnews5644 10 หลายเดือนก่อน

    🎉

  • @Martin-ot7xj
    @Martin-ot7xj 4 ปีที่แล้ว +1

    Hi there, please make a tutorial video about which dengrous ports list by default we must to block on microtik firewall for more security . Thnx

  • @alucard77719
    @alucard77719 4 ปีที่แล้ว +1

    Hi Sir, you made me subscribed. please share to me the command lines that has been used here. Many thanks!

  • @ikrammalik89
    @ikrammalik89 4 ปีที่แล้ว +2

    Bhai jaan 2no routerbord ko kesay connect karna hai or baqi 4 lan ko kesay birdg banana hai
    is ki b video bana dain

  • @arafatbawa5700
    @arafatbawa5700 2 ปีที่แล้ว

    Hi. thanks for your video. I have microtik RB4011iGS+RM. All the interfaces are in slave mode except ether 1. I need to have at least 2 more interfaces in master mode for load balancing. Can you help me please?

  • @fakharshah5944
    @fakharshah5944 2 ปีที่แล้ว

    Proud of you... kindly vocher kysy generat krty ha mikrotik sy??

  • @mudasarg1210
    @mudasarg1210 4 ปีที่แล้ว

    Aslam o alikum kia hal ha bhai jan ap ki video both achi hoti ha both acha se smjhte ha bhai jan agr hm isp ha aur hm har user ko alg se ip dena ha to kase den datel se bata de plz

  • @syedhasanabbas
    @syedhasanabbas 3 ปีที่แล้ว

    If I have a wifi router should I connect that Wifi device to Port 3 or connect Port 3 to Switch and then Wifi into any switch port

  • @jibachhsah8604
    @jibachhsah8604 4 ปีที่แล้ว +1

    hello sir
    as per your video i had done its working fine but one problem how to access lan device it is pinging internally via new terminal but not from outside network so please help

  • @securesolution5739
    @securesolution5739 2 ปีที่แล้ว +1

    Dear ap nay ya sab kuch sahe btaya par last may ap nay DHCP on kar na nahe bataya jis ki wajha say ya switch kam nahe karay ga balancing nahe ho rahe hay
    wo on kar na zaroore hay or wahe main chez ap nay nahe bataaii ap k batanay k mutabik may nay pora ka pora setup kar lia or clint ke bhej wa dia or last may yahe ho k wo nahe chala .. pata chala k hum nay DHCP active nahe kea is may
    sara kam kharab ho gaya kea faida ho ya sab kar k

  • @ZeuSsTheKiller_1
    @ZeuSsTheKiller_1 2 ปีที่แล้ว

    bhae total setup smjhaney k bad ya bhe bta datay k iski router main run kaisay krwana hy.... mera pora ghnta zaya krwa diya

  • @jaansolangi7293
    @jaansolangi7293 2 ปีที่แล้ว

    Nice video. Mikrotik aur 4g evo wingle dono loadbalnce me chal sakty hai kia plz iss p ek video banaye

    • @HadiNetwork
      @HadiNetwork  2 ปีที่แล้ว

      4g evo same WAN he tu hy.

  • @osamaahmed2357
    @osamaahmed2357 4 ปีที่แล้ว

    PTCL Routers k DHCP enable h rahe ga ya disable????? Dono WAN k?

  • @ttrr6433
    @ttrr6433 4 ปีที่แล้ว

    sab se acha tplink load balance he

  • @arieslogistics2118
    @arieslogistics2118 ปีที่แล้ว

    kindly isi setting main 2 ya 4 access points add krna bata din JAZZAKALLAH
    or agr 1 ISP off ho jay to kia doosra 1 ya 2 auto chalta rahay ga ya bnd ho jay ga ?

  • @gbmirzapoint
    @gbmirzapoint ปีที่แล้ว

    rao sahab iss ka aik asan sa hall bhi mery khyal main hy ko bjay aik router board or khredny ky TPLINK ka TL 480 ya koi or load balancer khreed liya jay us main 4 ports optinal hoti ahin lan ya wan bnany k liye or wo router board sy sasta bi perta hy kya khyal hy?

  • @superlink5916
    @superlink5916 5 ปีที่แล้ว +1

    sir please agar ho sakay to unifi ap with mikrotik hotspot ki video b bna do please

  • @najeebullah2896
    @najeebullah2896 3 ปีที่แล้ว +1

    sir what will do if we have two wan and two lan please reply quickly

  • @arfanali1000
    @arfanali1000 2 ปีที่แล้ว

    Sir Plex per koi video banain

  • @hitecnetworks
    @hitecnetworks 4 ปีที่แล้ว

    aoa bhai apki videos bht achi h inko dekh k bht se msle hal hojate but jo ye loadbalancing ka method btaya h apne isse voice and video calls ka bht issue arha h kindly uspe guide kr dain k wo bar bar disconnect ku hoti h or uska kia hal h

  • @TerichMirvillgevlogs
    @TerichMirvillgevlogs 3 ปีที่แล้ว

    Slm sir
    Kia is divice se be or koi behter divice available hai k nhi Jo ke 4 se ziyada line through Kar sake

  • @Riazsaraikivlogs
    @Riazsaraikivlogs 2 ปีที่แล้ว

    ہادی بھائی سلام علیکم آج بھی میرے پاس دس ایم بی کے پانچ کنکشن ان کو کیسے ایک ساتھ آؤٹ کریں

  • @puspendra657
    @puspendra657 2 ปีที่แล้ว

    BGP m routing IN-OUT filters k through load balancing kaise hoga..using 2 ISP

  • @infolaw2586
    @infolaw2586 3 ปีที่แล้ว +1

    sir agar mere pass static ip address hai to ushka dst. address kaise define karenge

  • @MuhammadZahid-rt1tb
    @MuhammadZahid-rt1tb 4 ปีที่แล้ว +1

    Kindly ye b bataya karain k rule ka mtlb kya hai kesy work kar rha hai

  • @taxxab69
    @taxxab69 3 ปีที่แล้ว

    Hadi Bhai 1 issue arha hai when balancing from diff ISPs, net slow ho jata hai, kbi ajta hai, i think DNS ka issue arha hai, iska kya hal hai?

  • @howtoinformation2415
    @howtoinformation2415 3 ปีที่แล้ว

    Kia hum ptcl k 2 device se line la k mikro tik Mai add kr k speet mbs bra skta hai btai plzz

  • @harshpandit5564
    @harshpandit5564 ปีที่แล้ว

    Dear also it's work at failover?

  • @hadibiba3753
    @hadibiba3753 5 ปีที่แล้ว +1

    Yeh failover bhi kry ga ???

  • @Malik-IT
    @Malik-IT 2 ปีที่แล้ว

    bhai jan ap ki videos nahen a rahai aik question tha ap sy mikrotik sy relative hia?

  • @-Tech-hm5sp
    @-Tech-hm5sp 5 ปีที่แล้ว

    Sir yeh to Failover ban gaya jab aik wan band karo to second use horahi hay...
    mene har jaga jahan apnay lan use kiya hay mene bridge wuth kiya hay

  • @hafizmuhammadmudassar4097
    @hafizmuhammadmudassar4097 4 ปีที่แล้ว

    sir me ek problem face kr rha hun using Mikortik Balaner
    me ne complete settings 100% krli hain but Dlink ke through kese out kru wifi

  • @Srony25
    @Srony25 4 ปีที่แล้ว +2

    1 pppoe connection and 1 ip connection pe Load Balance kese kare??

  • @muhammadfaizanamin4280
    @muhammadfaizanamin4280 2 ปีที่แล้ว

    Assalam o Alaikum, I have one DHCP WAN Connection and one PPPoe WAN connection can i combine them?? by this method.

  • @shempoobulit4925
    @shempoobulit4925 4 ปีที่แล้ว

    sir . 1 hi mikrotik main 2 wan chalani hain . ap is video main keh rahain hain ke hotspot pe nai chaly video ki duraition 23;55 pe .. ..plz btain jesy 1 wan 1 lan pe chalaty hain wesy hi chaly ga ya 2 mikrotik lgane parain gain ? bundel of thenks ...

  • @rahulgrover1972
    @rahulgrover1972 2 ปีที่แล้ว

    can we do load balancing in ipv6?? ipv6 me network id 64 bit ISP se aati hai...aur host id 64 BIT local generate hoti hai...kya aap ipv6 par aisa video bana sakte hai ???

  • @zahoorakhtar6602
    @zahoorakhtar6602 5 ปีที่แล้ว

    but achi vido bani a allah ap ko ajr day ma na load balance banya 5150 par thik chl ra a par ab ma 5150 rx par bana ra hun par ban nae ra masj ata a 2 put mastr pot a ya kay masla a

  • @ahmedbaloch7960
    @ahmedbaloch7960 3 ปีที่แล้ว +1

    Bhai aghr ma 2 network chalo to kasa setting karo ap mery online kara gay plzzzzz

  • @MindSparqTrivia
    @MindSparqTrivia 4 ปีที่แล้ว

    Thanks for this sir. can you help me load balance isp1=500Mbps and isp2=100Mbps sir? Thanks again

  • @RehanHanif
    @RehanHanif ปีที่แล้ว

    Dear Sir, I follow your step all thing working fine but system didn't get auto ip DHCP not working kindly guide

  • @zeeshansalmani27
    @zeeshansalmani27 2 ปีที่แล้ว

    Sir mere mikrotik me hotspot service lagi hue h or brige bhi bani hue h 1 LAN jo router laga hua h usme user passwords mangta h or LAN 2 me router lagata hu dosra to usme jo bhi connect ho raha h direct ho raha h login page nahi aa raha h aisa q

  • @sardarsheroz8483
    @sardarsheroz8483 2 ปีที่แล้ว

    Main server connect disconnect hota hay Kay issue hona chaiya tamam user fiber to home hay

  • @ahmadraza-il3my
    @ahmadraza-il3my 3 ปีที่แล้ว

    Bro Ap teamviewer se check kr sakte hain

  • @texitechkarachiit68
    @texitechkarachiit68 ปีที่แล้ว

    maine is method ko follow kertay hoe load balancing configure ker lia hai but issue ab ye arha hai k banking websites our government website load honay main problem ker rahi hai.
    Iska kia soloution hai Sir ?

  • @kaiyan1981
    @kaiyan1981 2 ปีที่แล้ว

    Asalaam O Alikum
    sir meray pass 2 mikrotik "Cloud Core Routers" install hain.
    1. CCR1036-12G-4S
    2. CCR1036-8G-2S+
    mujhe bus itni information chahiye k kya is tutorial say main load balancing ker sakta hon yan nahin?
    meray pass 2 lines in hain CCR1036-12G-4S mein. aik telenor aur 1 ptcl.

  • @LUCKY2813
    @LUCKY2813 4 ปีที่แล้ว +1

    Default ip different ho tou kiya krein

  • @gratify.network8144
    @gratify.network8144 2 ปีที่แล้ว

    After configuration LAN1 doesn't work why?

  • @nasrullahnasrullah5391
    @nasrullahnasrullah5391 4 ปีที่แล้ว

    Hadi Bhai agar 2 WAN or 2 LAN mikroTik ka agar koi SCRIPT hai to please Share Kare ....Thanks

  • @muneebakbar1437
    @muneebakbar1437 4 หลายเดือนก่อน

    Bhai what's the cheapest price of micro tick router ?

  • @baloshi420
    @baloshi420 3 ปีที่แล้ว

    Bhai es loadbalocing main 3 Lan hai jo bridge hai. Ek lan ko limit karna hoo to kesy karty Bridge ho jata par mujy ek lan ko limit karna es ka koi suloution hai.

  • @fahad.muslimtv
    @fahad.muslimtv 2 ปีที่แล้ว

    ye load balancing ya failover sirf us wqt kam kartah ay jab ap ka WAN (1 or 2) down ho, means WAN wala router off ho, ager WAN router on hyn or internet pechay say nh arha tab ye kam nh karta. koi aesa solution bataen k router off kiya bagher 2nd WAN say net chal jaye

  • @nfakfans
    @nfakfans ปีที่แล้ว

    Sir plz iska backup dy dain 2 wan balaceing ka

  • @dogearitinfo6495
    @dogearitinfo6495 3 ปีที่แล้ว +1

    Hilleo sir . Sir jab load balancing ham kar tahi to hamari pc ko internet nahi arahahi . Qu nahi arahahi sir .

  • @usamabinazad8204
    @usamabinazad8204 3 ปีที่แล้ว

    Sir mane is method ko apply kia ha, speed merge hoti ha. Lakin dono ma se koi aik ISP (WAN) agr down ho jaey to mery server ki kuch applications kaam nhi krti. Please help.

  • @uknowimmad
    @uknowimmad 2 ปีที่แล้ว

    Sir agar connections ki speed different ho to kya load balance ho jaye gi, like 15mbps, 8mbps, 8mbps, aur 6 mbps

  • @mohammadmumtaz4770
    @mohammadmumtaz4770 4 ปีที่แล้ว

    sir agar modm ki ip 192.168.1.1 ho to kya ip lagaen