• Need Help - Slow https / SFTP etc when Traffic Shaper enabled

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • How to use qWanAck.xls

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Traffic Shaping with Shoretel Phone system

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    K

    Here is the current config from a cisco switch on our network with the settings for QOS for the phones.  I read somewhere that this is only possible with 1.3…..  Is that true?

    mls qos map cos-dscp 0 8 16 26 32 46 48 56
    mls qos srr-queue input bandwidth 90 10
    mls qos srr-queue input threshold 1 8 16
    mls qos srr-queue input threshold 2 34 66
    mls qos srr-queue input buffers 67 33
    mls qos srr-queue input cos-map queue 1 threshold 2  1
    mls qos srr-queue input cos-map queue 1 threshold 3  0
    mls qos srr-queue input cos-map queue 2 threshold 1  2
    mls qos srr-queue input cos-map queue 2 threshold 2  4 6 7
    mls qos srr-queue input cos-map queue 2 threshold 3  3 5
    mls qos srr-queue input dscp-map queue 1 threshold 2  9 10 11 12 13 14 15
    mls qos srr-queue input dscp-map queue 1 threshold 3  0 1 2 3 4 5 6 7
    mls qos srr-queue input dscp-map queue 1 threshold 3  32
    mls qos srr-queue input dscp-map queue 2 threshold 1  16 17 18 19 20 21 22 23
    mls qos srr-queue input dscp-map queue 2 threshold 2  33 34 35 36 37 38 39 48
    mls qos srr-queue input dscp-map queue 2 threshold 2  49 50 51 52 53 54 55 56
    mls qos srr-queue input dscp-map queue 2 threshold 2  57 58 59 60 61 62 63
    mls qos srr-queue input dscp-map queue 2 threshold 3  24 25 26 27 28 29 30 31
    mls qos srr-queue input dscp-map queue 2 threshold 3  40 41 42 43 44 45 46 47
    mls qos srr-queue output cos-map queue 1 threshold 3  5
    mls qos srr-queue output cos-map queue 2 threshold 3  3 6 7
    mls qos srr-queue output cos-map queue 3 threshold 3  2 4
    mls qos srr-queue output cos-map queue 4 threshold 2  1
    mls qos srr-queue output cos-map queue 4 threshold 3  0
    mls qos srr-queue output dscp-map queue 1 threshold 3  40 41 42 43 44 45 46 47
    mls qos srr-queue output dscp-map queue 2 threshold 3  24 25 26 27 28 29 30 31
    mls qos srr-queue output dscp-map queue 2 threshold 3  48 49 50 51 52 53 54 55
    mls qos srr-queue output dscp-map queue 2 threshold 3  56 57 58 59 60 61 62 63
    mls qos srr-queue output dscp-map queue 3 threshold 3  16 17 18 19 20 21 22 23
    mls qos srr-queue output dscp-map queue 3 threshold 3  32 33 34 35 36 37 38 39
    mls qos srr-queue output dscp-map queue 4 threshold 1  8
    mls qos srr-queue output dscp-map queue 4 threshold 2  9 10 11 12 13 14 15
    mls qos srr-queue output dscp-map queue 4 threshold 3  0 1 2 3 4 5 6 7
    mls qos queue-set output 1 threshold 1 138 138 92 138
    mls qos queue-set output 1 threshold 2 138 138 92 400
    mls qos queue-set output 1 threshold 3 36 77 100 318
    mls qos queue-set output 1 threshold 4 20 50 67 400
    mls qos queue-set output 2 threshold 1 149 149 100 149
    mls qos queue-set output 2 threshold 2 118 118 100 235
    mls qos queue-set output 2 threshold 3 41 68 100 272
    mls qos queue-set output 2 threshold 4 42 72 100 242
    mls qos queue-set output 1 buffers 10 10 26 54
    mls qos queue-set output 2 buffers 16 6 17 61
    mls qos

  • Shape HTTP Based On Time/Size?

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    D

    I was under the impression that with RED, the more bandwidth a person is using, the more likely he will be dropped.

    http://www.openbsd.org/faq/pf/queueing.html#red

    "Random Early Detection….When dropping packets, RED randomly chooses which connections to drop packets from. Connections using larger amounts of bandwidth have a higher probability of having their packets dropped. "

  • Bandwidth management for a problem user

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    K

    OK, That thread looked to me to be the correct. Thirty lashes for the noob…. got there via google, didn't realize it was bounty territory!
    I have installed 1.2 and setup the traffic shaper.  This is nicely leveling the playing field for the users at 300kbs. The penalty box will be great for really putting the screws to someone if needed!

    What I am really looking for is a way to let certain IPs bypass the TS ( like the apt mgr) and get full speed.  I would like to use firewall rules generated by scripts in the login portal.  I had figured this out with monowall and dummynet pipes a few years ago.  Not sure how this would work in the pfsense world. I have seen things in the posts here that are close, but addressing different issues.  I just need a push in the right direction.....or told it is not possible.
    Thanks.

  • Traffic shapping for game priorty in bridge mode

    Locked
    10
    0 Votes
    10 Posts
    4k Views
    L

    It's quite simple..

    Make sure you set your upstream and downstream bandwidth correctly… otherwise your shaping won't work properly.

    In your shaper rules, set all source and destinations as a wildcard ( * ).

    Next, edit your qwandef and qlandef queue.

    Check the box that says "Random Early Detection".

    Give it a test... Let me know how you make out.

    /asl

  • Traffic shaping in bridge (transparent) mode?

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    L

    Sorry, there's actually a bit more work you need to do.

    Once you set your rule's source and dest as *, you need to modify the qwandef and qlandef queue.

    Edit them and check "Random Early Detection"

    Save, apply, done!

  • Pfsense to seek technical help

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    C

    Ermal look at the trouble that I have to modify SourcePHP.rar.txt on pfsense 2.0

  • OpenVPN connecting shaping, the whole tunnel.

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    C

    I'll have to try it again. I did do that, but it looked like it was shaping traffic in one dir and not both

  • Shaping VOIP within DMZ

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    E

    Search around and always keep in mind that you can shape only on 2 interfaces on 1.2.X you have to go to the ALPHA snapshots for something else.

  • Bandwidth management by Pfsense

    Locked
    3
    0 Votes
    3 Posts
    14k Views
    GruensFroeschliG

    Did you read in the forum at all before posting this question?
    http://forum.pfsense.org/index.php?action=search
    ->http://forum.pfsense.org/index.php?action=search2
    –>http://forum.pfsense.org/index.php/topic,2718.0.html

  • Qwanroot and qlanroot

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • TS and squid

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Dynamic traffic shaping - how to setup?

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • [Resolved] How can i general set rule for shaper?

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    F

    Thanks you.
    Thats it. :)

  • Prioritize connection to IP for MS-SQL

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    R

    @Evald:

    you can add a rule that match the destination port
    1433/tcp Microsoft-SQL-Server
    1434/tcp Microsoft-SQL-Monitor
    1434/udp Microsoft-SQL-Monitor

    and give them maximum priority

    Thanks!
    Could you explain how to do that in details?  :P

  • NOOB Question: 2 WAN

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    P

    This will change in version 2.0 (estimated release 4Q 2009)
    Follow it's progress on the pfSense blog http://blog.pfsense.org/?p=208

  • Sticky Connection by Protocol?

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    P

    Thanks - I have submitted the Feature Request at your suggestion.

    http://cvstrac.pfsense.org/tktview?tn=1838

    – Phob

  • Traffic Shaping and HFSC

    Locked
    6
    0 Votes
    6 Posts
    30k Views
    D

    I want to add a link to the quote I pulled from ermal above, because the couple of exchanges that happen after it in the original thread could also be helpful to people looking this stuff up.

    http://forum.pfsense.org/index.php/topic,2718.msg48336.html#msg48336

  • Enhance HTTP navigation on my shaper

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