Is ECN enabled?
cat /proc/sys/net/ipv4/tcp_ecn
If so, you can explicitly disable it:
echo 0 > /proc/sys/net/ipv4/tcp_ecn
That can explain why some websites will load while others will
not. Traceroute may not always work due to possible UDP filtering
along your path.
-Vince