2016-12-25

4G的MTU設定


現在很多人將4G當用家用網路,其中4G分享器的MTU設定要是差太多,可是會大大影響網速。
找出適當的MTU可以利用ping指令:

WINDOWS:
ping www.google.com -f -l 1440

LINUX:
ping -c 2 -s 1440 -M do www.google.com

MAC:
ping -D -c 2 -g 1400 -G 1500 www.google.com (從1428~1528)

我用台灣之星在MAC用上述指令測試,最後是將MTU設為1500。

ref:
http://ancyent.xserv.ro/find-mtu-size-mac/
http://stackoverflow.com/questions/11364170/how-to-know-the-mtu-size-of-android-smartphone
http://linux.vbird.org/linux_server/0140networkcommand.php#ping_mtu
http://www.tp-link.tw/article/?faqid=190
http://awei791129.pixnet.net/blog/post/58092525-%5B網路優化%5D-如何最佳化-mtu-大小-for-mac-os-x-和-w
http://usatcorp.com/faqs/main-mtumss-design-considerations/
http://www.speedguide.net/articles/mtu-what-difference-does-it-make-111

沒有留言:

張貼留言