1
윈도우 mtu 값 조정 - 새하드추가

netsh interface ipv4 show interfaces

 

캡처.PNG

 

 

* 재부팅하면 설정이 원상복구되도록 설정

 

netsh interface ipv4 set global minmtu=400 store=active

 

netsh interface ipv4 set subinterface "색인번호" mtu=400 store=active 

 

MTU 설정이 변경되면 인터넷 속도에 영향을 미치기 때문에 재부팅으로 설정이 원상복구되도록 하길 원하는 경우 이 명령어를 입력한다. 그 외에는 아래 명령어 입력.

 

* 재부팅되어도 설정이 유지되도록 설정

netsh interface ipv4 set global minmtu=400 store=persistent

 

netsh interface ipv4 set subinterface "색인번호" mtu=400 store=persistent

이 게시물을

공유하기

번호
분류
제목
조회 수
928
사용설명
조회 수: 275

SEARCH