Windows Vista Tips

Windows Vista Tips > Newsgroups > Virtual PC > IP Address for the virtual machine

Reply
Thread Tools Display Modes

IP Address for the virtual machine

 
 
Jim Marasco
Guest
Posts: n/a

 
      06-17-2009
I setup my virtual machines and installed Windows Server 2003 on one and
Windows XP Prof on the other one. Each guest machine boots and work normally.
I need to setup static IP address for the Server 2003 so I can run AD and
DNS. I am trying to setup virtual environment so I can study for my MCSE.
How can I do that and what about the XP, my host is Windows Vista Business.
Any feed back I really appreciate it.
 
Reply With Quote
 
 
 
 
Bill Grant
Guest
Posts: n/a

 
      06-18-2009


"Jim Marasco" <Jim > wrote in message
news:21458DAB-C1B3-4B60-B7F1-...
> I setup my virtual machines and installed Windows Server 2003 on one and
> Windows XP Prof on the other one. Each guest machine boots and work
> normally.
> I need to setup static IP address for the Server 2003 so I can run AD and
> DNS. I am trying to setup virtual environment so I can study for my MCSE.
> How can I do that and what about the XP, my host is Windows Vista
> Business.
> Any feed back I really appreciate it.


Put the server in the Local Only virtual network and give it a static IP
in its own IP subnet. Run dcpromo and allow it to set up DNS for you.

When that is all done, put the XP vm in the same network. You can give it
a static IP in the same subnet as the server, or you can configure and
activate DHCP on the server an let the client get its network config from
DHCP. Remember that all AD clients (and the server itself) should use the
DC's LAN IP address for DNS.

The domain machines will not have access to the host, the physical
network or the Internet.

 
Reply With Quote
 
Steve Jain [MVP]
Guest
Posts: n/a

 
      06-18-2009
On Wed, 17 Jun 2009 16:38:01 -0700, Jim Marasco <Jim
> wrote:

>I setup my virtual machines and installed Windows Server 2003 on one and
>Windows XP Prof on the other one. Each guest machine boots and work normally.
>I need to setup static IP address for the Server 2003 so I can run AD and
>DNS. I am trying to setup virtual environment so I can study for my MCSE.
>How can I do that and what about the XP, my host is Windows Vista Business.
>Any feed back I really appreciate it.


You'd give them static IPs the same way you would with a real
computer, from the TCP/IP properties of the NICs. Of course, you're
probably going to need to have them on a different subnet than the
host PC...ideally, you could use the "local only" networking option
and isolate the DC and XP from your host to prevent them from
interfering with the host network environment.

--
Cheers,
Steve Jain, Virtual Machine MVP
http://vpc.essjae.com/
 
Reply With Quote
 
Jim Marasco
Guest
Posts: n/a

 
      06-18-2009
Bill Grant and Steve Jani.
Thank you both for the reply and taking care of this for me. I isolated the
Server 2003 and the XP machine by using the local only.
My host machine has an IP address of 192.168, should i stick with range or
should I use a totally different class, like using the 10.0 or the 172.16?

"Steve Jain [MVP]" wrote:

> On Wed, 17 Jun 2009 16:38:01 -0700, Jim Marasco <Jim
> > wrote:
>
> >I setup my virtual machines and installed Windows Server 2003 on one and
> >Windows XP Prof on the other one. Each guest machine boots and work normally.
> >I need to setup static IP address for the Server 2003 so I can run AD and
> >DNS. I am trying to setup virtual environment so I can study for my MCSE.
> >How can I do that and what about the XP, my host is Windows Vista Business.
> >Any feed back I really appreciate it.

>
> You'd give them static IPs the same way you would with a real
> computer, from the TCP/IP properties of the NICs. Of course, you're
> probably going to need to have them on a different subnet than the
> host PC...ideally, you could use the "local only" networking option
> and isolate the DC and XP from your host to prevent them from
> interfering with the host network environment.
>
> --
> Cheers,
> Steve Jain, Virtual Machine MVP
> http://vpc.essjae.com/
>

 
Reply With Quote
 
Jim Marasco
Guest
Posts: n/a

 
      06-18-2009
Steve, sorry I typed your last name wrong, I apologize I did that in a hurry.

"Steve Jain [MVP]" wrote:

> On Wed, 17 Jun 2009 16:38:01 -0700, Jim Marasco <Jim
> > wrote:
>
> >I setup my virtual machines and installed Windows Server 2003 on one and
> >Windows XP Prof on the other one. Each guest machine boots and work normally.
> >I need to setup static IP address for the Server 2003 so I can run AD and
> >DNS. I am trying to setup virtual environment so I can study for my MCSE.
> >How can I do that and what about the XP, my host is Windows Vista Business.
> >Any feed back I really appreciate it.

>
> You'd give them static IPs the same way you would with a real
> computer, from the TCP/IP properties of the NICs. Of course, you're
> probably going to need to have them on a different subnet than the
> host PC...ideally, you could use the "local only" networking option
> and isolate the DC and XP from your host to prevent them from
> interfering with the host network environment.
>
> --
> Cheers,
> Steve Jain, Virtual Machine MVP
> http://vpc.essjae.com/
>

 
Reply With Quote
 
Bill Grant
Guest
Posts: n/a

 
      06-19-2009
It doesn't really matter which set of private addresses you use. You can
stay with 192.168 , but use a different subnet from the host. This makes it
easier if you later want to route between the virtual and physical networks.

My physical network uses 192.168.0.0/24, and my domain in Local Only
uses 192.168.31.0/24 . If you are not familiar with the slash notation, /24
indicates a 24-bit subnet or 255.255.255.0 .

"Jim Marasco" <> wrote in message
news:7FE329AC-09DC-49EF-A1CA-...
> Bill Grant and Steve Jani.
> Thank you both for the reply and taking care of this for me. I isolated
> the
> Server 2003 and the XP machine by using the local only.
> My host machine has an IP address of 192.168, should i stick with range or
> should I use a totally different class, like using the 10.0 or the 172.16?
>
> "Steve Jain [MVP]" wrote:
>
>> On Wed, 17 Jun 2009 16:38:01 -0700, Jim Marasco <Jim
>> > wrote:
>>
>> >I setup my virtual machines and installed Windows Server 2003 on one and
>> >Windows XP Prof on the other one. Each guest machine boots and work
>> >normally.
>> >I need to setup static IP address for the Server 2003 so I can run AD
>> >and
>> >DNS. I am trying to setup virtual environment so I can study for my
>> >MCSE.
>> >How can I do that and what about the XP, my host is Windows Vista
>> >Business.
>> >Any feed back I really appreciate it.

>>
>> You'd give them static IPs the same way you would with a real
>> computer, from the TCP/IP properties of the NICs. Of course, you're
>> probably going to need to have them on a different subnet than the
>> host PC...ideally, you could use the "local only" networking option
>> and isolate the DC and XP from your host to prevent them from
>> interfering with the host network environment.
>>
>> --
>> Cheers,
>> Steve Jain, Virtual Machine MVP
>> http://vpc.essjae.com/
>>

 
Reply With Quote
 
Jim Marasco
Guest
Posts: n/a

 
      06-26-2009

Thanks everyone for the replies regarding this. I am running all the machines
now without any probelm. I got two Windows Server 2003 and two XP machine in
AD. I installed and configured my DNS server first then I ran the AD (
Dcpromo). I got a question now and would like to keep all my questions under
this thread. How can I have multiple hard drives for each virtual machine.
For example the Server 2003 has a hard drive C: and I would like to to add
another hard drive to the same virtual machine so I can have another drive D
and so, is this possible?

"Jim Marasco" wrote:

> I setup my virtual machines and installed Windows Server 2003 on one and
> Windows XP Prof on the other one. Each guest machine boots and work normally.
> I need to setup static IP address for the Server 2003 so I can run AD and
> DNS. I am trying to setup virtual environment so I can study for my MCSE.
> How can I do that and what about the XP, my host is Windows Vista Business.
> Any feed back I really appreciate it.

 
Reply With Quote
 
Steve Jain [MVP]
Guest
Posts: n/a

 
      06-26-2009

On Thu, 25 Jun 2009 17:39:15 -0700, Jim Marasco
<> wrote:

>Thanks everyone for the replies regarding this. I am running all the machines
>now without any probelm. I got two Windows Server 2003 and two XP machine in
>AD. I installed and configured my DNS server first then I ran the AD (
>Dcpromo). I got a question now and would like to keep all my questions under
>this thread. How can I have multiple hard drives for each virtual machine.
>For example the Server 2003 has a hard drive C: and I would like to to add
>another hard drive to the same virtual machine so I can have another drive D
>and so, is this possible?


Roughly just like you would with a real computer.
1. create a new VHD
2. shutdown the vm and attach the vhd to it
3. boot up windows, set up the new hard drive in computer management
and format

--
Cheers,
Steve Jain, Virtual Machine MVP
http://vpc.essjae.com/
 
Reply With Quote
 
Jim Marasco
Guest
Posts: n/a

 
      06-27-2009


Steve,
Thanks alot for all the help you provided me, I am good to go now, I did
setup all my hard drives without any issues.
"Steve Jain [MVP]" wrote:

> On Thu, 25 Jun 2009 17:39:15 -0700, Jim Marasco
> <> wrote:
>
> >Thanks everyone for the replies regarding this. I am running all the machines
> >now without any probelm. I got two Windows Server 2003 and two XP machine in
> >AD. I installed and configured my DNS server first then I ran the AD (
> >Dcpromo). I got a question now and would like to keep all my questions under
> >this thread. How can I have multiple hard drives for each virtual machine.
> >For example the Server 2003 has a hard drive C: and I would like to to add
> >another hard drive to the same virtual machine so I can have another drive D
> >and so, is this possible?

>
> Roughly just like you would with a real computer.
> 1. create a new VHD
> 2. shutdown the vm and attach the vhd to it
> 3. boot up windows, set up the new hard drive in computer management
> and format
>
> --
> Cheers,
> Steve Jain, Virtual Machine MVP
> http://vpc.essjae.com/
>

 
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
Virtual Machine Additions is not installed on this virtual machine Paweł Gadziński Virtual PC 1 04-17-2008 06:23 AM
There is NO doubt! Virtual Machine running another Virtual Machine Leon Virtual PC 1 07-29-2007 08:45 PM
how the vmware windows virtual machine connect the usb device from the host machine ? kaka Windows Vista Drivers 6 04-13-2006 05:38 PM
The network adapter with address "00:00:00:00:00:00" of virtual machine"suse" failed to initialize because the address is a null address. Thorbjørn Ravn Andersen Virtual PC 1 11-03-2005 11:14 AM
Virtual Server 2005: Virtual Machine to Physical Machine Migration Alice Virtual PC 1 09-30-2004 05:17 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