• 0 Votes
    2 Posts
    642 Views
    N
    AFAIK, there is no simple solution with FreeBSD/pfSense. I think it's possible with a Captive Portal or possibly custom scripting. I am pretty sure Linux has the capability but I couldn't find the feature with a quick Google search.
  • Limiting usable bandwidth effeciently with openvpn

    3
    0 Votes
    3 Posts
    3k Views
    M
    Do you mean enable traffic shaping on the Wan of the Client side(main office)? Or the Off-Site(server) side? I have traffic shaping enabled on the wan of the Server Side and that is definitely capping the bandwidth, but it seems to be super inefficient. :/ I'm getting 20mbps worth of traffic on the wan and only about 10mpbs actually going through the tunnel.
  • Windows 10 updates bandwith limit

    31
    0 Votes
    31 Posts
    9k Views
    O
    Has anyone tried the gpo way? By "gpo way" I mean tweaking Windows Delivery Optimization settings, as mentioned here(https://forums.whirlpool.net.au/forum-replies.cfm?t=2530363&p=9#r180), and here (https://docs.microsoft.com/en-us/windows/deployment/update/waas-delivery-optimization) (the latest, a more in-depth and "official" explanation) Maybe this is an off-topic comment, but maybe it can shed light into another direction (the right one?) regarding a feature that doesn't seem to be well understood by the majority (me included) and, at the same time, is causing undeniable issues for many (again, me included). I'm really not sure if I should try to address this aggressive Windows update mode in pfSense or try to shape it in Windows itself by tweaking its settings via gpo.
  • Traffic Shaper Slow Download

    6
    0 Votes
    6 Posts
    2k Views
    H
    I am not familiar with CBQ, but they way you are using is almost exactly the way I use HFSC. I wonder if you could just set it to HFSC and not change any of your settings. Hopefully someone with more experience/knowledge can chime in.
  • Traffic Shaping Queue Length Question

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Traffic Shaping with Games

    4
    0 Votes
    4 Posts
    5k Views
    C
    Can i delete all floating rules created by wizard and set the ackqueue and queue in lan rules with specific ports for gaming.. my purpose is to priority all games. games set to prio 5. see pics below [image: 1.png] [image: 1.png_thumb]
  • Can I hope too improve on my 2 Mb/s download with pfSense traffic shaping

    11
    0 Votes
    11 Posts
    2k Views
    H
    The single best thing you can do to make your internet feel faster and be more reactive to to keep latency low. Codel should help with this. In your situation, a single single default queue plus ACK queue using HFSC should probably work just fine. Possibly adding one or two extra queues for specific bandwidth requirements.
  • What exactly is ackQueue supposed to be doing?

    5
    0 Votes
    5 Posts
    3k Views
    N
    For detailed info about pf's integrated ACK classification you should probably look to OpenBSD's pf documentation.
  • Codelq setup

    4
    0 Votes
    4 Posts
    5k Views
    N
    @MRH: I'm adding Codelq in 2.3.4-RELEASE-p1 (i386) and the interface shows an error message if no bandwidth is entered. Is this correct - needs bandwidth? Yes. It's a fundamental part of traffic-shaping; whichever device is doing the shaping must be the bandwidth bottleneck. So you need to put in a bandwidth that is lower than your internet connection's top-speed.
  • APU2C4 + traffic shaper = kernel panic

    9
    0 Votes
    9 Posts
    1k Views
    D
    @chrcoluk: docteur trigger the crash again and please post the backtrace here, I will then look to see if the issue is raised as a FreeBSD PR. Thanks. I will do that asap.
  • Traffic shaping for all connections except company email server

    9
    0 Votes
    9 Posts
    1k Views
    A
    Thanks a lot for the advice, I have blocked webmail services via firewall rule already.
  • Limit speed by groupes

    4
    0 Votes
    4 Posts
    1k Views
    A
    @glennmckenna: thanks for your answer i've created the two aliases but it can't see how link them to the groupes (unless i use static ip) nor can i see how to limit the aliases First off,  may we know how you grouping the groups?  is it by interface?
  • FAIRQ Scheduler Number of Buckets

    11
    0 Votes
    11 Posts
    3k Views
    N
    @tman222: @Nullity: AFAIK, (our) CoDel simply controls (FAIRQ's) global buffer size, it doesn't add another buffer. Just like when you manually set a queue's maximum depth, except codel dynamically and intelligently controls it. CoDel could also be applied to each of FAIRQ's per-flow pseudo-queues… but I dunno if it does. I think it's unlikely. It shouldn't be too hard for some programmer to find proof of these hypotheses in the source-code and present it to us non-programmers. Who knows? ermal would know, but he's no longer around. :( Thanks Nullity.  If it's just one giant queue/buffer of buckets controlled by Codel wouldn't the fairness of FAIRQ break down?  In other words, how would the FAIRQ algorithm be able to go round robin and dequeue one packet at a time from each flow?  It seems that if Codel controlled the size of the queue/buffer that contained the buckets (vs. controlling the flow queues), it would no longer be fair as some buckets at the end may be dropped (i.e. the algorithm would never get to them).  I could be completely wrong though.  I looked a little through the source code (findings further up in this thread), and it seemed like that the queue management algorithm chosen (Red, Codel, etc.) is applied per bucket. Thanks again for all your help and explanation guys, I really appreciate it. FAIRQ controls the ordering of queued packets, nothing more. CoDel controls queue depth, nothing more. That's how I understand it…
  • Enable limiter mask on Source/Destination PORT

    4
    0 Votes
    4 Posts
    1k Views
    A
    Can this feature be available from commercial support?
  • Limit the output rate on a pfsence interface

    2
    0 Votes
    2 Posts
    494 Views
    NogBadTheBadN
    https://www.reddit.com/r/PFSENSE/comments/3e67dk/flexible_vs_fixed_limiters_troubleshooting_with/
  • What is the difference between DMZ and LAN?

    13
    0 Votes
    13 Posts
    11k Views
    ?
    In the former days, pending on many different network layouts or constructions or plain based on many different needs, late in the 70th and earlier 80th, at SANS USA were defined to have three main types of demilitarized zones (DMZs) and one separation of one of them. And until theses days "we" will all able to speak about the same thing if we are saying we have this or that one of DMZ. That makes things much easier and we don´t talk about something on the right site and all peoples or listeners are looking to left site! So is why I am talking about that in this direction, others may have also other opinions and knowledge on this and for sure I don´t want to bother with them, but that's how I know it right. DMZ 1 - A real DMZ (Dual homed or bastion host) Two routers or firewalls behind each other (router cascade) DMZ 2 - "Pseudo DMZ" It is an "exposed host" that lets all traffic unfiltered through DMZ 3 (a) - Unreal DMZ (One device with a DMZ Port) One firewall or router with a dedicated port that homes the DMZ subnet, ports can be opened and protocols can be forwarded DMZ 3 (b) - Unreal DMZ (One device with a own and dedicated hardware DMZ port) The same as variant (a) but the DMZ port is not connected to the internal switch chip or CPU as the other ports There will be for sure hundred till thousand  other available constructs and possible ways to march, but they can all and even pointed to one of that three main types of DMZs. So that we are all talking about the same thing! If I set up a unreal DMZ, I don´t must open all ports and allow all protocols, I need only to open and forward what the servers inside of the DMZ are offering as a service, nothing more. And this can be inspected by DPI or usually here in that case with an IDS/IPS system. Also a proxy can be between the servers and the internet that no one has directly contact to that servers to play with. A DMZ is a lazy mans method. And now the master question here, about what kind of DMZ you are talking here in that case? You are better off creating a secondary secure subnet\interface and controlling the traffic properly with port triggering\forwarding. If you someone is demanding a bigger security requirement then others perhaps have a firewall with a dedicated DMZ port is the base line he should walk on.
  • Clarifying some QoS questions

    4
    0 Votes
    4 Posts
    1k Views
    N
    @FreeYourMind: But then again this wouldn`t apply to PRIQ where there is no bandwith sharing but just a priorization of traffic, is that correct? Thank you I don't think so because each PRIQ interface is still unaware of any other interface's bandwidth. It's an ALTQ limitation, which all traffic-shaping queue algorithms use (HFSC, PRIQ, CBQ, FAIRQ). Also, generally, fair queueing is fair per each flow ("connection") so each host could get an unfair amount of bandwidth by having more flows. The limiter approach I linked is much closer to accomplishing your goals. Though, it may not be able to evenly share beyond a /24 network, so you may need to have both of your LANs in the same /24. Dunno… your problem is a common one but I haven't yet ran into a simple solution that I can link you to. :( Good luck. You'll surely learn some stuff along the way.
  • 0 Votes
    2 Posts
    646 Views
    P
    Anyone?
  • Limiters & Squid

    3
    0 Votes
    3 Posts
    1k Views
    T
    I have the same problem. How will I set the rule ? Thanks for your help!
  • ESXi 6 or 6.5 NIC Driver - ALTQ Support?

    1
    0 Votes
    1 Posts
    519 Views
    No one has replied
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.