Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Windows Server 2012 basic Settings

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

Rename the computer at the command prompt:

> netdom renamecomputer Old_ServerName / newname:New_ServerName

Restart the computer

Configure the network

1 View the network adapter name

Netsh interface ipv4 show interfaces

2 using DHCP network

Netsh interface ipv4 set address name= "Local connection" source=dhcp

Netsh interface ipv4 set dns name= "Local connection" source=dhcp

3 using static IP

Netsh interface ipv4 set address name= "Local connection" source=static addr=192.168.10.100

Mask=255.255.255.0 gateway=192.168.10.1 gwmetric=auto

4 configure DNS

Netsh interface ipv4 set dns name= "Local connection" source=static addr=202.96.209.133

Register=primary

Netsh interface ipv4 set dns name= "Local connection" source=static addr=202.106.100.20

Index=2

5 rename the network adapter

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

6 disable the network adapter

Netsh interface set interface name= "name" admin=DISABLE

Server core configuration firewall

Enable remote management from the MMC snap-in

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

Command to enable remote management of the firewall

Netsh advfirewall set currentprofile settings remotemanagement enable

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report