Tuesday, May 14, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 475  / 2 Years ago, sat, september 10, 2022, 8:19:06

I'm facing a problem both on firefox (no addons) & Chrome (on Ubuntu 12.04).



Some sites like Facebook, Ask Ubuntu and Deviant Art are not loading even after 10-15 minutes. Other sites are running quite well (I can play YouTube videos, for example), so the problem seems to be webpage-specific.



What can I do about this?


More From » firefox

 Answers
5

When random sites are working while others are not I always check for MTU issue (or PMTU discovery) first. I'd recommend trying this and see if that helps:



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


For more information on this: http://lartc.org/howto/lartc.cookbook.mtu-mss.html


[#35140] Monday, September 12, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
lintical

Total Points: 344
Total Questions: 122
Total Answers: 106

Location: Sint Maarten
Member since Mon, Oct 12, 2020
4 Years ago
;