Windows Vista Tips

Windows Vista Tips > Newsgroups > Virtual PC > XPClient/Server2003 setup using Virtual PC2007

Reply
Thread Tools Display Modes

XPClient/Server2003 setup using Virtual PC2007

 
 
Lee Wild
Guest
Posts: n/a

 
      03-08-2010

Hello all,

I currently have two virtual machines installed, one for 2003 and the other
for XPpro. I attempting to setup a small Domain environment to aid me with
the 70-290 exam but I seem to have hit a brick wall. The server is set up
with multiple roles, DHCP,DNS and as a Domain Controller. Within the DHCP
server settings it is possible to bind this to the virtual NIC to use this
for it's IP address. So lets just say that I configure my virtual NIC with an
IP address of 192.168.0.1, the DHCP would be assigned this too. In the TCP/IP
LAN settings for the adapter, what IP address would I use as a default
gateway? Also, would I be correct in saying that the 2003 VM running multiple
roles, is it possible to use just the one IP address for DHCP,DNS and the DC,
and if the answer is yes then for the virtual NIC TCP/IP settings would I
also use 192.168.0.1 on the server2003 settings.
In addition to the above, both virtual NIC's for the XP client and 2003 VM's
are configured as 'Local only'. My XP client is configured to acquire it's IP
address automatically, although up to now it has not recieved any lease.


Thanks in advance.

--
A+IT/MCP/MCDST
MCSE2K3 Track
 
Reply With Quote
 
 
 
 
Bill Grant
Guest
Posts: n/a

 
      03-08-2010


"Lee Wild" <> wrote in message
news:0022BA10-2981-4C79-8403-...
>
> Hello all,
>
> I currently have two virtual machines installed, one for 2003 and the
> other
> for XPpro. I attempting to setup a small Domain environment to aid me
> with
> the 70-290 exam but I seem to have hit a brick wall. The server is set up
> with multiple roles, DHCP,DNS and as a Domain Controller. Within the DHCP
> server settings it is possible to bind this to the virtual NIC to use this
> for it's IP address. So lets just say that I configure my virtual NIC with
> an
> IP address of 192.168.0.1, the DHCP would be assigned this too. In the
> TCP/IP
> LAN settings for the adapter, what IP address would I use as a default
> gateway? Also, would I be correct in saying that the 2003 VM running
> multiple
> roles, is it possible to use just the one IP address for DHCP,DNS and the
> DC,
> and if the answer is yes then for the virtual NIC TCP/IP settings would I
> also use 192.168.0.1 on the server2003 settings.
> In addition to the above, both virtual NIC's for the XP client and 2003
> VM's
> are configured as 'Local only'. My XP client is configured to acquire it's
> IP
> address automatically, although up to now it has not recieved any lease.
>
>
> Thanks in advance.
>
> --
> A+IT/MCP/MCDST



Put both of the virtual machines in Local Only. Manually configure the DC
with its own IP address in its own IP subnet. (I would use a less popular
subnet like 192.168.66 rather than 192.168.0). It does not need a default
gateway setting as it cannot communicate with any other network.

You can configure DHCP on the server. Configure the scope to to issue IP
addresses in the subnet you chose for the DC. The clients don't need a
gateway either. Configure your scope to issue the DC's IP address for DNS.
All AD clients need to use the local DNS server.

If you feel that you need Internet access, create another vm and install
a server OS. Use this server (not your DC) as a NAT router between your AD
network and the physical network. You would then use this router as the
default gateway for the domain network. You would also configure your local
DNS to forward to a public DNS service (like your ISP's DNS or 4.2.2.2) to
resolve foreign URls for your domain machines. By default your local DNS
will only resolve local machines and AD resources.

> MCSE2K3 Track


 
Reply With Quote
 
Lee Wild
Guest
Posts: n/a

 
      03-09-2010
Thanks for the reply Bill. I seem to be making some good progress after your
advice and it has also helped me unearth plenty of settings on the server,
which before I was unreluctant to do. This is what I have done so far:

1. Both client and server NIC's are set as 'Local' as you recomended.
2. I have configured a new scope using the following adresses 192.168.66.1 -
192.168.66.10
3. I have created an 'exclusion' for 192.168.66.1
4. 192.168.66.1 is now the IP address for the NIC on the server
5. Not sure if this is correct but I have configured both 'Server Options'
and 'Scope Options' to issue 192.168.66.1 as a DNS server (006) and DNS
Domain Name (015). Both configured for each option that is.
6. My default gateway on both the Client NIC and server NIC are now blank.
7. Also, the DHCP scope that has been newly configured is also activated.

Just to confirm Bill, now that I have 192.168.66.1 as my DNS address, is
this the same ip address detail I use on the Server's NIC?

The IP address on my client is currently static and set to 192.168.66.2 in
the event that DHCP is not functioning. As a result of this config I can ping
192.168.66.1 from my client and get a response so there must be connectivty.

There is an available computer account in my domain but when I try to
connect the client I get a message returned stating that it is unable to
locate an SRV record concerning LDAP:

"The query was for the SRV record for _ldap._tcp.dc._msdcs.contoso.com"

Am I correct in saying that the ip address for the DC,DHCP and DNS servers
should be identical?

Also, I added 192.168.66.1 to the client host file and mapped it to
, out of shear frustration.

Do you have any idea bill where I am going wrong based on the info above?
I will look at setting internet connectivity up eventually just need to get a
little domain set up first.

Thanks again.
--
A+IT/MCP/MCDST
MCSE2K3 Track


"Bill Grant" wrote:

>
>
> "Lee Wild" <> wrote in message
> news:0022BA10-2981-4C79-8403-...
> >
> > Hello all,
> >
> > I currently have two virtual machines installed, one for 2003 and the
> > other
> > for XPpro. I attempting to setup a small Domain environment to aid me
> > with
> > the 70-290 exam but I seem to have hit a brick wall. The server is set up
> > with multiple roles, DHCP,DNS and as a Domain Controller. Within the DHCP
> > server settings it is possible to bind this to the virtual NIC to use this
> > for it's IP address. So lets just say that I configure my virtual NIC with
> > an
> > IP address of 192.168.0.1, the DHCP would be assigned this too. In the
> > TCP/IP
> > LAN settings for the adapter, what IP address would I use as a default
> > gateway? Also, would I be correct in saying that the 2003 VM running
> > multiple
> > roles, is it possible to use just the one IP address for DHCP,DNS and the
> > DC,
> > and if the answer is yes then for the virtual NIC TCP/IP settings would I
> > also use 192.168.0.1 on the server2003 settings.
> > In addition to the above, both virtual NIC's for the XP client and 2003
> > VM's
> > are configured as 'Local only'. My XP client is configured to acquire it's
> > IP
> > address automatically, although up to now it has not recieved any lease.
> >
> >
> > Thanks in advance.
> >
> > --
> > A+IT/MCP/MCDST

>
>
> Put both of the virtual machines in Local Only. Manually configure the DC
> with its own IP address in its own IP subnet. (I would use a less popular
> subnet like 192.168.66 rather than 192.168.0). It does not need a default
> gateway setting as it cannot communicate with any other network.
>
> You can configure DHCP on the server. Configure the scope to to issue IP
> addresses in the subnet you chose for the DC. The clients don't need a
> gateway either. Configure your scope to issue the DC's IP address for DNS.
> All AD clients need to use the local DNS server.
>
> If you feel that you need Internet access, create another vm and install
> a server OS. Use this server (not your DC) as a NAT router between your AD
> network and the physical network. You would then use this router as the
> default gateway for the domain network. You would also configure your local
> DNS to forward to a public DNS service (like your ISP's DNS or 4.2.2.2) to
> resolve foreign URls for your domain machines. By default your local DNS
> will only resolve local machines and AD resources.
>
> > MCSE2K3 Track

>
> .
>

 
Reply With Quote
 
Bill Grant
Guest
Posts: n/a

 
      03-09-2010
Check that the client has 192.168.66.1 as its DNS address. AD uses DNS to
find the logon server. That is what the following message is all about.
"The query was for the SRV record for _ldap._tcp.dc._msdcs.contoso.com".

Did you allow dcpromo to configure DNS for you? Does the SRV record
above actually exist in your DNS?

This really has nothing to do with VPC. I recommend that if you have
further problems, post in the AD newsgroup or forum.

"Lee Wild" <> wrote in message
news:CA42F6D5-F04C-496D-BF9E-...
> Thanks for the reply Bill. I seem to be making some good progress after
> your
> advice and it has also helped me unearth plenty of settings on the server,
> which before I was unreluctant to do. This is what I have done so far:
>
> 1. Both client and server NIC's are set as 'Local' as you recomended.
> 2. I have configured a new scope using the following adresses
> 192.168.66.1 -
> 192.168.66.10
> 3. I have created an 'exclusion' for 192.168.66.1
> 4. 192.168.66.1 is now the IP address for the NIC on the server
> 5. Not sure if this is correct but I have configured both 'Server Options'
> and 'Scope Options' to issue 192.168.66.1 as a DNS server (006) and DNS
> Domain Name (015). Both configured for each option that is.
> 6. My default gateway on both the Client NIC and server NIC are now blank.
> 7. Also, the DHCP scope that has been newly configured is also activated.
>
> Just to confirm Bill, now that I have 192.168.66.1 as my DNS address, is
> this the same ip address detail I use on the Server's NIC?
>
> The IP address on my client is currently static and set to 192.168.66.2 in
> the event that DHCP is not functioning. As a result of this config I can
> ping
> 192.168.66.1 from my client and get a response so there must be
> connectivty.
>
> There is an available computer account in my domain but when I try to
> connect the client I get a message returned stating that it is unable to
> locate an SRV record concerning LDAP:
>
> "The query was for the SRV record for _ldap._tcp.dc._msdcs.contoso.com"
>
> Am I correct in saying that the ip address for the DC,DHCP and DNS
> servers
> should be identical?
>
> Also, I added 192.168.66.1 to the client host file and mapped it to
> , out of shear frustration.
>
> Do you have any idea bill where I am going wrong based on the info above?
> I will look at setting internet connectivity up eventually just need to
> get a
> little domain set up first.
>
> Thanks again.
> --
> A+IT/MCP/MCDST
> MCSE2K3 Track
>
>
> "Bill Grant" wrote:
>
>>
>>
>> "Lee Wild" <> wrote in message
>> news:0022BA10-2981-4C79-8403-...
>> >
>> > Hello all,
>> >
>> > I currently have two virtual machines installed, one for 2003 and the
>> > other
>> > for XPpro. I attempting to setup a small Domain environment to aid me
>> > with
>> > the 70-290 exam but I seem to have hit a brick wall. The server is set
>> > up
>> > with multiple roles, DHCP,DNS and as a Domain Controller. Within the
>> > DHCP
>> > server settings it is possible to bind this to the virtual NIC to use
>> > this
>> > for it's IP address. So lets just say that I configure my virtual NIC
>> > with
>> > an
>> > IP address of 192.168.0.1, the DHCP would be assigned this too. In the
>> > TCP/IP
>> > LAN settings for the adapter, what IP address would I use as a default
>> > gateway? Also, would I be correct in saying that the 2003 VM running
>> > multiple
>> > roles, is it possible to use just the one IP address for DHCP,DNS and
>> > the
>> > DC,
>> > and if the answer is yes then for the virtual NIC TCP/IP settings would
>> > I
>> > also use 192.168.0.1 on the server2003 settings.
>> > In addition to the above, both virtual NIC's for the XP client and 2003
>> > VM's
>> > are configured as 'Local only'. My XP client is configured to acquire
>> > it's
>> > IP
>> > address automatically, although up to now it has not recieved any
>> > lease.
>> >
>> >
>> > Thanks in advance.
>> >
>> > --
>> > A+IT/MCP/MCDST

>>
>>
>> Put both of the virtual machines in Local Only. Manually configure the
>> DC
>> with its own IP address in its own IP subnet. (I would use a less popular
>> subnet like 192.168.66 rather than 192.168.0). It does not need a default
>> gateway setting as it cannot communicate with any other network.
>>
>> You can configure DHCP on the server. Configure the scope to to issue
>> IP
>> addresses in the subnet you chose for the DC. The clients don't need a
>> gateway either. Configure your scope to issue the DC's IP address for
>> DNS.
>> All AD clients need to use the local DNS server.
>>
>> If you feel that you need Internet access, create another vm and
>> install
>> a server OS. Use this server (not your DC) as a NAT router between your
>> AD
>> network and the physical network. You would then use this router as the
>> default gateway for the domain network. You would also configure your
>> local
>> DNS to forward to a public DNS service (like your ISP's DNS or 4.2.2.2)
>> to
>> resolve foreign URls for your domain machines. By default your local DNS
>> will only resolve local machines and AD resources.
>>
>> > MCSE2K3 Track

>>
>> .
>>

 
Reply With Quote
 
Brad Bird(MVP)
Guest
Posts: n/a

 
      03-12-2010
Hello Bill,

1 red herring to watch out for is to be sure that there are no DHCP settings
within VPC2007 "local only" network.

These settings would trump any DHCP server you have in place.

> Check that the client has 192.168.66.1 as its DNS address. AD uses
> DNS to find the logon server. That is what the following message is
> all about. "The query was for the SRV record for
> _ldap._tcp.dc._msdcs.contoso.com".
>
> Did you allow dcpromo to configure DNS for you? Does the SRV
> record above actually exist in your DNS?
>
> This really has nothing to do with VPC. I recommend that if you
> have further problems, post in the AD newsgroup or forum.
>
> "Lee Wild" <> wrote in message
> news:CA42F6D5-F04C-496D-BF9E-...
>
>> Thanks for the reply Bill. I seem to be making some good progress
>> after
>> your
>> advice and it has also helped me unearth plenty of settings on the
>> server,
>> which before I was unreluctant to do. This is what I have done so
>> far:
>> 1. Both client and server NIC's are set as 'Local' as you recomended.
>> 2. I have configured a new scope using the following adresses
>> 192.168.66.1 -
>> 192.168.66.10
>> 3. I have created an 'exclusion' for 192.168.66.1
>> 4. 192.168.66.1 is now the IP address for the NIC on the server
>> 5. Not sure if this is correct but I have configured both 'Server
>> Options'
>> and 'Scope Options' to issue 192.168.66.1 as a DNS server (006) and
>> DNS
>> Domain Name (015). Both configured for each option that is.
>> 6. My default gateway on both the Client NIC and server NIC are now
>> blank.
>> 7. Also, the DHCP scope that has been newly configured is also
>> activated.
>> Just to confirm Bill, now that I have 192.168.66.1 as my DNS address,
>> is this the same ip address detail I use on the Server's NIC?
>>
>> The IP address on my client is currently static and set to
>> 192.168.66.2 in
>> the event that DHCP is not functioning. As a result of this config I
>> can
>> ping
>> 192.168.66.1 from my client and get a response so there must be
>> connectivty.
>> There is an available computer account in my domain but when I try to
>> connect the client I get a message returned stating that it is unable
>> to locate an SRV record concerning LDAP:
>>
>> "The query was for the SRV record for
>> _ldap._tcp.dc._msdcs.contoso.com"
>>
>> Am I correct in saying that the ip address for the DC,DHCP and DNS
>> servers
>> should be identical?
>> Also, I added 192.168.66.1 to the client host file and mapped it to
>> , out of shear frustration.
>>
>> Do you have any idea bill where I am going wrong based on the info
>> above?
>> I will look at setting internet connectivity up eventually just need
>> to
>> get a
>> little domain set up first.
>> Thanks again.
>> --
>> A+IT/MCP/MCDST
>> MCSE2K3 Track
>> "Bill Grant" wrote:
>>
>>> "Lee Wild" <> wrote in message
>>> news:0022BA10-2981-4C79-8403-...
>>>
>>>> Hello all,
>>>>
>>>> I currently have two virtual machines installed, one for 2003 and
>>>> the
>>>> other
>>>> for XPpro. I attempting to setup a small Domain environment to aid
>>>> me
>>>> with
>>>> the 70-290 exam but I seem to have hit a brick wall. The server is
>>>> set
>>>> up
>>>> with multiple roles, DHCP,DNS and as a Domain Controller. Within
>>>> the
>>>> DHCP
>>>> server settings it is possible to bind this to the virtual NIC to
>>>> use
>>>> this
>>>> for it's IP address. So lets just say that I configure my virtual
>>>> NIC
>>>> with
>>>> an
>>>> IP address of 192.168.0.1, the DHCP would be assigned this too. In
>>>> the
>>>> TCP/IP
>>>> LAN settings for the adapter, what IP address would I use as a
>>>> default
>>>> gateway? Also, would I be correct in saying that the 2003 VM
>>>> running
>>>> multiple
>>>> roles, is it possible to use just the one IP address for DHCP,DNS
>>>> and
>>>> the
>>>> DC,
>>>> and if the answer is yes then for the virtual NIC TCP/IP settings
>>>> would
>>>> I
>>>> also use 192.168.0.1 on the server2003 settings.
>>>> In addition to the above, both virtual NIC's for the XP client and
>>>> 2003
>>>> VM's
>>>> are configured as 'Local only'. My XP client is configured to
>>>> acquire
>>>> it's
>>>> IP
>>>> address automatically, although up to now it has not recieved any
>>>> lease.
>>>> Thanks in advance.
>>>>
>>>> -- A+IT/MCP/MCDST
>>>>
>>> Put both of the virtual machines in Local Only. Manually configure
>>> the
>>> DC
>>> with its own IP address in its own IP subnet. (I would use a less
>>> popular
>>> subnet like 192.168.66 rather than 192.168.0). It does not need a
>>> default
>>> gateway setting as it cannot communicate with any other network.
>>> You can configure DHCP on the server. Configure the scope to to
>>> issue
>>> IP
>>> addresses in the subnet you chose for the DC. The clients don't need
>>> a
>>> gateway either. Configure your scope to issue the DC's IP address
>>> for
>>> DNS.
>>> All AD clients need to use the local DNS server.
>>> If you feel that you need Internet access, create another vm and
>>> install
>>> a server OS. Use this server (not your DC) as a NAT router between
>>> your
>>> AD
>>> network and the physical network. You would then use this router as
>>> the
>>> default gateway for the domain network. You would also configure
>>> your
>>> local
>>> DNS to forward to a public DNS service (like your ISP's DNS or
>>> 4.2.2.2)
>>> to
>>> resolve foreign URls for your domain machines. By default your local
>>> DNS
>>> will only resolve local machines and AD resources.
>>>> MCSE2K3 Track
>>>>
>>> .
>>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
0x800703E3 installing Windows Update Agent Darryl Windows Update 32 03-09-2010 01:11 AM
Internet Connection Setup in Virtual PC 2007 Jim Marasco Virtual PC 5 02-26-2010 04:07 PM
Best practice to setup a DMZ? (hyperV and guests) markm75g Server Networking 22 02-10-2010 02:24 PM
MS Security essential Essentials is not getting installed sun Server Setup 0 12-01-2009 12:19 PM
error code 0x8024D007 jenny Windows Update 10 11-23-2009 05:48 PM



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 47 48 49 50 51 52 53 54 55 56 57 58 59