返回首页
当前位置: 主页 > Windows教程 >

Windows Server Core 网络配置教程

时间:2014-01-27 23:17来源:Office教程学习网 www.office68.com编辑:麦田守望者

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.0.10
mask=255.255.255.0 gateway=192.168.0.1 gwmetric=auto
4. 配置DNS
netsh interface ipv4 set dns name="本地连接" source=static addr=218.74.122.74
register=primary
netsh interface ipv4 set dns name="本地连接" source=static addr=202.106.0.20
index=2
5. 重命名网络适配器
netsh interface set interface name="oldname" newname="newname"
6. 禁用网络适配器:
netsh interface set interface name="name" admin=DISABLED

------分隔线----------------------------
标签(Tag):windows8 windows教程 windows技巧 windowsxp
------分隔线----------------------------
推荐内容
猜你感兴趣