Scenario (real with address/names altered):
Windows Server 2008 R2 with Hyper-V installed.
Originally, there were 2 machines let's call them FileServer and MainServer. The FileServer does a little more that just file serving. MainServer have the MSSQL. When arrived the new shiny server, was decided that they need the FileServer machine to other uses.
Since the 2008 came with Hyper-V, we tried it. It works, but the way the new MainServer machine got configured that's a little weird (at least for someones accostumed to VMWare not touching physical devices ip configuration).
The original network config:
- FileServer machine (originally physical)
IP: x.y.z.6 (invented)
Netmask:255.255.240.0
GateWay: 10.1.35.1
- MainServer machine (physical)
IP: x.y.z.4 (invented)
Netmask: 255.255.240.0
GateWay: 10.1.35.1
It ended like this (it's weird, but we could not make it work another way) when the servers above where changed to an shiny new server with 4 physical network adapters:
- FileServer machine (now virtual guest)
IP: x.y.z.6 (invented)
Netmask: 255.255.240.0
GateWay: 10.1.35.1
- MainServer host machine
Local connection 6 (Hyper-V virtual adapter)
IP: x.y.z.4 (invented)
Netmask: 255.255.240.0
GateWay: 10.1.35.1
Local connection 4 (physical adapter which is configured on Hyper-V)
IP: nothing ( if you run ipconfig you get an address at the 169...* range)
Netmask: 255.255.240.0
GateWay: 10.1.35.1
If I put the x.y.z.6 address on the hyper-v adapter and the x.y.z.4 on the physical adapter it points to in Hyper-V it refuses to work. But people keep asking me why such an strange configuration. And the only answers I have to them is: works that way.
My experience is some with the old VMWare Server and VMWare Workstation. I feel that something wrong happened in this, but have no clue of what. Searches here brought no enlightenging...