Limiters under 2.1-BETA0 ?
-
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.
-
Still no luck with limiters under 2.1-BETA0 4-Jun-2012.
-
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>