[Solved] Cake diffserv3 call tins

Okay hello I am attempting to move from diffserv8 to diffserv3 to simplify my ruleset. I do not know how to call the class using iptables. The only examples I have found are tctables and I am not using tcables i'm using iptables. I want to set all eth traffic in Default(CS0) and all traffic on a given IP Latency Sensitive(CS6).

iptables -t mangle -A FORWARD -I eth+ -j DSCP --set-dscp-class CS0
iptables -t mangle -A FORWARD -src 192.1.1.1 -j DSCP --set-dscp-class CS6

Am I calling these correctly - also, what are the classes?

Low Priority = CS1?
Best Effort= CS0?
Latency Sensitive = CS6?

From the code,

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.