Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    HELP.. cara limit bw.. (nubie)

    Indonesian
    3
    5
    3.3k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • L
      larecilik
      last edited by

      salam kenal smw kk sesepuh..
      sy tertarik untuk belajar pfsense,, n sy ad permaslah ttng limit bw..
      btw limitnya pake apa.?? apa bisa dari proxy squidnya,, ato kita harus buat rule ?

      terima kasih,, moga ada yng bs membantu saya belajar.. :D

      1 Reply Last reply Reply Quote 0
      • S
        syedadi
        last edited by

        boleh pakai squid aja…google "squid Delay Pool".... =)

        1 Reply Last reply Reply Quote 0
        • L
          larecilik
          last edited by

          @syedadi:

          boleh pakai squid aja…google "squid Delay Pool".... =)

          thx kk..
          btw ada ss yng dari squid lusca g.. ?
          cz ane baru belajar n pengenalan pake pfsense..

          1 Reply Last reply Reply Quote 0
          • S
            syedadi
            last edited by

            Aku engak paham bahasa kamu…boleh bagi in full sentence....im malaysian =)

            1 Reply Last reply Reply Quote 0
            • A
              abnisrea
              last edited by

              Tambahkan option dibawah ini pada Custom Options pada Proxy server: General settings

              zph_mode tos;
              zph_local 0x04;
              zph_parent 0;
              zph_option 136;
              acl admin src 192.168.1.2/255.255.255.255; –---> ip yh mau kita bebaskan bandwidth nya.
              acl throttle_exts urlpath_regex -i "/var/squid/acl/throttle_exts.acl"; ----> buat file lihat disini http://forum.pfsense.org/index.php/topic,28291.0.html
              acl slow_sites url_regex -i "/var/squid/acl/slow_video.acl"; –--> buat file isi dengan youtube.com dll
              acl jam_limit time SMTWHFA 06:00-21:00;
              delay_pools 3;
              delay_class 1 1;
              delay_parameters 1 -1/-1;
              delay_access 1 allow admin;
              delay_access 1 deny all;
              delay_class 2 3;
              delay_parameters 2 64000/64000 32000/32000 32000/200000;
              delay_access 2 allow slow_sites jam_limit;
              delay_access 2 deny all;
              delay_class 3 1;
              delay_parameters 3 4000/4000;
              delay_initial_bucket_level 100;
              delay_access 3 allow throttle_exts jam_limit;
              delay_access 3 deny all;

              1 Reply Last reply Reply Quote 0
              • First post
                Last post
              Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.