Windows Server 2012 基礎設定

來源:互聯網
上載者:User

標籤:windows server 2012 基礎 設定

在命令提示字元下重新命名電腦:

> netdom renamecomputer Old_ServerName /newname:New_ServerName

重啟電腦

配置網路

1 查看網路介面卡名稱

netsh interface ipv4 show interfaces

2 使用DHCP網路

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

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

3 使用靜態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 重新命名網路介面卡

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

6 禁用網路介面卡

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

伺服器核心配置防火牆

從MMC嵌入式管理單元啟用遠端管理

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

命令啟用防火牆的遠端管理

netsh advfirewall set currentprofile settings remotemanagement enable


Windows Server 2012 基礎設定

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.