3
2
I am attempting to create a lab using Windows Server 2012 (GUI) with Hyper-V on my laptop. I am trying to figure out how to create an "Internal" network with NAT through the adapter on the physical laptop.
As it stands, the only way I can get my guest VMs online are through the "External" network so I'm getting an IP address from the DHCP server itself, and not using the host as a gateway.
Internet Connection Sharing is disabled by Group Policy so using the EMC article regarding sharing my connection doesn't seem to be a viable option right now.
Additionally, I've stumbled across this article with "IP Rewrite" but I'm unable to find any other resources on how to employ this to my advantage. What is "IP Rewrite" and how would I employ this in my situation?
As the system administrator you should be able to grant yourself an exemption to the group policy disabling internet connection sharing. Also, why are you trying to do this on your laptop as opposed to say a dedicated lab machine? (Running a full test environment of any scale on your laptop is going to kill user performance) – voretaq7 – 2012-12-20T17:39:59.520
@voretaq7 Thanks for the feedback. a) I'm not actually the system administrator - I'm the DBA, b) it's so that I can install different versions of SQL server and use them for professional development. – swasheck – 2012-12-20T17:42:14.423
@swasheck If your "lab" is going to be of any substantial complexity (more than just one VM) you probably want to talk to your sysadmin though - if for no other reason than to ensure that your lab resembles the production environment and all your hard work can be transferred easily when the time comes. – voretaq7 – 2012-12-20T17:49:52.743
@voretaq7 this has nothing to do with any end-user experience. this has to do with professional development. – swasheck – 2012-12-20T17:51:37.863