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
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