Appendix B: R2 Developer VM Configuration

Software Requirements

Operating System

  • Microsoft Windows Server 2008 R2 (Released Evaluation).

https://www.microsoft.com/windowsserver2008/en/us/R2-Download.aspx

Developer Tools (install these as “full installations”)

Network Configuration

  • Open a command window with admin privileges and type the following command:

    netsh interface ipv4 set address name="Local Area Connection" static 10.0.0.2 255.255.255.0 10.0.0.1
    Note:
    Please note that running the command above will set the IP address of your machine to static one which disable Internet access. If you need Internet access, may we suggest adding an additional network adapter hooked up to your public network.