본문 바로가기
IT

고정 ip 세팅

by 달남 2026. 2. 11.


netsh interface ip show config


netsh interface ip set address name="Local Area Connection" static 192.168.0.50 255.255.255.0 192.168.0.1

netsh interface ip set dns name="Local Area Connection" static 8.8.8.8
netsh interface ip add dns name="Local Area Connection" 1.1.1.1 index=2

'IT' 카테고리의 다른 글

ADB 기본 기능  (0) 2026.03.03
안드로이드폰 제어 하기  (0) 2026.02.22
Generate Signed App Bundle or APK 에서 My_Application.app 으로 나올때  (0) 2025.12.08
구글 사용자 인증 정보 만들기  (0) 2025.12.04
Audio editor app  (0) 2025.10.18

댓글