Windows 使用命令配置静态IP地址

配置静态IP的脚本
netsh interface ipv4 show config name="以太网"
配置静态IP
netsh interface ip set address name="Ethernet0" static 192.167.30.88 255.255.255.0 192.168.30.1
键入以下命令以分配备用DNS 地址:
netsh interface ip add dns name="Ethernet0" 8.8.8.8 index=2

你可能感兴趣的:(windows,tcp/ip,网络协议)