thomasho wrote:
小弟看了一下,N16...(恕刪)
Yahoo首頁會掉圖,連結開不出來
Facebook回應很慢....等問題,解決的辦法就是更改PC端mtu設定
附屬應用程式->命令提示字元 視窗下輸入
netsh interface ipv4 show subinterfaces ←這是觀察IPv4
netsh interface ipv6 show subinterfaces ←這是觀察IPv6
沒改過會是mtu=1500 ,要改1492
所以輸入:
netsh interface ipv4 set subinterface "區域連線" mtu=1492 store=persistent ←改IPv4設定
netsh interface ipv6 set subinterface "區域連線" mtu=1492 store=persistent ←改IPv6設定
改成1492後網頁就正常了,"區域連線"可能會有很多種...
可能會有區域連線2、3、4之類、無線網路連線,看個人使用的情況更改