Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
General Discussion
»
How does the firewall interact with the shaper?
« previous
next »
Print
Pages: [
1
]
Author
Topic: How does the firewall interact with the shaper? (Read 857 times)
gac
Newbie
Posts: 4
Karma: 0
How does the firewall interact with the shaper?
«
on:
December 21, 2020, 09:47:10 pm »
I'm looking to use the shaping functionality to make for smoother audio calls (like everyone else, I'm working at home...)
The UI for the shaper is "enough", but it's less feature rich than I might like (ports specified manually, can't use aliases, etc). So one thought I had is simply to create myself some low/med/high priority queues and then configure rules for certain DSCP values which could then be applied by firewall rules. However, to know whether that would work properly depends on how the packets flow through the firewall, which could be (for example):
Code:
[Select]
ingress --> filter --> shaper --> egress
(this could work because the filter could apply a DSCP class to the packet, the shaper could see it and handle it in the correct queue)
Code:
[Select]
ingress --> shaper --> filter --> egress
(this could not work because by the time the filter saw the packet to mark it, the shaping decision would have already been made)
So in a system with both packet filtering and shaping enabled, does anyone know what's the order?
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
English Forums
»
General Discussion
»
How does the firewall interact with the shaper?