我在Server1(192.163.0.8)中配置了DNS和活动目录。
FQDN:abc.domain.com
NetBIOS:abcde
我的第二台服务器安装了Sql Server(两台服务器都使用的是Windows Server 2008,但是当我尝试将Server2(192.163.0.9)添加到域时,我收到以下错误消息:
尝试解析正在加入的域中的dc的dns名称失败。
在Server2中运行ipconfig / all我得到了
C:\Users\Administrator>ipconfig /all
Windows IP Configuration
Host Name . . . . . . . . . . . . : Server2
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Intel(R) PRO/1000 MT Desktop Adapter
Physical Address. . . . . . . . . : 99-99-99-99-99-99
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
IPv4 Address. . . . . . . . . . . : 192.163.0.9(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.163.0.1
DNS Servers . . . . . . . . . . . : 192.168.0.8
NetBIOS over Tcpip. . . . . . . . : Enabled
(更多信息) 在Server1中:
C:\Users\Administrator>ping server1
Pinging SERVER1.abc.domain.com [::1] from ::1 with 32 bytes of data:
Reply from ::1: time<1ms
.....
C:\Users\Administrator>ping abc.domain.com
Pinging abc.domain.com [192.163.0.8] with 32 bytes of data:
Reply from 192.163.0.8: bytes=32 time<1ms TTL=128
....
C:\Users\Administrator>ping server1.abc.domain.com
Pinging SERVER1.abc.domain.com [::1] from ::1 with 32 bytes of data:
Reply from ::1: time<1ms
...
C:\Users\Administrator>ping server2
Pinging SERVER2 [192.163.0.9] with 32 bytes of data:
Reply from 192.163.0.9: bytes=32 time<1ms TTL=128
.....
在Server2中
C:\Users\Administrator>ping server2
Pinging SERVER2 [::1] from ::1 with 32 bytes of data:
Reply from ::1: time<1ms
.....
C:\Users\Administrator>ping server1
Pinging SERVER1 [192.163.0.8] with 32 bytes of data:
Reply from 192.163.0.8: bytes=32 time<1ms TTL=128
.....
C:\Users\Administrator>ping abc.domain.com
Ping request could not find host abc.domain.com. Please check the name an
d try again.
C:\Users\Administrator>ping server1.abc.domain.com
Ping request could not find host server1.abc.domain.com. Please check the
name and try again.
请帮忙! :(
答案 0 :(得分:0)
答案 1 :(得分:0)
打开注册表编辑器(regedit)。 2.导航到以下注册表项: HKEY_LOCAL_MACHINE \系统\ CurrentControlSet \服务\ TCPIP6 \参数\ 创建以下注册表值(DWORD类型):DisabledComponents 将值设置为0 重启你的服务器。
迪瓦卡尔