Prioritize Whatsapp, Facebook and Instagram traffics using MikroTik RouterOS

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ส.ค. 2024
  • mynetworktrain... - In this video, I will show you how you can prioritize Whatsapp, Facebook and Instagram traffics on your network using MikroTik RouterOS
    #MikroTik #RouterOS #MikroTik_QOS
    The export of the configuration of the MikroTik router can be copied from here:
    /ip firewall filter
    add action=add-dst-to-address-list address-list=Facebook address-list-timeout=4d chain=forward comment=Facebook content=.facebook.com
    add action=add-dst-to-address-list address-list=Facebook address-list-timeout=4d chain=forward content=.fbcdn.net
    add action=add-dst-to-address-list address-list=Facebook address-list-timeout=4d chain=forward content=.facebook.net
    add action=add-dst-to-address-list address-list=Instagram address-list-timeout=4d chain=forward comment=Instagram content=.instagram.com
    add action=add-dst-to-address-list address-list=Instagram address-list-timeout=4d chain=forward content=.cdninstagram.com
    add action=add-dst-to-address-list address-list=Whatsapp address-list-timeout=4d chain=forward comment=Whatsapp content=whats.com
    add action=add-dst-to-address-list address-list=Whatsapp address-list-timeout=4d chain=forward content=whatsapp.net
    add action=add-dst-to-address-list address-list=Whatsapp address-list-timeout=4d chain=forward content=wa.me
    add action=add-dst-to-address-list address-list=Whatsapp address-list-timeout=4d chain=forward content=whatsapp
    add action=add-dst-to-address-list address-list=Whatsapp address-list-timeout=4d chain=forward content=.wa.me
    /ip firewall mangle
    add action=mark-connection chain=prerouting comment=Facebook dst-address-list=Facebook new-connection-mark=Facebook-Conn passthrough=yes
    add action=mark-packet chain=prerouting connection-mark=Facebook-Conn new-packet-mark=Facebook-Packet passthrough=no
    add action=mark-connection chain=prerouting comment=Instagram dst-address-list=Instagram new-connection-mark=Instagram-Conn passthrough=yes
    add action=mark-packet chain=prerouting connection-mark=Instagram-Conn new-packet-mark=Instagram-Packet passthrough=no
    add action=mark-connection chain=prerouting comment=Whatsapp dst-address-list=Whatsapp new-connection-mark=Whatsapp-Conn passthrough=yes
    add action=mark-packet chain=prerouting connection-mark=Whatsapp-Conn new-packet-mark=Whatsapp-Packet passthrough=no
    /queue simple
    add name=queue3 packet-marks=Whatsapp-Packet priority=1/1 target=""
    add name=queue1 packet-marks=Facebook-Packet priority=2/2 target=""
    add name=queue2 packet-marks=Instagram-Packet priority=3/3 target=""

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

  • @BernLugo
    @BernLugo 8 หลายเดือนก่อน +2

    I have no words to express how much this video has been helpful to me thankyou vey much Sir.

  • @fivegamestelecom1774
    @fivegamestelecom1774 หลายเดือนก่อน +1

    I have no words to express how much this video has been helpful to me thankyou vey much Sir

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

    fyi TLS (SSL) content will no be filtered by this. you might catch the initial dns lookup but since hsts is a thing your prioritization might not do much.

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

    fixed forward rule with dst port tcp/443 is better. it is good for some user using external dns server.

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

    Terima kasih sangat bermnfaat 👍

  • @wi-comnetworks4445
    @wi-comnetworks4445 3 ปีที่แล้ว +2

    QoS does not work if you do not specify max limits...This is not some sort of
    packet reordering prioritization...
    Queues are intented for shaping the available WAN traffic

  • @alexandroskolkov2231
    @alexandroskolkov2231 3 ปีที่แล้ว +6

    this is cool to do L7 filtering by content in forward for all traffic. for one core hap ac lite this is a road to hell

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

    Very nice! I didn't know that you could use the content option like that. This video was very enlightening.

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

    great

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

    Think most important give priority for Streaming sites

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

    hello sir, I've been following you for a long time, why can't I find a tutorial on setting mikrotik from zero to powerful🙏🏻😁

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

      Check my website: mynetworktraining.com

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

      @@MAICT I can't find it sir, I'm not a professional, I just want to see the basic mikrotik settings from an expert🙏🏻

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

    How to block all websites except one on specific users using mikrotik? kindly guide. thanks

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

    Thx for nice guides, keep it up. Subbed already

  • @Neon-qz9cz
    @Neon-qz9cz ปีที่แล้ว +2

    how can I prioritize VoIP traffic?

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

    why is all that content not included in the mangle

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

    These apps using local cache, once you setup will filter base how much bw you setup

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

    you will only catch the DNS requests with this method. you cant catch TLS/SSL with this, which is the most common in these websites.

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

    hope you can do a queue tree prio as well thank you new sub here

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

    Dear sir, could you help me, How do we know NAT max Session on MKT RouterOS.

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

    is there any way to do the same thing in cisco routers

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

    thank you please create the twitter please

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

    Do priorities in simple queue work?

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

    In this Process When You Apply On Bigger Network Taking Too Much CPU Load

  • @FawadKhan-pc7vc
    @FawadKhan-pc7vc ปีที่แล้ว

    Sir how I can route whatsapp and imo call because whatsapp and imo has blocked here

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

    sir mere mikrotik me problam aarha hai pls help

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

    For me the cpu load is 100%

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

    CPU LOAD 90% MIKROTIK CCR 1009

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

    Twitter Haha

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

    Prioritize them! I would De-prioritize to OBLIVION!

  • @SergeKom-qy8xz
    @SergeKom-qy8xz 5 หลายเดือนก่อน

    Hi!
    What Can you connect firewall rules to a particular profil create with mikhmon ?
    M'y problème is this: i want that a catégorie of users ( not all) Can only use WhatsApp Facebook and tiktok, not all internet, and all another Can use internet
    Thanks

  • @user-df3kj7ps1p
    @user-df3kj7ps1p 3 ปีที่แล้ว

    Йопта, ни одного русского, как так то?