[Cake] Playing with ingredients = ruined the CAKE

Kevin Darbyshire-Bryant kevin at darbyshire-bryant.me.uk
Sun May 31 14:08:31 EDT 2020



> On 31 May 2020, at 18:26, John Yates <john at yates-sheets.org> wrote:
> 
> On Sun, May 31, 2020 at 1:08 PM Kevin Darbyshire-Bryant
> <kevin at darbyshire-bryant.me.uk> wrote:
>> I have absolutely no idea, don’t appear to have that thread :-)
> 
> Mea culpa.  Should have included this link to the thread:
> 
> https://lists.bufferbloat.net/pipermail/make-wifi-fast/2020-May/002860.html
> 
> /john

Ah, well after the initial excitement that ‘oh an application actually sets DSCP’ I checked what marking my zoom packets had on the next conference…to find… Best effort.  Crushing disappointment led to this in my firewall box:

#Zoom - connections go to Zoom with dest ports 8801-8810
$IPTABLES -t mangle -A QOS_MARK_F_${IFACE} -p udp -m udp -m set --match-set Zoom4 dst -m multiport --dports 8801:8810 -j DSCP --set-dscp-class CS3 -m comment --comment "Zoom CS3 VI"
$IP6TABLES -t mangle -A QOS_MARK_F_${IFACE} -p udp -m udp -m set --match-set Zoom6 dst -m multiport --dports 8801:8810 -j DSCP --set-dscp-class CS3 -m comment --comment "Zoom CS3 VI”

With dnsmasq configured to fill the Zoom4/6 ipsets with relevant IP addresses

ipset=/zoom.us/Zoom4,Zoom6 

Works a treat.

Cheers,

Kevin D-B

gpg: 012C ACB2 28C6 C53E 9775  9123 B3A2 389B 9DE2 334A



More information about the Cake mailing list