• Split available WAN bandwidth between two LANs

    2
    0 Votes
    2 Posts
    859 Views
    P
    I think you could do this with either of the 2. There might be less work involved with the limiter.
  • Root queue in "Status: Traffic shaper: Queues" is showing double values

    2
    0 Votes
    2 Posts
    2k Views
    C
    In the meantime I found a workaround which makes the PPS and the Bandwidth column showing the correct values. status_queues.php is reading from a file called /tmp/qstats This /tmp/qstats file is already having the sum of each child queues for the root queue for bandwidth and PPS. But the PHP code still adds the amount of all child queues to it which is causing the doubles. I did a change in status_queues.php to fix it. I commented two lines (highlighted in red): function statsQueues($xml){ global $statistics; $current = new QueueStats(); $child = new QueueStats(); $current->queuename = $xml['name'] . $xml['interface']; $current->queuelength = $xml['qlength']; $current->pps = $xml['measured']; $current->bandwidth = $xml['measuredspeedint']; $current->borrows = intval($xml['borrows']); $current->suspends = intval($xml['suspends']); $current->drops = intval($xml['droppedpkts']); if (is_array($xml['queue'])) { foreach($xml['queue'] as $q) { $child = statsQueues($q); /* $current->pps += $child->pps; $current->bandwidth += $child->bandwidth; */ $current->borrows += $child->borrows; $current->suspends += $child->suspends; $current->drops += $child->drops; } } unset($child); $statistics[] = $current; return $current; }
  • Pls help: blocking p2p (bittorrent) on Layer7 not working

    3
    0 Votes
    3 Posts
    2k Views
    W
    I guess that could be one probable reason why it is really hard blocking P2P in Layer7 now due to this encryption using random ports. [image: 2.jpg.html] As you can see one sample we can site, on bittorrent program by default the encryption is disabled but for other peers it is possible that it is encrypted on their end. Others are welcome to chip in their ideas on this. Thanks again Harvy66.
  • Manual setup works?

    1
    0 Votes
    1 Posts
    778 Views
    No one has replied
  • Single WAN Muti LAN setup for bandwidth division HELP!!!!

    2
    0 Votes
    2 Posts
    958 Views
    C
    For simply assigning bandwidth to different LANs looks like the limiter will do an easy job for you. https://doc.pfsense.org/index.php/Traffic_Shaping_Guide#Limiter
  • Pls help: Limit total bandwidth and limit per IP

    7
    0 Votes
    7 Posts
    4k Views
    W
    @cheonne: @waldopulanco: @cheonne: @waldopulanco: @cheonne: just get idea of foxale08 in this thread https://forum.pfsense.org/index.php?topic=63531.0 thanks this is informative, hope it will work too to pfsense 2.1.2, I hope it will equally share on each ip. how about no limit on squid proxy? thank you so much!! the howto of foxale08 is still working in 2.1 and higher versions (2.1.1,2.1.2,2.1.3) tested only in single dsl line with regards to squid, try to pud your limiter in floating rule or if you want in lan rule, make an external cache server thanks about the bandwidth sharing, I try it but not working, I try to download a file and then I try to browse a website to other pc but the internet on other pc was slow to load a page. do you have squid? if yes, then, use delay pools for extensions. I have no idea about delay pools I am new in pfsense, if you don't mind can you guide me?.. Also I have a problem to my pfsense. when I visit google.com it say "This webpage is not available" but when I manually put the squid proxy ip and port to my browse it works. how to solve this problem? I do not want to put a proxy on every browser. I am using squid 2.7.9 and the Transparent proxy was checked. pfsense version 2.1.3 thanks in advance!!
  • Lagg devices in 2.1.3 not found in wizard

    1
    0 Votes
    1 Posts
    750 Views
    No one has replied
  • L7 traffic shaper Log

    1
    0 Votes
    1 Posts
    653 Views
    No one has replied
  • Add new pattern to l7 traffic shaper

    4
    0 Votes
    4 Posts
    1k Views
    C
    Thank you very much pukkita
  • Google talk

    6
    0 Votes
    6 Posts
    1k Views
    jimpJ
    Start a new thread for that since it's unrelated to this topic. There are answers out there for that already though.
  • Can a penalty box be manually added to existing shaper setup

    5
    0 Votes
    5 Posts
    2k Views
    M
    Thanks Jimp.  Thought it had to work as you describe.  I want to ensure I'm not undermining my shaping efforts with a limiter.
  • Layer7 - Shaping youtube videos.

    15
    0 Votes
    15 Posts
    23k Views
    C
    thanks How can i add youtube pattern to pfsense?
  • Single WAN Multiple LAN

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • PF Sense Limiter slowing the network down

    4
    0 Votes
    4 Posts
    1k Views
    P
    Try adding another processor. IF you have one, use an Intel NIC. Not heard good things about the realtek. If you didn't specify the type it defaults to e1000 for FreeBSD VMs which is good.
  • L7 on floating rules

    3
    0 Votes
    3 Posts
    1k Views
    T
    Ok. Btw. it would be nice if theres a different symbol for match rules in the rules list. At the moment its the same like pass rules. In the firewall log match too (theres the block icon used afair) EDIT: question removed, did mix up my voip/vpn problem with the traffic shaper rules (thought its necessary to direct traffic to in AND out queue)
  • [Help!] What the heck is going on here? (Queues showing insane numbers)

    7
    0 Votes
    7 Posts
    2k Views
    KOMK
    Problem exists on 2.1.0, 2.1.1 and 2.1.2.  Below is another example.  We have a 90 Mbps symmetrical link. [image: QueueNumbers1.jpg] [image: QueueNumbers1.jpg_thumb]
  • How to do traffic shaping with fluctuating wan bandwidth?

    1
    0 Votes
    1 Posts
    971 Views
    No one has replied
  • Traffic limiter burst feature in 2.1 release. what is the idle time out?

    3
    0 Votes
    3 Posts
    2k Views
    A
    In limiter  Bandwidth = 1024kbit/s -= > burst 256kbit/s right?
  • Spotify P2P Traffic

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Prioritizing Traffic

    2
    0 Votes
    2 Posts
    1k Views
    C
    I'm on the same boat. My first advice is play with the traffic shaper wizard. Its a start! Mine works for awhile with traffic shaper but not the way I wanted yet. Its difficult to work with .
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.