não pode adicionar máquina ao DC

1

Um laboratório que tem algumas VMs:

  • SrvDom: DC / Server 2008 x64 principal
  • SrvSQL: teste do SQL Server 2008 / Server 2003 x86
  • SrvAppV: teste do App-V / Server 2003 x64
  • e outros clientes do XP

O SrvAppV não pode ver o DC e vice-versa, portanto não posso adicionar o servidor ao domínio. Se alguém tiver alguma ideia, por favor me diga como corrigir isso ...

ipconfig / all no SrvDom:

Windows IP Configuration

   Host Name . . . . . . . . . . . . : SrvDom
   Primary Dns Suffix  . . . . . . . : rigo.dom
   Node Type . . . . . . . . . . . . : Hybrid
   IP Routing Enabled. . . . . . . . : No
   WINS Proxy Enabled. . . . . . . . : No
   DNS Suffix Search List. . . . . . : rigo.dom

Ethernet adapter Local Area Connection:

   Connection-specific DNS Suffix  . : 
   Description . . . . . . . . . . . : Intel(R) PRO/1000 MT Network Connection
   Physical Address. . . . . . . . . : 00-0C-29-3F-86-7D
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes
   Link-local IPv6 Address . . . . . : fe80::85f6:70b8:607e:6629%12(Preferred) 
   IPv4 Address. . . . . . . . . . . : 192.168.0.100(Preferred) 
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 
   DHCPv6 IAID . . . . . . . . . . . : 251661353
   DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-16-D3-95-BE-00-0C-29-3F-86-7D
   DNS Servers . . . . . . . . . . . : ::1
                                       127.0.0.1
   NetBIOS over Tcpip. . . . . . . . : Enabled

Tunnel adapter isatap.{1929BE3C-ECD4-430A-B993-27DFA88E700D}:

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

Tunnel adapter Local Area Connection* 11:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . : 
   Description . . . . . . . . . . . : Microsoft Teredo Tunneling Adapter
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes

ipconfig / all no SrvSQL:

Windows IP Configuration

   Host Name . . . . . . . . . . . . : srvsql
   Primary Dns Suffix  . . . . . . . : rigo.dom
   Node Type . . . . . . . . . . . . : Unknown
   IP Routing Enabled. . . . . . . . : No
   WINS Proxy Enabled. . . . . . . . : No
   DNS Suffix Search List. . . . . . : rigo.dom

Ethernet adapter Local Area Connection:

   Connection-specific DNS Suffix  . : 
   Description . . . . . . . . . . . : Intel(R) PRO/1000 MT Network Connection
   Physical Address. . . . . . . . . : 00-0C-29-DC-A0-95
   DHCP Enabled. . . . . . . . . . . : No
   IP Address. . . . . . . . . . . . : 192.168.0.101
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 192.168.0.100
   DNS Servers . . . . . . . . . . . : 192.168.0.100

ipconfig / all no SrvAppv:

Windows IP Configuration

   Host Name . . . . . . . . . . . . : srvappv
   Primary Dns Suffix  . . . . . . . : 
   Node Type . . . . . . . . . . . . : Unknown
   IP Routing Enabled. . . . . . . . : No
   WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Local Area Connection:

   Connection-specific DNS Suffix  . : 
   Description . . . . . . . . . . . : Intel(R) PRO/1000 MT Network Connection
   Physical Address. . . . . . . . . : 00-0C-29-68-B9-46
   DHCP Enabled. . . . . . . . . . . : No
   IP Address. . . . . . . . . . . . : 192.168.0.102
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 192.168.0.100
   DNS Servers . . . . . . . . . . . : 192.168.0.100
    
por Remus Rigo 20.02.2012 / 22:22

1 resposta

1

Acabei de verificar o adaptador de rede para cada VM e a minha máquina srvappv era diferente das outras. Foi definido como NAT e o DC foi definido como ponte. Então, mudou para conexão em ponte e isso resolveu o problema.

    
por 21.02.2012 / 04:40