「ドメインのActive Directoryドメインコントローラーに接続できませんでした」に関する質問があることは知っています。
このドメインのActive Directoryドメインコントローラーに接続できませんでした
このドメインのActive Directoryドメインコントローラーに接続できませんでした
、でもどういうわけかそれは私を助けていません。
Win 2008 R2を実行していて、このシステムにいくつかの仮想マシンがあります。 VMwareサーバーにR2をインストールし、マシンをドメインに配置することができました。その後、VirtualBoxがインストールされ(最新バージョン)、R2もインストールされましたが、マシンを同じドメインに配置できません。
The domain name "mydom" might be a NetBIOS domain name. If this is the case, verify that the domain name is properly registered with WINS.
If you are certain that the name is not a NetBIOS domain name, then the following information can help you troubleshoot your DNS configuration.
DNS was successfully queried for the service location (SRV) resource record used to locate a domain controller for domain "mydom":
The query was for the SRV record for _ldap._tcp.dc._msdcs.mydom
The following domain controllers were identified by the query:
ccwmlab40.mydom
However no domain controllers could be contacted.
Common causes of this error include:
- Host (A) or (AAAA) records that map the names of the domain controllers to their IP addresses are missing or contain incorrect addresses.
- Domain controllers registered in DNS are not connected to the network or are not running.
わかりません。すべてが他のVMWareマシンと同じであり、どういうわけかドメインの問題はありません。これはVirtualBoxの問題であるか、R2で何か問題があったのでしょうか?それは面白いです。ドメインにいるすべてのものとすべてのユーザーにpingを実行することはできませんが、mydomのようなドメインは存在しないというメッセージが表示されるからです。何かがおかしい。何か案は?ありがとうございました
編集:他の情報が必要な場合は、ここに投稿できる他の情報を教えてください。
virtualBoxシステムのipconfig/all:
Windows IP Configuration
Host Name . . . . . . . . . . . . : TestR2
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : mydom
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . : mydom
Description . . . . . . . . . . . : Intel(R) PRO/1000 MT Desktop Adapter
Physical Address. . . . . . . . . : 08-00-27-6C-62-F9
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::c091:55b6:72e7:3ac4%11(Preferred)
IPv4 Address. . . . . . . . . . . : 10.0.2.15(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : Donnerstag, 21. Juni 2012 12:17:34
Lease Expires . . . . . . . . . . : Freitag, 22. Juni 2012 12:17:33
Default Gateway . . . . . . . . . : 10.0.2.2
DHCP Server . . . . . . . . . . . : 10.0.2.2
DHCPv6 IAID . . . . . . . . . . . : 235405351
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-17-73-40-21-08-00-27-6C-62-F9
DNS Servers . . . . . . . . . . . : 192.168.22.1
NetBIOS over Tcpip. . . . . . . . : Enabled
Tunnel adapter isatap.mydom:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . : mydom
Description . . . . . . . . . . . : Microsoft ISATAP Adapter
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
DHCPサーバーは192.168.22.1
ccwmlab40.mydomは192.168.22.6
あなたがしていることは「単一ラベルドメイン」であり、マイクロソフトによって推奨されていません。この問題を解決する方法に関するいくつかの提案については、こちらをご覧ください。
http://support.Microsoft.com/kb/300684/en-us
レビュアー:ここに投稿するには情報が多すぎるため、リンクを投稿するだけです。
このエラーは、ローカルネットワーク用に1つのDNSが構成され、インターネット用にもう1つのDNSが構成された別々のネットワーク上に2つのNICがある場合に発生しました。 (NIC構成で)インターネットを無効にした後、ドメインは再び機能し始めました。その後、インターネットDNSを再びオンにすると、すべてが正常に機能しています。