JDP 發表於 2005-5-9 15:45:19

快速更改 IP & DNS 設定 for WinXP & Win2003

更改主IP:
netsh interface ip set address name="區域連線" source=static addr=10.0.0.1 mask=255.255.255.0
更改Gateway:
netsh interface ip set address name="區域連線" gateway=10.0.0.254 gwmetric=0
更改DNS:
netsh interface ip set dns name="區域連線" source=static addr=10.0.0.254 register=PRIMARY
頁: [1]
查看完整版本: 快速更改 IP & DNS 設定 for WinXP & Win2003