cmd中关于重置windows IP的指令

2025-01-18 18:16:55
推荐回答(2个)
回答1:

首先,你要知道本地连接的名称,当然默认是本地连接,如果修改了,请用修改的名称:
netsh interface ip set address name="本地连接" source=static addr=192.168.1.118 mask=255.255.255.0 gateway=192.128.19.1 1
设置本地连接的IP为:192.168.1.118 ,掩码为:255.255.255.0 网关为:192.128.19.1

回答2:

ipconfig /release 释放IP
ipconfig /renew 获取IP