PiotrIr wrote: Thanks for your reply, It does make sense but I didn’t explain why it was impossible. I’m going to use fail over cluster and there won’t be any communication between host and guest network.
astorrs wrote: A couple questions. Why do you need 3 different VLANs for these machines? Why can't you use a physical router?
astorrs wrote: Also if you're doing VLANs on Hyper-V you should have a read over this:http://www.virtualizationadmin.com/articles-tutorials/microsoft-hyper-v-articles/networking/dealing-mac-address-pool-duplication-hyperv.html
royal wrote: Well you can use Internal network instead of private. Private completely isolates the host from guest. Internal allows only the Internal NIC on host to talk to the guest not allowing anything on host segment to talk to guest. External allows guests to talk to machines on host's segment and vice versa. So you can just do internal and do what I said and I think that'd work.