OS/Linux2015. 8. 5. 10:26

인터넷 최적(MTU) 속도 찾기 

Ethernet 설정 변경


테스트 방법

ping -f -l 1500 google.com

** Reply from .... 이고   Loss 0% 이면 확인

** Timeout 또는 Packet .... DF set 이며 실패 더 낮은값을 적용해 본다


리눅스 적용

[~]# ifconfig eth0 mtu 1400



윈도우


C:\>netsh interface ip show interface

또는

C:\>netsh interface ipv4 show subinterfaces


시작->실행 regedit

[HKEY_LOCAL_MACHINE][System][CurrentControlSet][Services][Tcpip][Parameters][interfaces]

각 인터페이스에 맞게

새로만들기 DWORD 값으로 키 생성

ex)

이름 : MTU

값 : 10진수 1400




'OS > Linux' 카테고리의 다른 글

chmod 8진수  (0) 2015.12.07
cat 출력시 시간표현 변환  (0) 2015.12.01
Qmailtoaster 설치 centos6.5  (0) 2015.07.28
Centos 언어 설정  (0) 2014.11.27
네트워크상 공유된 PC IP로 직접 접근방법  (0) 2014.10.10
Posted by idwook