Navigation

    Netgate Discussion Forum
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search

    Limiters under 2.1-BETA0 ?

    2.1 Snapshot Feedback and Problems - RETIRED
    1
    3
    1626
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      dhatz last edited by

      I just happened to notice that on pfsense 2.1-BETA0 2-Jun-2012 the limiters don't seem to work. Although my system still creates a /tmp/rules.limiter file, I can't seem to find any references to those limiters in my rules.debug file, and no bandwidth limits are imposed.

      Limiters used to work on 2.1-DEVEL when I last checked a few days ago.

      1 Reply Last reply Reply Quote 0
      • D
        dhatz last edited by

        Still no luck with limiters under 2.1-BETA0 4-Jun-2012.

        1 Reply Last reply Reply Quote 0
        • D
          dhatz last edited by

          It seems that the cause of this problem was the upgrade code issue described in http://forum.pfsense.org/index.php/topic,50182.0.html

          I had to fix the config by hand:

          $ diff config.xml ../pfsense2.1-config-fw.localdomain-20120529162500.xml
          3c3
          < <version>8.7</version>
          –-

          <version>8.6</version>
          681d680
          < <ipprotocol>inet</ipprotocol>
          699,700c698,699
          < <dnpipe>Downlimiter</dnpipe>
          < <pdnpipe>Uplimiter</pdnpipe>


          <dnpipe>1</dnpipe>
          <pdnpipe>2</pdnpipe>
          1194c1193
          < <number>1</number>


          <number>1207c1206
          < <number>2</number>


          </number>

          1 Reply Last reply Reply Quote 0
          • First post
            Last post