본문 바로가기

Develop/Etc

Window7 mtu값 수정

모든 명령은 관리자 권한이 필요함(Admin)

# 현재 네트웍 확인
netsh interface ip set global minmtu=352
netsh interface ipv4 show interfaces
netsh interface ipv4 set subinterface {색인} mtu=500 store=persistent

'Develop > Etc' 카테고리의 다른 글

Mac backtick  (0) 2019.10.02
Google login with expo  (0) 2019.03.18
PubSub via postgres in Graphql Yoga  (0) 2019.03.06
[Prisma] Try prisma  (0) 2019.03.05
[Postgres] Setup via docker  (0) 2019.03.05