Hi everyone, I'm pretty new with Hyper V and i have an issue configuring a
virtual machine to access the network.
here is what i want to do : The host and the virtual machine have to access
to two different networks. I have two Nics and each is connected to a
different network.
Here is the configuration I want to have :
The host :
ip configuration 1 : IP : 10.1.2.4 SUBNET : 255.255.255.0 GATEWAY : 10.1.2.254
ip configuration 2 : IP : 192.168.0.230 SUBNET : 255.255.252.0 GATEWAY :
192.168.0.215
The VM :
ip configuration 1 : IP : 10.1.2.5 SUBNET : 255.255.255.0 GATEWAY : 10.1.2.254
ip configuration 2 : IP : 192.168.0.231 SUBNET : 255.255.252.0 GATEWAY :
192.168.0.215
Both of the machines are windows server 2008, so now I'm able to connect the
two networks from the host but not from the virtual machine.
The only success I got with the virtual machine was when i was creating an
external virtual network, but in this case I was losing the connectivity to
one of the networks from the host.
What setup should I take, internal, private and how to do it?
Thanks a lot for the help
Anthony
Bill Grant - 10 Oct 2008 00:57 GMT
> Hi everyone, I'm pretty new with Hyper V and i have an issue configuring a
> virtual machine to access the network.
[quoted text clipped - 32 lines]
>
> Anthony
To do that, you would need two external virtual networks, one connected
to each physical NIC in the host. Each NIC in the vm would connect to the
appropriate virtual network so that it was in the same network as the
corresponding physical NIC in the host.