• Traffic Shaping on SG-5100

    sg-5100
    5
    0 Votes
    5 Posts
    1k Views
    S
    @rj said in Traffic Shaping on SG-5100: Couldn't all the traffic shaping be done on the WAN interface since that is where the real bottleneck is Shaping happens when packets leave an interface. (https://docs.netgate.com/pfsense/en/latest/trafficshaper/index.html#traffic-shaping-basics)
  • Traffic Shaping with Unifi AP works, with Mikrotik AP not

    1
    0 Votes
    1 Posts
    515 Views
    No one has replied
  • Not able to get full throughput when using qos/limiters

    7
    0 Votes
    7 Posts
    1k Views
    J
    @tman222 when using limiters I disabled all altq shapers, using tail drop for management algorithm, worst case weighed fare queue for schedulers. When using shapers I was using hsfc. Default queue size from wizard.
  • Traffic Wizard does not create floating rules

    1
    0 Votes
    1 Posts
    254 Views
    No one has replied
  • Traffic Shaping Not Honored

    2
    0 Votes
    2 Posts
    699 Views
    provelsP
    So... I deleted and recreated limiters, etc. from scratch, now BW is throttled as expected. Gotta love computers. All I had done previously was uncheck "Use this limiter and children" and check "Disable this rule" in the Floating Rules and it seemed to break it for good.
  • Two Lans - ones an invisible LAG!?

    5
    0 Votes
    5 Posts
    1k Views
    DaddyGoD
    @thondwe said in Two Lans - ones an invisible LAG!?: so LAGG not supported by queues - fair enough. Hello, https://docs.netgate.com/pfsense/en/latest/interfaces/lagg.html [image: 1608381806478-4b0b98a3-f992-4d74-902e-8b455f068515-image.png]
  • Driver does not support altq on new build

    8
    0 Votes
    8 Posts
    3k Views
    T
    Looks like support for ix drivers and ALTQ might be fixed in 2.5.0? See last comment at end of: https://redmine.pfsense.org/issues/7378
  • Access Point Bandwidth Management

    6
    0 Votes
    6 Posts
    1k Views
    NogBadTheBadN
    @tiger-0 said in Access Point Bandwidth Management: We are hoping to have things less work by limiting the bandwidth per access point instead of the user Just put limiters on each LAN interface.
  • PfSense PPPoe Server and Enternal Freeradius server, rate limiting

    10
    0 Votes
    10 Posts
    2k Views
    E
    @edmond I am just using PfSense for the PPPoE part. I have an external Freeradius server runnning on Ubuntu 18.04. You need to add the dictionary as per the "redmine" link in a post before this one.
  • Rate Limit on Radius Reply Attributes for PPPoE connections not working

    5
    0 Votes
    5 Posts
    3k Views
    viktor_gV
    See https://redmine.pfsense.org/issues/11102
  • 0 Votes
    1 Posts
    258 Views
    No one has replied
  • How to block bittorent on a single vlan?

    10
    0 Votes
    10 Posts
    2k Views
    Q
    @Modesty How much the protocol is universally used for illegal or legal activities isn't relevant, you're making an assumption of your tenants use which unless you have data, or notices from your ISP could be incorrect. For example, you mention they use Steam, Steam uses the BitTorrent protocol to distribute data between players so they may not be doing anything illegal at all. I would say though that if the legal ramifications are a concern then you should consider having your tenants subscribe to their own service rather sharing yours. Depending on your ISP you might also be breaching your ISPs ToS by providing service to tenants not leaving you in a great defensible position should they be up to no good post gaming.
  • Why does Bandwidth setting affect call quality?

    1
    0 Votes
    1 Posts
    565 Views
    No one has replied
  • Limiter Design

    2
    0 Votes
    2 Posts
    593 Views
    C
    I have moved over to using QFQ (which I believe is default selected in pfSense UI) for downstream combined with Codel on the child queue. (this seems to match HFSC performance on ALTQ). fq_codel works awesome for egress, but not so good for ingress on consumer broadband in my experience. What i did in limiter configuration. Pipe set the limit as documented, use droptail. Scheduler set to QFQ Queue set to Codel. Also on queue configure src-ip and src-ip6 masks, I used /16 for ipv4 and /56 for ipv6. I will probably change ipv6 to /48. The idea been I dont want a flow for each individual ip, so many would be created, instead to have traffic from same providers in their own flow, /16 will usually cause that, although it will be possible you may have 2 different providers at once in the same /16, in practice this seems rare though. As an example if I used /32 for flow separation and a steam download (32 threads) was competing with a twitch stream, then it would be 32/33 bandwidth allocated to steam and 1/33 allocated to twitch, with /16 it would be 50/50. Floating rules would be same as documentation. This still is not 100% for me but its working better for ingress than fq_codel. fq_codel I had to reduce flow limit's to 20 but that flooded my console with warnings and I still didnt have as good performance as QFQ. Also with this system the flows are visible in the diagnostics -> limiter screen whilst fq_codel hides its internal flows. So you can see which flows have packets dropped by the shaper, to determine how well things are working.
  • Cake is almost ready

    17
    1 Votes
    17 Posts
    10k Views
    C
    yeah I would love cake as well, but sadly I cannot see any information on it been ported to dummynet, it looks like nothing is happening for that. :(
  • Newbie: traffic shaping with DSCP (Zoom)

    10
    0 Votes
    10 Posts
    5k Views
    G
    @luiscachog Unfortunately Zoom does not keep (https://assets.zoom.us/docs/ipranges/Zoom.txt) up to date. I have found at least 10 other IPs I had to add. Everyday there seems to be a new IP. I may see if QoS DSCP Marking can be turned on by the host.
  • Prioritize Zoom traffic

    1
    0 Votes
    1 Posts
    365 Views
    No one has replied
  • CODELQ - DUAL WAN FAILOVER - 2.4.5-p1

    2
    0 Votes
    2 Posts
    513 Views
    W
    Not an emergency, but a real issue, no one has experienced this?
  • Analysis of fq_codel in limiters (dummynet)

    1
    0 Votes
    1 Posts
    422 Views
    No one has replied
  • Couple of questions about floating rules for traffic shaping

    3
    0 Votes
    3 Posts
    618 Views
    S
    The floating rule should match regardless of interface (think of a router with 5 interfaces trying to duplicate all the shaping rules). There's not a need to tie them to interfaces. The wizard sets up a default setup. I think I would delete and run the wizard if changing types. The queues affect outbound traffic for the interface so downloading from the Internet would be LAN outbound and ack would be WAN outbound. The rules get set up differently, for instance I think VOIP UDP traffic doesn't have an interface but has a rule for Source and another for Destination. But POP/SMTP etc. TCP gets set on WAN according to destination port by default.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.