• HFSC and Bridged Interfaces?

    3
    0 Votes
    3 Posts
    1k Views
    K
    @Nullity: You may need to enable net.link.bridge.pfil_bridge in System->Advanced->System Tunables to enable filtering on the bridge interface. There are other related net.link.bridge.* settings that you may want to look at as well, in System Tunables. Thank you for the suggestion! It looks like all the tunables in regards to the bridge are correct on my install. Looks like this was working under 2.1.x but not under 2.2.x (I'm on 2.2.5) and it's been filed into a ticket; I should of looked/searched harder earlier: https://redmine.pfsense.org/issues/4405 Guess I'm out of luck for now and either downgrade to 2.1.x or wait for the possibility that it's resolved in 2.3.  I think for now, I'll make due and wait.  :) Thanks again! Cheers, Kermee
  • Penalty box Firewall rule applying to WAN

    1
    0 Votes
    1 Posts
    855 Views
    No one has replied
  • Limiting exclusions

    5
    0 Votes
    5 Posts
    2k Views
    R
    @Derelict: 192.168.0.49/31 covers IP addresses 192.168.0.48 and 192.168.0.49. (You probably want to specify 192.168.0.48/31 for clarity instead) Just enable that rule and remove the limiters on it. Those two source IP addresses will not be limited. And instead of a special limiter rule, just delete that and add the limiters to the default rule. awesome thank you soo much that fixed my problem, works great now thank you very much. I guess i was just over complicating things haha
  • You have less interfaces than number of connections!

    7
    0 Votes
    7 Posts
    6k Views
    A
    With the same error: "You have less interfaces than number of connections!" Running on release 2.2.5 the same issue with more than 2 active interfaces. Could not test in production, but this is what i done: Disable all LAN interfaces and stay with one WAN and one LAN interface. Execute the Traffic shaper wizard and complete it. Check your Status - Queues  (menu status) Check your Shaper and bandwidths. Enable other LAN interfaces. Enable Queue on each interface ( Enable/disable discipline and its children ) Goto the Traffic Shaper - By Queues tab  (https://…../firewall_shaper_queues.php) Choice the qLink queue and for each interface do the:  Clone shaper/queue on this interface  action Choice the qInternet queue and for each interface do: Clone shaper/queue on this interface  action ---- this will copy also all sub-queues behind qInternet. Remove qDefault from LAN interfaces (qLink is the default). Check the queues tab to see if the queues are created. Check the Queue status (  https://..../status_queues.php )  if all queues are active Adjust values of all qLink queues to match internet upload speed (the sum of all queues is your speed). Remark:  this wil limit the bandwidth between the LAN segments also because the queues are generic, the Traffic shaper wizard only assumes traffic to/from WAN-LAN's  and not traffic between LANs!  If you want this you need to manual create Queue's or adjust the floating queue rules to be more specific.
  • Can Someone review and give me some useful suggestion or Tips

    1
    0 Votes
    1 Posts
    693 Views
    No one has replied
  • Help needed for providing internet access to a refugee camp .

    7
    0 Votes
    7 Posts
    1k Views
    N
    You could use limiters to proportionally share traffic among the clients/IPs, each getting a fair minumum while sharing excess bandwidth. I think limiters are currently incompat with squid, though. You mighy benefit from this tutorial; http://www.linksysinfo.org/index.php?threads/qos-tutorial.68795/ Aside from being my favorite QoS tutorial, I think you will find it useful since the asuthor also must admin large networks of uncooperative users.
  • PRIQ - is my implementation "correct"?

    4
    0 Votes
    4 Posts
    1k Views
    H
    Regardless, would moving to HFSC make sharing/borrowing between interfaces easier? Shaping can't work across interfaces, but if there's a way to get two or more interfaces to bridge to a pseudo-interface, and assuming you can shape that pseudo-interface, you could probably do it. When you shape an interface, you shape the data leaving the interface. Shaping your LAN interfaces effectively slows how quickly you can download. With the naive setup for multi-LAN, you can't say how little bandwidth each gets, but how much. If you have 10Mb to split, you may give your guest 2Mb and your main LAN 8Mb. You may also want to try enabling CoDel on the child queues. If you have less than 1Mb/s, you may not want to do it. CoDel seems to have issues with 1500MTU with bandwidths less than 1Mb.
  • Set all outbound traffic to DSCP = 0

    5
    0 Votes
    5 Posts
    2k Views
    D
    Curiously, pfsense can do rather basic marking of 802.1p (layer2) - but not diffserv in layer 3.
  • Advice on Setting my Bandwidth the correct way

    4
    0 Votes
    4 Posts
    1k Views
    H
    You're not shaping your downloads because everything is going to qLink and everything is under qDefault for your upload.
  • Dynamic traffic shaper

    4
    0 Votes
    4 Posts
    1k Views
    H
    Like KOM said, in a nutshell HFSC lets you specify the minimum amount of bandwidth you want to provide a queue, and HFSC will fairly distribute the bandwidth that meets your minimums.
  • (SOLVE)Limiters firewall rules position?

    5
    0 Votes
    5 Posts
    1k Views
    perikoP
    Thanks guys for your clarification.
  • Sharing bandwidth equally to all users

    6
    0 Votes
    6 Posts
    2k Views
    perikoP
    Let see if I get the logic. 1MB/1MB If we setup limiter we chose mask source… Each source will have 1MB/1MB pipe. 1MB/1MB If we setup limiter we chose nothing  in the mask. We have 1 pipe 1MB/1MB for all our sources? Them 10 users will share 1MB/1MB? Thanks.
  • Server's Traffic that i permitted getting limitted

    26
    0 Votes
    26 Posts
    5k Views
    A
    @Derelict: Your WAN IP address should be something other than your gateway IP address. IP addresses on a subnet must be unique. i have edited my first post, perhaps its clearer than before.
  • CoDel on VMware ESXi

    3
    0 Votes
    3 Posts
    1k Views
    W
    I know that there were issues with the vmxnet3 drivers in older versions of pfsense, but they've now included it in the later builds.  However, I do agree that while it does work, it may not be the optimal solution. I am now wondering if vmware is the cause of my packet loss….
  • Share bandwith evenly

    4
    0 Votes
    4 Posts
    1k Views
    D
    Please, read the linked thread. Seriously don't have time to extract info for your from 8+ pages thread.
  • Dynamic Bandwidth sharing 1 LAN Multiple VLANS

    6
    0 Votes
    6 Posts
    2k Views
    DerelictD
    Right. I was talking Limiters and Shapers as two distinct things. Limiters work on 2.2 as long as NAT or other redirection isn't involved on the subject interface.
  • Qos Pfsense 2.2.4

    9
    0 Votes
    9 Posts
    3k Views
    D
    @chain: I don't have a floating rule on the firewall just phone zone and shaper configuration that is the default setting I just adjusted it 200Kb. Do you what to see something different? I see a rule that allows OpenVPN from the phones? Do the phones actually VPN back to the server? If so, you need to set the queues for the VPN rule since the traffic is tunneled internally.
  • How to Limit Any except these Ports?

    3
    0 Votes
    3 Posts
    1k Views
    D
    Thanks man, that's what I've been doing, I am just hoping to get a one liner rule for this. My rule list are becoming convoluted..
  • Layer 7 / ipfw-classifyd 100% cpu in 2.2

    12
    0 Votes
    12 Posts
    6k Views
    M
    Does anybody know where the root cause of the problem is? Is it into the base FreeBSD kernel, into pfSense patches to FreeBSD kernel, into the userspace ipfw-classifyd?
  • PRIQ on different interfaces

    13
    0 Votes
    13 Posts
    3k Views
    H
    Ahh.. Seems to be a text field. I wonder if it's actually internally doing string compares. If it is, shorter strings are better.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.