|
論壇說明 |
歡迎您來到『史萊姆論壇』 ^___^ 您目前正以訪客的身份瀏覽本論壇,訪客所擁有的權限將受到限制,您可以瀏覽本論壇大部份的版區與文章,但您將無法參與任何討論或是使用私人訊息與其他會員交流。若您希望擁有完整的使用權限,請註冊成為我們的一份子,註冊的程序十分簡單、快速,而且最重要的是--註冊是完全免費的! 請點擊這裡:『註冊成為我們的一份子!』 |
|
主題工具 | 顯示模式 |
2005-01-03, 08:38 AM | #1 |
長老會員
|
請教一下用批次檔設定網路組態....
以這個批次檔為例:
netsh interface ip set address name="區域連線" static 172.22.13.123 255.255.255.0 172.22.13.254 1 netsh interface ip set dns name="區域連線" static 172.22.253.1 netsh interface ip set wins name="區域連線" static 172.22.253.2 如果還有其他DNS與WINS要一起設定時;要怎麼寫? 謝謝! 對不起!一時手快發錯版面! 麻煩管理員移動到軟體應用討論區! 不好意思!謝謝! |
__________________ 親子單車部落 我的臉書 |
|
送花文章: 361,
|
2005-01-03, 09:49 PM | #2 (permalink) |
長老會員
|
netsh interface ip set dns "區域連線" static 192.168.1.101 primary
netsh interface ip add dns "區域連線" 192.168.1.102 2 netsh interface ip add dns "區域連線" 192.168.1.103 3 netsh interface ip add dns "區域連線" 192.168.1.104 4 : : 以此類推... : netsh interface ip set wins "區域連線" static 192.168.1.201 netsh interface ip add wins "區域連線" 192.168.1.202 2 netsh interface ip add wins "區域連線" 192.168.1.203 3 netsh interface ip add wins "區域連線" 192.168.1.204 4 : : 以此類推... : |
送花文章: 96,
|