Teams meetings stopped working over TailScale + GLiNet (Beryl) Router

I solved the issue on Reddit on the forum. It was an MTU issue it looks like. This script solved it:

sudo iptables -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu

1 Like