adding Virtual PC 2007 to host network - Stack Overflow most recent 30 from stackoverflow.com2009-11-30T20:14:55Zhttp://stackoverflow.com/feeds/question/792431http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/792431/adding-virtual-pc-2007-to-host-network1adding Virtual PC 2007 to host network unknown (google)2009-04-27T06:34:26Z2009-05-01T00:41:39Z
<p>Hi,
I am using Virtual PC 2007 with Windows xp Pro as the Guest.
Is it possible to add the Virtual PC to the network of the guest PC and to the domain of the Guest PC?
I enabled NAT shared networking but that only allows internet access on the guest..
Thanks</p>
http://stackoverflow.com/questions/792431/adding-virtual-pc-2007-to-host-network/792440#7924400Answer by codeape for adding Virtual PC 2007 to host network codeape2009-04-27T06:40:11Z2009-04-27T06:45:22Z<p>Shouldn't be a problem as long as you can connect to a domain controller from the virtual computer.</p>
<p>If you know the IP address of a domain controller, try to ping it. Then try to ping it using the computer name, to see if name resolution is working correctly. What happens when you join a domain using Control Panel | System. Do you receive an error message?</p>
<p>I have not used Virtual PC, only VMWare workstation on Linux, so I do not know how the networking setup is on Virtual PC. On VMWare, you can choose between bridged and NAT networking for a virtual machine. I have been able to set up Windows guest computers as members of a windows domain using both kinds of network setup.</p>
http://stackoverflow.com/questions/792431/adding-virtual-pc-2007-to-host-network/792483#7924831Answer by Piskvor for adding Virtual PC 2007 to host network Piskvor2009-04-27T07:12:22Z2009-04-27T07:12:22Z<p>This shouldn't be a problem when you add the guest to host's physical adapter:</p>
<p>In the settings for your VM, go to Networking and instead of "Shared networking (NAT)", select the NIC that's connected to the network on your host (e.g. "Realtek RTL8116 Gigabit Ethernet", or whatever your NIC is; this is equivalent to VMWare's Bridged Mode). That way, the guest will appear as a real computer on your network, and will work like a physical box on the network.</p>
<p>IIRC, MS VPC bypasses the default Windows firewall on the host, so only the guest's firewall applies; for other FW products, you may need to enable something like "permit packets not destined for this host".</p>
http://stackoverflow.com/questions/792431/adding-virtual-pc-2007-to-host-network/793006#7930061Answer by unknown (google) for adding Virtual PC 2007 to host network unknown (google)2009-04-27T10:35:46Z2009-04-27T10:35:46Z<p>Just to add to the above answer-</p>
<p><strong>1.</strong> </p>
<blockquote>
<p>Inside the Local Area Connection
Properties- VM Network Services Driver
wasnt installed without which the NIC
option wont appear in the Virtual
machine Network Adapter Configuration.</p>
<p>I reinstalled the Virtual PC and that
entry <strong>Virtual Machine Network
Driver</strong> appeared.</p>
</blockquote>
<p><strong>2.</strong> </p>
<blockquote>
<p>Another helpful resource-</p>
</blockquote>
<p><a href="http://blogs.msdn.com/virtual_pc_guy/archive/2007/01/15/fixing-broken-virtual-networking.aspx" rel="nofollow">http://blogs.msdn.com/virtual_pc_guy/archive/2007/01/15/fixing-broken-virtual-networking.aspx</a></p>