Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > Virtual PC

Vista - Can't join Virtual Vista to a Virtual 2008 Domain Server

Reply
 
Old 07-16-2008   #1 (permalink)
Golden Z


 
 

Can't join Virtual Vista to a Virtual 2008 Domain Server

I am using Virtual PC. Neither of them can ping each other. They both have
connection to the internet. Both can see all the other computers in the real
network.

I want to join this Vista machine to this Virtual 2008 Domain server that I
setup.
Any help would be appreciated.
zzzgolden@xxxxxx

My System SpecsSystem Spec
Old 07-16-2008   #2 (permalink)
Steve Jain


 
 

Re: Can't join Virtual Vista to a Virtual 2008 Domain Server

On Wed, 16 Jul 2008 15:45:02 -0700, Golden Z <Golden
Z@xxxxxx> wrote:
Quote:

>I am using Virtual PC. Neither of them can ping each other. They both have
>connection to the internet. Both can see all the other computers in the real
>network.
>
>I want to join this Vista machine to this Virtual 2008 Domain server that I
>setup.
>Any help would be appreciated.
>zzzgolden@xxxxxx
What are you using for the network settings, Shared Networking (NAT)
or the host's NIC?
Shared networking won't work.

Checked the firewall settings?

--
Cheers,
Steve Jain, Virtual Machine MVP
http://vpc.essjae.com/
I do not work for Microsoft.
My System SpecsSystem Spec
Old 07-16-2008   #3 (permalink)
Golden Z


 
 

Re: Can't join Virtual Vista to a Virtual 2008 Domain Server

I have done some more testing. The Virtual Vista/XP machines can ping each
other and can ping the HOSTNAME but not the IP address.

The server is not set up as the DHCP server. DHCP is handled by the router.

What do i need to configure in the network settings on the VirtualXP and
Vista machines?

Firewall settings? Iam unsure what to check? The VirtualXP, the
VirtualServer, or the HostPC of the virtual environment.

What are you using for the network settings, Shared Networking (NAT)?
How can i Tell the difference?

These virtualVista and XP are brand new with nothing on them.

"Steve Jain" wrote:
Quote:

> On Wed, 16 Jul 2008 15:45:02 -0700, Golden Z <Golden
> Z@xxxxxx> wrote:
>
Quote:

> >I am using Virtual PC. Neither of them can ping each other. They both have
> >connection to the internet. Both can see all the other computers in the real
> >network.
> >
> >I want to join this Vista machine to this Virtual 2008 Domain server that I
> >setup.
> >Any help would be appreciated.
> >zzzgolden@xxxxxx
>
> What are you using for the network settings, Shared Networking (NAT)
> or the host's NIC?
> Shared networking won't work.
>
> Checked the firewall settings?
>
> --
> Cheers,
> Steve Jain, Virtual Machine MVP
> http://vpc.essjae.com/
> I do not work for Microsoft.
>
My System SpecsSystem Spec
Old 07-16-2008   #4 (permalink)
Steve Jain


 
 

Re: Can't join Virtual Vista to a Virtual 2008 Domain Server

On Wed, 16 Jul 2008 16:36:04 -0700, Golden Z
<GoldenZ@xxxxxx> wrote:
Quote:

>I have done some more testing. The Virtual Vista/XP machines can ping each
>other and can ping the HOSTNAME but not the IP address.
>
>The server is not set up as the DHCP server. DHCP is handled by the router.
>
>What do i need to configure in the network settings on the VirtualXP and
>Vista machines?
>
>Firewall settings? Iam unsure what to check? The VirtualXP, the
>VirtualServer, or the HostPC of the virtual environment.
>
>What are you using for the network settings, Shared Networking (NAT)?
>How can i Tell the difference?
>
>These virtualVista and XP are brand new with nothing on them.
>
The first thing I'd do is give your server a static IP address.
Generally, it's not a good idea to have your domain controller using a
dynamic IP.

the default should be the host's NIC, you can check under the Network
settings of each VM.

--
Cheers,
Steve Jain, Virtual Machine MVP
http://vpc.essjae.com/
I do not work for Microsoft.
My System SpecsSystem Spec
Old 07-16-2008   #5 (permalink)
Bill Grant


 
 

Re: Can't join Virtual Vista to a Virtual 2008 Domain Server



"Steve Jain" <noreply.-@-.essjae.com> wrote in message
news:f53t749edjgljnmlvm06vvqkaes144geka@xxxxxx
Quote:

> On Wed, 16 Jul 2008 16:36:04 -0700, Golden Z
> <GoldenZ@xxxxxx> wrote:
>
Quote:

>>I have done some more testing. The Virtual Vista/XP machines can ping
>>each
>>other and can ping the HOSTNAME but not the IP address.
>>
>>The server is not set up as the DHCP server. DHCP is handled by the
>>router.
>>
>>What do i need to configure in the network settings on the VirtualXP and
>>Vista machines?
>>
>>Firewall settings? Iam unsure what to check? The VirtualXP, the
>>VirtualServer, or the HostPC of the virtual environment.
>>
>>What are you using for the network settings, Shared Networking (NAT)?
>>How can i Tell the difference?
>>
>>These virtualVista and XP are brand new with nothing on them.
>>
>
> The first thing I'd do is give your server a static IP address.
> Generally, it's not a good idea to have your domain controller using a
> dynamic IP.
>
> the default should be the host's NIC, you can check under the Network
> settings of each VM.
>
> --
> Cheers,
> Steve Jain, Virtual Machine MVP
> http://vpc.essjae.com/
> I do not work for Microsoft.
I would have to agree with Steve. The troubles you are having really
have nothing to do with virtualization, but simply with network design.

If you want to run a domain setup you cannot use DHCP from a router. You
also cannot use the built-in DNS forwarding. You need to set up your domain
in its own network with its own IP subnet, with all client machines using
the local DC for DNS. This applies to both hard metal and virtual machines
and to physical or virtual networks.

The simplest way to do it with VPC is to put all the virtual machines in
Local Only. Give the DC a static IP in a new IP subnet. If you want to run
DHCP, set it up on the DC and enable it in AD. (This will have no affect on
the other machines in the LAN. It only affects the machine in Local Only).
Otherwise configure the client machines manually.

When you have your domain running successfully you can give this network
Internet access by configuring a vm to act as a NAT router between the
virtual network and the physical network. You configure the local DNS to
forward to a public DNS service to resolve foreign URLs as well as the local
domain machines and AD SRV records.

There are really no shortcuts. You need to do it properly if you want
your domain to work.





My System SpecsSystem Spec
Old 07-17-2008   #6 (permalink)
Bo Berglund


 
 

Re: Can't join Virtual Vista to a Virtual 2008 Domain Server

On Thu, 17 Jul 2008 12:58:11 +1000, "Bill Grant"
<not.available@xxxxxx> wrote:
Quote:

>
>
>"Steve Jain" <noreply.-@-.essjae.com> wrote in message
>news:f53t749edjgljnmlvm06vvqkaes144geka@xxxxxx
Quote:

>> On Wed, 16 Jul 2008 16:36:04 -0700, Golden Z
>> <GoldenZ@xxxxxx> wrote:
>>
Quote:

>>>I have done some more testing. The Virtual Vista/XP machines can ping
>>>each other and can ping the HOSTNAME but not the IP address.
>>>
>>>The server is not set up as the DHCP server. DHCP is handled by the
>>>router.
>>>
>>>What do i need to configure in the network settings on the VirtualXP and
>>>Vista machines?
>>>
>>>Firewall settings? Iam unsure what to check? The VirtualXP, the
>>>VirtualServer, or the HostPC of the virtual environment.
>>>
Quote:
Quote:

>>What are you using for the network settings, Shared Networking (NAT)?
Quote:
Quote:
Quote:

>>>How can i Tell the difference?
>>>
>>>These virtualVista and XP are brand new with nothing on them.
>>>
>>
>> The first thing I'd do is give your server a static IP address.
>> Generally, it's not a good idea to have your domain controller using a
>> dynamic IP.
>>
>> the default should be the host's NIC, you can check under the Network
>> settings of each VM.
>>
>> --
>> Cheers,
>> Steve Jain, Virtual Machine MVP
>> http://vpc.essjae.com/
>> I do not work for Microsoft.
>
> I would have to agree with Steve. The troubles you are having really
>have nothing to do with virtualization, but simply with network design.
>
> If you want to run a domain setup you cannot use DHCP from a router. You
>also cannot use the built-in DNS forwarding. You need to set up your domain
>in its own network with its own IP subnet, with all client machines using
>the local DC for DNS. This applies to both hard metal and virtual machines
>and to physical or virtual networks.
>
> The simplest way to do it with VPC is to put all the virtual machines in
>Local Only. Give the DC a static IP in a new IP subnet. If you want to run
>DHCP, set it up on the DC and enable it in AD. (This will have no affect on
>the other machines in the LAN. It only affects the machine in Local Only).
>Otherwise configure the client machines manually.
>
> When you have your domain running successfully you can give this network
>Internet access by configuring a vm to act as a NAT router between the
>virtual network and the physical network. You configure the local DNS to
>forward to a public DNS service to resolve foreign URLs as well as the local
>domain machines and AD SRV records.
>
> There are really no shortcuts. You need to do it properly if you want
>your domain to work.
>
>
And just in case the OP did not get this:
The HOST PC cannot be a member of the domain with the DC a virtual
machine when running LocalOnly...

He talks about virtual machines as XP and Vista but does not mention
the domain controller (virtual or metal?).
In the LocalOnly scenario the domain controller must also be a virtual
machine since the host machine will be unreachable from LocalOnly.

Actually, for testing the HOST should be left out of the equation
entirely so it just acts as a virtual machine host and nothing more.

--

Bo Berglund (Sweden)
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Install Virtual Machine additions on Server 2008 server core. Virtual PC
From Virtual Server, Unable to connect to Remote SQL Server 2008 D Virtual Server
Windows Server 2008 hosted on Virtual Server 2005 R2 very slow Virtual Server
Cna't Install Windows Server 2008 under Virtual Server SP1 Virtual Server
Error installing Windows Server 2008 as Virtual Server Virtual Server


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46