温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

Windows Server 2012 基础设置

发布时间:2020-07-28 16:08:26 来源:网络 阅读:1077 作者:960945486 栏目:系统运维

在命令提示符下重新命名计算机:

> 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


向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI