• MOVED: pfSense 2.0-BETA1: Unable to limit IPs in Penalty Box

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Errors (doesnt make sense)

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    L
    i got something similar. Whatever bandwidth queue you created, is too high and exceeds the sum of all the other queues, bring your queue down or adjust the other queue(s) to compensate for this new one.
  • Traffic shaper limits

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    K
    I've read the qos sticky and it does mention borrowing. Does anyone know if the default traffic wizard enables borrowing?
  • Traffic shaping for virtual servers and bandwidth share

    Locked
    6
    0 Votes
    6 Posts
    3k Views
    L
    Dunno what to tell ya. I spent a good part of the night figuring this out. What I have down on paper looks like it would work, however actually implimenting it in PFSense seems trivial. They made it more complicated than it should be.
  • Block Local Ip by Real Time

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    L
    Your right! There is no other way unless there is a 3rd party plugin that gives you that option. The only thing you can do from the Status>DHCP screen is set a static DHCP mapping or WOL Mapping. You will have to manually set the rule in the MAC filtering.
  • Traffic shaping dependent on static DHCP leases.

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Bandwidth limit per IP

    Locked
    12
    0 Votes
    12 Posts
    23k Views
    W
    @nykollas: And for the LAN how can I make sure that they are not using manual IP addresses ? I am thinking to use static IP address for each user and create an aliass from their range, and have the firewall to pass the traffic with the bandwidth limit rules. And block everything else in case they are changing manualy their IPs. I hate those people also  :D you can use ipguard http://ipguard.deep.perm.ru/ By pkg_add -r ipguard it can bind ip address to mac and prevent (as much as it can) others from changing there ip's by adding mac-ip pair in file like this 00:11:22:33:44:55 192.168.1.2 00:44:55:66:77:88 192.168.1.6 actually idon't know why it hasn't been added to pfsense packages. if users can take any ip they want ,then all firewall configuration and traffic shaping is in vain.
  • Looking for Traffic Shaping Clarity.

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • MOVED: Traffic Shaper Wizard Question on the Beta 2.0 Release

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Traffic shaper issue with wireless bridged to lan

    Locked
    27
    0 Votes
    27 Posts
    10k Views
    X
    if u set wan to opt and opt to wan then that will work only till a restart. try switching to 2.0
  • Traffic Shaper Drops qOthersDownH

    Locked
    31
    0 Votes
    31 Posts
    18k Views
    B
    i too suffer from this issue, and i thought its just me… with aggressive apps, drops could sometimes reach 5 digits.. it doesnt matter if qlimit is specified or not, but it happens either way. would be good to hear feedback from a dev
  • Is pfSense/HFSC the best option for me? (re: very simple home network)

    Locked
    3
    0 Votes
    3 Posts
    4k Views
    P
    a bit old thread, but the same question… so, dreamslacker, you say that this example u wrote would help in our case (yes i've got the same problem as sofakng)? thanks
  • A bit of help with shaping…

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Problem classifying SSH traffic

    Locked
    6
    0 Votes
    6 Posts
    3k Views
    D
    I don't think it will be considered that way - I ran into the same issue with VOIP packets, where because they had ToS of low delay they got put on the ACK queue.
  • Traffic Shaping across VPN

    Locked
    6
    0 Votes
    6 Posts
    3k Views
    F
    @danswartz: I thought the answered the same question somewhere else on this forum, but here goes: I am pretty sure that the shaper cannot prioritize stuff once it is inside the tunnel. Technically though it should be prioritizing it AT the tunnel, like a WAN connection does right? Inside the tunnel is not important so long as it does it before it hits it. Again just as the traffic shaper does this with a WAN connection to the Internet, it has no control of what the data does beyond the interface, i.e. out to the Internet and to the destination, but only up to that point. I can't see why it isn't doing this now, unless there is something that IPsec-PPTP-OpenVPN(?) prevents it? That's why I asked originally.
  • How does it work?

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    J
    Traffic shaping in Pfsense 1.2 is based on IPs and ports, so indeed as you say it is quite useless to classify and shape torrent traffic. In 2.0 there will be "L7 filters", which work by packet inspection. Squid in transparent mode will send everything to qlandef, see http://forum.pfsense.org/index.php/topic,14436.0.html
  • Not getting full speed from pfsense to lan machines

    Locked
    4
    0 Votes
    4 Posts
    4k Views
    C
    ok so i changed my max speed from 800kbps to 800mbps. it made a dfference however one last problem exists. the traffic shaper chokes youtube. when its off youtube can stream not so fast but ok .. with it on i get pauses…
  • Error qwanRoot has no parent

    Locked
    7
    0 Votes
    7 Posts
    3k Views
    B
    Well if it's there, it's meant to work.. and if it's not, it's either a bug or I'm doing something wrong… I hope there are others who can test/confirm this. Update: OK, did a fresh clean install.. what I had said earlier may have been inaccurate, i think there needs to be a rule for each queue else something goes frenzy.. I removed all the queues to start have my own rules, doing further testing now to confirm. Update 2: Further confirmations required, as it is right now, every queue must have at least a pair of properly (confirm again please) written rules. To test, I deleted all rules, got the errors. I added manually following the same format. The errors disappeared. Note to developers: The Apply Changes + Save can be a little misleading. Some sections after making changes you get the Apply changes box. (example, adding a queue). In many sections, we get this, so I have grown accustomed to pressing apply changes once I'm satisfied with them. However, when deleting rules, I don't get this "Apply changes" button, and since I'm already accustomed to it, I sometimes completely forget the need to press "save". Well, rather trivial, but i thought worth noting.
  • Port 80 (HTTP) issue

    Locked
    9
    0 Votes
    9 Posts
    4k Views
    J
    One problem with using bursting to "prioritize" web browsing over http downloads is that you need to set a hard upper limit as m2, meaning that even if there is only 1 client online, he can only use that limited bandwidth to download, which is a bit of a waste IMO. It would be nice if there was some way to give a higher priority to bursts without having to specify a hard limit, so that the full bandwidth could be used at all times…
  • Need some help understanding HFSC

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    B
    50 views and  no reply :(
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.