Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

adding Virtual PC 2007 to host network

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

like image 928
user96403 Avatar asked Apr 27 '09 06:04

user96403


2 Answers

This shouldn't be a problem when you add the guest to host's physical adapter:

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.

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".

like image 57
Piskvor left the building Avatar answered Sep 29 '22 22:09

Piskvor left the building


Just to add to the above answer-

1.

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.

I reinstalled the Virtual PC and that entry Virtual Machine Network Driver appeared.

2.

Another helpful resource-

http://blogs.msdn.com/virtual_pc_guy/archive/2007/01/15/fixing-broken-virtual-networking.aspx

like image 39
user96403 Avatar answered Sep 29 '22 22:09

user96403