netdom renamecomputer Old_ServerName /newname:New_ServerName重啟計算機(jī)配置網(wǎng)絡(luò)1 查看網(wǎng)絡(luò)適配器名稱netsh interface ipv4..."/>
溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點(diǎn)擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

Windows Server 2012 基礎(chǔ)設(shè)置

發(fā)布時間:2020-07-28 16:08:26 來源:網(wǎng)絡(luò) 閱讀:1089 作者:960945486 欄目:系統(tǒng)運(yùn)維

在命令提示符下重新命名計算機(jī):

> netdom renamecomputer Old_ServerName /newname:New_ServerName

重啟計算機(jī)

配置網(wǎng)絡(luò)

1 查看網(wǎng)絡(luò)適配器名稱

netsh interface ipv4 show interfaces

2 使用DHCP網(wǎng)絡(luò)

netsh interface ipv4 set address name="本地連接" source=dhcp

netsh interface ipv4 set dns name="本地連接" source=dhcp

3 使用靜態(tài)IP

netsh interface ipv4 set address name="本地連接" source=static addr=192.168.10.100

mask=255.255.255.0 gateway=192.168.10.1 gwmetric=auto

4 配置DNS

netsh interface ipv4 set dns name="本地連接" source=static addr=202.96.209.133

register=primary

netsh interface ipv4 set dns name="本地連接" source=static addr=202.106.100.20

index=2

5 重命名網(wǎng)絡(luò)適配器

netsh interface set interface name="old_name" newname="new_name"

6 禁用網(wǎng)絡(luò)適配器

netsh interface set interface name="name" admin=DISABLE

服務(wù)器核心配置防火墻

從MMC管理單元啟用遠(yuǎn)程管理

netsh advfirewall firewall set rule group="Remote Administration" new enable=yes

命令啟用防火墻的遠(yuǎn)程管理

netsh advfirewall set currentprofile settings remotemanagement enable


向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報,并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI