Some websites don't come up on browser.
www.yahoo.co.jp, or www.infoseek.co.jp.
ping www.yahoo.co.jp /f /l 1426 ... well,
ping www.yahoo.co.jp /f /l 1427 ... fail.
Probably, cause is these webserver's filtered ICMP. and PPPoE MTU problem.
so, I searched and found write below is well,
Code:
iptables -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu
whare can I write these codes?
This thread was automatically locked due to age.