主頁 > 知識庫 > 使用批處理命令設(shè)置windows系統(tǒng)的ip地址和dns附圖

使用批處理命令設(shè)置windows系統(tǒng)的ip地址和dns附圖

熱門標(biāo)簽:電話機器人產(chǎn)品怎么樣 玉林市機器人外呼系統(tǒng)哪家好 智能打電話機器人收費 清遠百度地圖標(biāo)注店鋪位置 如何弄地圖標(biāo)注 電話機器人全國招商 雷霆電銷機器人怎么樣 呼倫貝爾外呼系統(tǒng) 如何申請400電話業(yè)務(wù)mm
找到對應(yīng)的網(wǎng)卡名稱

使用命令:ipconfig
復(fù)制代碼 代碼如下:

ipconfig/all

Windows IP Configuration

Host Name . . . . . . . . . . . . : D501-4-3
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter 本地連接:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Marvell Yukon 88E8057 PCI-E Gigabit
Ethernet Controller
Physical Address. . . . . . . . . : 44-37-E6-1D-5B-F1
Dhcp Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.168.1.111
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
DNS Servers . . . . . . . . . . . : 8.8.8.8

我們現(xiàn)在需要設(shè)置的網(wǎng)卡名稱為"本地連接",ip地址為192.168.1.111,子網(wǎng)掩碼為255.255.255.0,dns地址為8.8.8.8

將ip和dns設(shè)置為自動獲取

使用命令:
netsh interface ip set address "本地連接" dhcp
netsh interface ip set dns "本地連接" dhcp

復(fù)制代碼 代碼如下:

netsh interface ip set address "本地連接" dhcp
確定。

netsh interface ip set dns "本地連接" dhcp
確定。

相當(dāng)于操作:
 

將ip和dns設(shè)置為固定的值

使用命令:
netsh interface ip set address "本地連接" static [ip地址] [子網(wǎng)掩碼] [網(wǎng)關(guān)] [網(wǎng)關(guān)跳遠點數(shù):一般填1]
netsh interface ip set dns "本地連接" static [dns地址]
復(fù)制代碼 代碼如下:

netsh interface ip set address "本地連接" static 192.168.1.111 255.255.255.0 192
.168.1.1 1
確定。

netsh interface ip set dns "本地連接" static 8.8.8.8
確定。

相當(dāng)于操作:

標(biāo)簽:樂山 三門峽 株洲 江西 公主嶺 蕪湖 白銀 臺州

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《使用批處理命令設(shè)置windows系統(tǒng)的ip地址和dns附圖》,本文關(guān)鍵詞  使用,批處理,命令,設(shè)置,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《使用批處理命令設(shè)置windows系統(tǒng)的ip地址和dns附圖》相關(guān)的同類信息!
  • 本頁收集關(guān)于使用批處理命令設(shè)置windows系統(tǒng)的ip地址和dns附圖的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章