Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
18.1 Legacy Series
»
WFQ Traffic Shaper: Highnpacket loss in higher-priority queue
« previous
next »
Print
Pages:
1
[
2
]
Author
Topic: WFQ Traffic Shaper: Highnpacket loss in higher-priority queue (Read 10354 times)
mimugmail
Hero Member
Posts: 6766
Karma: 494
Re: WFQ Traffic Shaper: Highnpacket loss in higher-priority queue
«
Reply #15 on:
April 09, 2018, 02:00:07 pm »
I mean just IP, no UDP or ICMP, and then change src or dst fields to see if this fits your needs. If yes, change it to just icmp and go on
Logged
WWW:
www.routerperformance.net
Support plans:
https://www.max-it.de/en/it-services/opnsense/
Commercial Plugins (German):
https://opnsense.max-it.de/
namezero111111
Jr. Member
Posts: 94
Karma: 10
Re: WFQ Traffic Shaper: Highnpacket loss in higher-priority queue
«
Reply #16 on:
April 19, 2018, 05:57:12 pm »
Ok, apparently the issue occurs is at the end of the rules there is a default "catch all" rule:
Quote
Sequence 9999
ip any to any -> default queue
In this case, traffic matching earlier rules is pushed through both the proper queue and the default queue. Then the issue occurs.
How would we properly create a rule saying "anything that didn't match any of the above" then?
Seems as through some sort of "quick" option on the ipfw queue rule would be the right thing?
Logged
Print
Pages:
1
[
2
]
« previous
next »
OPNsense Forum
»
Archive
»
18.1 Legacy Series
»
WFQ Traffic Shaper: Highnpacket loss in higher-priority queue