• Simple QoS bandwidth limiting for buffer bloat

    23
    0 Votes
    23 Posts
    12k Views
    M

    I'd turn QoS off, and run a dslreports test

  • Limiting VPN Speed

    2
    0 Votes
    2 Posts
    786 Views
    N

    I have the same issue I can apply the traffic shaping on the Lan interface but that will also cripple local speed e.g. SMB

  • Missing interface

    3
    0 Votes
    3 Posts
    1k Views
    S

    Hi jimp,

    thanks for your reply. I tough i saw the interface WAN before creating the VLAN but I maybe mistaking.

    I will try to find another machine to setup my pfsense than.

    Thanks
    Sebastien

  • QoS with multi lan

    5
    0 Votes
    5 Posts
    1k Views
    M

    @Nullity:

    @moscato359:

    If I use limiters, how do I get fairq, codel, etc?

    Not with 2.3 (AFAIK) but 2.4 has fq_codel in limiters, which I'm looking forward to using.

    Even though limiters currently lacks any sort of AQM it still might be worth trying. You can also do proportional, per IP bandwidth sharing with limiters: https://forum.pfsense.org/index.php?topic=63531.msg364520#msg364520
    I dunno if that works with multi-LAN though, since I think it requires a subnet mask.

    Can you mix limiters and altq together?

    For example:

    wan 20mbit altq, 150mbps incoming limiter
    lan1 altq 150mbps
    lan2 altq 150mbps
    lan3 altq 150mbps
    lan4 altq 150mbps

    Would that work?

  • Share Internet bandwidth between 2 lan interfaces

    5
    0 Votes
    5 Posts
    1k Views
    V

    I think I had a setup similar to what you're asking. I had dual NIC that I used for LAN and WLAN but also wanted to limit traffic. I used Foxale08's traffic limiting guide for the single LAN and just set it to both the LAN and WLAN Interface. It worked great and didn't show any problems but I no longer run that setup and simply use Foxale08's guide on a single LAN interface until I get VLANS setup. here is the link to his post (it's about half way down the page) - https://forum.pfsense.org/index.php?topic=63531.0

  • One on one help with new traffic shaping setup?

    4
    0 Votes
    4 Posts
    1k Views
    M

    Internet speed, and it's from the perspective of the interface that is transmitting

    Wan is your internet upload speed, since wan transmits upload
    Lan is your internet download speed, since lan transmits download

  • Bug? cxl0 driver does not support altq

    7
    0 Votes
    7 Posts
    2k Views
    C

    I was in the same boy, I wasn't trying to shape full 10gbps, but rather just 2gbps.

    I'm not able to test this anymore, as we disposed of the Netgate tested Chelsio cards.

  • HFSC & Codel

    35
    0 Votes
    35 Posts
    7k Views
    dennypageD

    I think the bandwidth limit is solely determined by the interface the packet will leave from. So in my case, packets from the local network destined to the internet are controlled by the bandwidth limit of the scheduler on WAN (22.5Mb), and packets from the internet destined to the local network are governed by the bandwidth limit of the scheduler on LAN (115Mb).

  • The HFSC wizard gives about 50% of the download speed I expect.

    4
    0 Votes
    4 Posts
    1k Views
    J

    Harvy66, you nailed it.  I left the default queue sizes and didn't realize they were too small.  I guess pfTop must be averaging QLEN or something because it was rarely hitting double digits.  Bumping the queue limit to 500 (since I know qLink works with 500) gives me the results I was expecting.  It was the first thing I tried, so you saved me a bunch of time.  Thanks.

    moscato359, it helps to know the wizard might not be making the best choices.  When I'm trying to learn something I usually assume the defaults are well tuned and that if they don't make sense to me it's a misunderstanding on my end.  Also, thanks for the explanation regarding my 5th question.

  • Traffic Shaping with LDAP and Squid

    3
    0 Votes
    3 Posts
    835 Views
    M

    It sounds like you several goals that are independent

    Start with ad, then get squid involved, then figure out traffic shaping

  • Lan qothershigh always full

    2
    0 Votes
    2 Posts
    785 Views
    H

    Your queue sizes are probably way too small. Network transfers are very bursty. Large buffers cause buffer bloat, but small buffers cause unnecessary loss. Or just enable "Codel" under your queues.

  • QoS for OpenVPN site-to-site Tunnel

    4
    0 Votes
    4 Posts
    2k Views
    M

    Harvy66,

    I hadn't thought of that, so I did so some looking. It appears by default OpenVPN does allow out-of-order packets with UDP. According to https://community.openvpn.net/openvpn/wiki/Openvpn23ManPage:

    –replay-window n [t]
    Use a replay protection sliding-window of size n and a time window of t seconds.
    By default n is 64 (the IPSec default) and t is 15 seconds.

    When OpenVPN tunnels IP packets over UDP, there is the possibility that packets might be dropped or delivered out of order. Because OpenVPN, like IPSec, is emulating the physical network layer, it will accept an out-of-order packet sequence, and will deliver such packets in the same order they were received to the TCP/IP protocol stack, provided they satisfy several constraints.

    (a) The packet cannot be a replay (unless –no-replay is specified, which disables replay protection altogether).

    (b) If a packet arrives out of order, it will only be accepted if the difference between its sequence number and the highest sequence number received so far is less than n.

    (c) If a packet arrives out of order, it will only be accepted if it arrives no later than t seconds after any packet containing a higher sequence number.

    It could definitely create issues where starvation would cause packets dropping. I'm not saying what I'm trying is necessarily a great idea, but it would work if I could select different queues for different traffic on the same OpenVPN tunnel.

    Churchtechguy,

    I had thought of that. It doesn't scale well though when you have several offices though. The other idea that I had was traffic shaping the OpenVPN interface. If I assign the interface 10 Mbps, I can traffic shape the WAN and make a queue that matches the OpenVPN traffic and has 11-12 Mbps (OpenVPN interface wouldn't take into account overhead from tunneling). I guess there is several ways to solve this issue, I just don't feel like there is any good way right now with PFSense.

    Thanks!

  • Slow internet

    2
    0 Votes
    2 Posts
    993 Views
    w0wW

    There is nothing to do with traffic shaping here.

  • Traffic Graphs

    1
    0 Votes
    1 Posts
    764 Views
    No one has replied
  • Sharing internet fairly

    2
    0 Votes
    2 Posts
    857 Views
    N

    @jayden:

    guys i am using the latest pfsense on a 64bit machine, i am more skilled on mikrotik. I am wondering how do i share internet fairly on an interface?,eg if the set max seed is 4mbps, when one user is connected he will get the whole bandwidth and if 4 users are connected they will share fairly.

    You need to define what you mean by "fair" since there are multiple definitions.

    I'm going to assume you want bandwidth split evenly among the active IPs, which means you probably want to use limiters: https://forum.pfsense.org/index.php?topic=63531.msg364520#msg364520
    You could instead use queues but it would be more complex since you would need to create a bunch of queues for the separate IPs.

  • Does pfSense Community Version Supports QOS ?

    4
    0 Votes
    4 Posts
    966 Views
    H

    I think CE is has feature parity, just not tweaked for any specific build. It's meant to work on most hardware out of the box.

  • Advice for VOIP shaping in multi-LAN environment

    1
    0 Votes
    1 Posts
    771 Views
    No one has replied
  • Why won't my floating rule work but it does when I copy to an interface?

    5
    0 Votes
    5 Posts
    1k Views
    B

    @w0w:

    Try to tick "Quick" option checkbox.

    Thanks - that seems to have done the trick

  • Cannot create rule

    1
    0 Votes
    1 Posts
    534 Views
    No one has replied
  • Prioritise Citrix traffic

    3
    0 Votes
    3 Posts
    1k Views
    F

    I'll do that, thanks very much!

Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.