- Joined
- Dec 28, 2021
- Messages
- 13
- Reaction score
- 3
This link https://www.3cx.com/blog/voip-howto/qos-linux/ details how to impement permantly QoS on Debian Linux 3CX V16. Alas, V18 has changed the location of the files and/or the location of the files. I confess I'm quite lost when it comes to Linux specialities.
I was able to issue the commands and check that the RTP frames are tagged with the DSCP value:
Now the problem is to make this change permanent and I've read that V18 stores these settings in nftables. I'm stuck at this point. I'm kindly asking to the Linux gurus if they can just type this command so I can make the settings permanent.
Thank you in advance.
I was able to issue the commands and check that the RTP frames are tagged with the DSCP value:
iptables -t mangle -A OUTPUT -p udp -j DSCP --set-dscp 56
iptables -t mangle -A OUTPUT -p tcp -j DSCP --set-dscp 56
Now the problem is to make this change permanent and I've read that V18 stores these settings in nftables. I'm stuck at this point. I'm kindly asking to the Linux gurus if they can just type this command so I can make the settings permanent.
Thank you in advance.