How do I know the Limiters are really gone. I am having strange behavior
-
I had some Limiters to control the upload and download bandwidth.
I remove/delete the Rulle that was using them and the limiters but the bandwidth seems to be still limited.
My contracted download is 40Mbits but when doing a speed test I get closely to 3Mbits as if the network could not go over that value.
The WAN Traffic Graph though shows the IN to go up to 11Mbits.
I rebooted the machine and manually Reset States but speedtests do not pass over 4Mbits.
My pfsense is 2.3.2-Release (amd64)
ISP says the modem is transmitting full speed.
-
I'm interested on this too. I'm seeing the same behaviour on 2.2.6 (yes I need to upgrade sometime). I was hoping a reboot would fix it but your comment kinda dashes that hope of mine.
-
I think you could run something like "ipfw show" via command line to see if there are any active dummynet pipes/queues (limiters).
Are you sure your ISP isn't being flakey?
-
Are you sure your ISP isn't being flakey?
Not sure. Today a technician will go to site to verify the modem, maybe replace it.
-
I think you could run something like "ipfw show" via command line to see if there are any active dummynet pipes/queues (limiters).
I look into ipfw show.
I did ipfw -x 2 show. Seems that 2 is the default as I tried 0 and 1 but did not show anything.
[2.3.2-RELEASE][admin@pfSense.fmg.local]/root: ipfw -x 2 show 00002 135272 34558220 pipe 5724 ip from any to any MAC any 00:0c:29:63:ac:5c 00003 160196 96119403 pipe 5725 ip from any to any MAC 00:0c:29:63:ac:5c any 00004 0 0 pipe 5726 ip from any to any MAC any 00:0c:29:bd:ef:b3 00005 0 0 pipe 5727 ip from any to any MAC 00:0c:29:bd:ef:b3 any 00006 607 44676 pipe 5728 ip from any to any MAC any 34:97:f6:db:95:97 00007 469 36051 pipe 5729 ip from any to any MAC 34:97:f6:db:95:97 any 00008 27420 3133271 pipe 5730 ip from any to any MAC any 3c:d9:2b:4b:a6:f3 00009 33182 32604371 pipe 5731 ip from any to any MAC 3c:d9:2b:4b:a6:f3 any 00010 38 11818 pipe 5732 ip from any to any MAC any 54:7f:54:89:33:8f 00011 38 6764 pipe 5733 ip from any to any MAC 54:7f:54:89:33:8f any 00012 4180 658471 pipe 5734 ip from any to any MAC any a0:d3:c1:05:60:53 00013 3370 1126155 pipe 5735 ip from any to any MAC a0:d3:c1:05:60:53 any 65291 0 0 allow pfsync from any to any 65292 0 0 allow carp from any to any 65301 56791 2139760 allow ip from any to any layer2 mac-type 0x0806,0x8035 65302 0 0 allow ip from any to any layer2 mac-type 0x888e,0x88c7 65303 0 0 allow ip from any to any layer2 mac-type 0x8863,0x8864 65307 44964 2068344 deny ip from any to any layer2 not mac-type 0x0800,0x86dd 65310 280844 43499279 allow ip from any to table(100) in 65311 445188 314057085 allow ip from table(100) to any out 65312 22869 4648024 allow ip from any to 255.255.255.255 in 65313 0 0 allow ip from 255.255.255.255 to any out 65314 529335 466174223 pipe tablearg ip from table(3) to any in 65315 29775 2438416 pipe tablearg ip from any to table(4) in 65316 17483 2633089 pipe tablearg ip from table(3) to any out 65317 421424 146485499 pipe tablearg ip from any to table(4) out 65318 0 0 pipe tablearg ip from table(1) to any in 65319 0 0 pipe tablearg ip from any to table(2) out 65532 81379 9990001 fwd 127.0.0.1,8002 tcp from any to any dst-port 80 in 65533 76751 9806777 allow tcp from any to any out 65534 232613 16594477 deny ip from any to any 65535 2307 1209575 allow ip from any to any
What can you tell me about this output related to the Limiters?
-
What can you tell me about this output related to the Limiters?
Nothing, sadly. I've got zero experience with ipfw.
I don't see any bandwidth params though, so maybe that means no limiters?
You'll have to search or wait for someone knowledgeable to answer.
-
The ISP replaced the modem and now the bandwidth is OK. So the limiters were not to blame.