netsh - ネットワーク インターフェースに IP,DNS 設定
netsh interface>show interface
管理 状態 状態 種類 インターフェース 名前
-------------------------------------------------------------------------
使用 到逹する 数 なし 専用 ローカル 領域 連結 2
使用 到逹する 数 なし 専用 VMware Network Adapter VMnet8
使用 到逹する 数 なし 専用 ローカル 領域 連結
使用 到逹する 数 なし 専用 VMware Network Adapter VMnet1
使用 到逹する 数 なし 内部 内部
使用 到逹する 数 なし ルーフ百 ルーフ百
C:\>netsh
netsh>interface
netsh interface>ip
netsh interface ip>config
netsh interface ip>show config"
ローカル 領域 連結" インターフェース 構成
DHCP 使い: 例
インターフェース メトリック: 0
DHCP路 構成された DNS サーバー: 168.126.63.1
10.0.0.1
DHCP路 構成された WINS サーバー: なし
次 接尾辞で 登録: 株だけ
netsh interface ip set address "ローカル 領域 連結" static ipaddr subnetmask gateway metric
- 192.168.1.10 番(回) IP 住所を "ローカル 領域 連結" インターフェースに 割り当て.,
netsh interface ip set address "ローカル 領域 連結" static 10.0.0.10 255.255.255.0 10.0.0.1 1
- 固定 IP 街 ない, DHCP 路 転換を 割 場合,.
netsh interface ip set address "ローカル 領域 連結" dhcp
netsh interface ip set dns "ローカル 領域 連結" [source=]dhcp|static [addr=]<IP 住所>|none [[register=]none|primary|both]
- DNS サーバーを 設定する 場合は,.
set dns name="ローカル 領域 連結" source=dhcp
set dns "ローカル 領域 連結" static 10.0.0.1 primary
netsh,
サーバー管理,
サーバー運営
http://www.serverinfo.pe.kr/TipnTech.aspx?Seq=380
Posted on Wednesday, 2007/12/19 16:27