首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >将Windows 2008连接到域时出错

将Windows 2008连接到域时出错
EN

Server Fault用户
提问于 2009-08-29 14:42:11
回答 4查看 8K关注 0票数 3

当我试图将我的新服务器连接到我现有的域时,我会得到以下错误:

“试图解析正在加入域中的DC的DNS名称已失败。请验证此客户端已配置为到达可以重新分配目标域中DNS名称的DNS服务器。”

我已经尝试了以下所有措施:

成功地点击了域控制器。通过IP地址和DNS名称从域控制器中Ping新服务器。通过IP地址和DNS名称从新服务器上Ping DC服务器。将网络更改为DHCP (最初是静态的)。没有喜悦作为静态或DHCP。关闭所有防火墙设置。将域名添加到“主机”文件中。将主域控制器的服务器名称添加到新服务器中的“主机”文件中。

有什么想法吗?提前感谢您的帮助!吉姆

更新:在J.BrianKelly(谢谢)的帮助下,我设法将问题缩小到DNS问题上。具体来说,UDP/53数据包正在发送(它们在网络监视器中看到),但没有到达DNS服务器。但是,我还不知道为什么。

Update: IPCONFIG为HyperV主机和虚拟机请求的输出。

来自

服务器

的IPCONFIG

代码语言:javascript
复制
 Windows IP Configuration
 Host Name . . . . . . . . . . . . : HYPER
 Primary Dns Suffix  . . . . . . . : sfi-wfc.com
 Node Type . . . . . . . . . . . . : Hybrid
 IP Routing Enabled. . . . . . . . : No
 WINS Proxy Enabled. . . . . . . . : No
 DNS Suffix Search List. . . . . . : sfi-wfc.com

 Ethernet adapter Local Area Connection 4:

 Connection-specific DNS Suffix  . :
 Description . . . . . . . . . . . : Primary Network
 Physical Address. . . . . . . . . : 00-30-48-CA-CC-7A
 DHCP Enabled. . . . . . . . . . . : No
 Autoconfiguration Enabled . . . . : Yes
 Link-local IPv6 Address . . . . . : fe80::cd16:3ac2:3d4f:e275%679(Preferred)
 IPv4 Address. . . . . . . . . . . : 192.168.100.1(Preferred)
 Subnet Mask . . . . . . . . . . . : 255.255.255.0
 Default Gateway . . . . . . . . . : 192.168.100.10
 DHCPv6 IAID . . . . . . . . . . . : -1476382648
 DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-12-10-20-E9-00-30-48-CA-CC-7A
 DNS Servers . . . . . . . . . . . : 192.168.100.5
 NetBIOS over Tcpip. . . . . . . . : Enabled

 Ethernet adapter Local Area Connection 3:

 Media State . . . . . . . . . . . : Media disconnected
 Connection-specific DNS Suffix  . : sfi
 Description . . . . . . . . . . . : Intel(R) 82576 Gigabit Dual Port Network Connection #2
 Physical Address. . . . . . . . . : 00-30-48-CA-CC-7B
 DHCP Enabled. . . . . . . . . . . : Yes
 Autoconfiguration Enabled . . . . : Yes

来自虚拟机

IPCONFIG的

代码语言:javascript
复制
 Windows IP Configuration
 Host Name . . . . . . . . . . . . : DB
 Primary Dns Suffix  . . . . . . . :
 Node Type . . . . . . . . . . . . : Hybrid
 IP Routing Enabled. . . . . . . . : No
 WINS Proxy Enabled. . . . . . . . : No
 DNS Suffix Search List. . . . . . : sfi

 Ethernet adapter Local Area Connection 2:

 Connection-specific DNS Suffix  . : sfi
 Description . . . . . . . . . . . : Microsoft Virtual Machine Bus Network Adapter
 Physical Address. . . . . . . . . : 00-15-5D-66-03-02
 DHCP Enabled. . . . . . . . . . . : Yes
 Autoconfiguration Enabled . . . . : Yes
 IPv4 Address. . . . . . . . . . . : 192.168.100.128(Preferred)
 Subnet Mask . . . . . . . . . . . : 255.255.255.0
 Lease Obtained. . . . . . . . . . : Saturday, August 29, 2009 10:44:45 AM
 Lease Expires . . . . . . . . . . : Tuesday, September 01, 2009 3:08:33 PM
 Default Gateway . . . . . . . . . : 192.168.100.10
 DHCP Server . . . . . . . . . . . : 192.168.100.5
 DNS Servers . . . . . . . . . . . : 192.168.102.5
 Primary WINS Server . . . . . . . : 192.168.100.5
 NetBIOS over Tcpip. . . . . . . . : Enabled

 Tunnel adapter Local Area Connection* 8:

 Media State . . . . . . . . . . . : Media disconnected
 Connection-specific DNS Suffix  . : sfi
 Description . . . . . . . . . . . : isatap.sfi
 Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
 DHCP Enabled. . . . . . . . . . . : No
 Autoconfiguration Enabled . . . . : Yes

 Tunnel adapter Local Area Connection* 9:

 Media State . . . . . . . . . . . : Media disconnected
 Connection-specific DNS Suffix  . :
 Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
 Physical Address. . . . . . . . . : 02-00-54-55-4E-01
 DHCP Enabled. . . . . . . . . . . : No
 Autoconfiguration Enabled . . . . : Yes
EN

回答 4

Server Fault用户

发布于 2009-08-30 17:43:56

关于虚拟机:

  1. 在以下设置中将网络更改为静态和类型: IPv4 - 192.168.100.128子网掩码- 255.255.255.0默认网关- 192.168.100.10首选DNS服务器- 192.168.100.5
  2. 在系统属性中,必须使用域名sfi-wfc.com字段输入此计算机的主DNS后缀,并在域成员资格更改时勾选“更改主DNS后缀”。
  3. 重启虚拟机。
  4. 在加入域时,使用完全限定的域名(sfi-wfc.com)代替NetBIOS名称。
票数 1
EN

Server Fault用户

发布于 2009-08-29 14:44:55

你能平一下域名本身吗?例如,如果您的DC是MyDC.MyDomain.net,您可以ping MyDomain.net吗?当您试图将服务器加入到域时,您是否在DC或服务器的系统事件日志中看到相应的错误?

票数 0
EN

Server Fault用户

发布于 2009-08-30 00:28:21

确保新机器的虚拟开关设置正确。如果防火墙在所有机器上都关闭了(此时应该关闭),那么剩下的唯一方法(可以说是)是vswitch。物理nic应该只启用超级v交换协议,而虚拟端口不应该启用。

票数 0
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/60312

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档