-
Notifications
You must be signed in to change notification settings - Fork 753
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FQ_Codel not trraffic shaping upload #8029
Comments
Hey there, You are mentioning WAN2, thus do you use multi WAN on your device? Regards, |
Yea so the reason why you have D is because the traffic for Upload is not shaped as its not classified into the proper Queue. Looks like you have proper association between Pipe > Queue > Rule. Can you open (edit button) both Upload rules you have, click the advanced mode and make a pic of them and post them here? Regards, |
On first look all looks correct, Can you post the same for the LTE as well?
The commands will show if what you configured via GUI is really applied to the ipfw that actually runs the shaper. Regards, |
see result below root@OPNsense:~ # ipfw pipe show root@OPNsense:~ # ipfw queue show root@OPNsense:~ # ipfw sched show root@OPNsense:~ # ipfw show |
From the Logs, and pictures you provided, its sees to be configured in ipfw correctly as well. So if a packet hits this specific interface OUTbound on WAN or LTE it should be matched and thus shaped. Can you try to disable the LTE connection and test if WAN Upload is working? Overall than that I have no other ideas, configuration looks alright. I have something similar but I dont run MultiWAN I just have a lot of queues and rules. Regards, |
Important notices
Before you add a new report, we ask you kindly to acknowledge the following:
Describe the bug
A clear and concise description of what the bug is, including last known working version (if any).
I tried to setup my wan2/opt1 FQ_CODEL using the documentation https://docs.opnsense.org/manual/how-tos/shaper_bufferbloat.html. Download works fine but upload is not getting getting shaped.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Download latency and speed is reduced. Upload latency and speed it is reduced. Upload should also be shaped similar to download
Describe alternatives you considered
None
Screenshots
n/a
Relevant log files
N/A
Additional context
n/a
Environment
OPNsense 24.7.7-amd64
Intel J1900
The text was updated successfully, but these errors were encountered: