Running VMS Gateway on Hyper-V requires some additional set up:
Prerequisites
Step 1: Create a bridged network
By default Hyper-V only uses an 'internal network' that does not allow other PCs to connect to your virtual machines. The first step is to create a new virtual switch that allows your virtual machine to be accessed on your local network.
Run Hyper-V Manager
From the Actions section on the right, select Virtual Switch Manager...
βSelect External from the available options then select Create Virtual Switch
βEnter a descriptive name then, under External Network, select the network device that connects your PC to your local network.
Hit Apply
Step 2: Creating your virtual machine
Within Hyper-V Manager, select New β‘ Virtual Machine... from the Action section on the right.
You can use the default options with the following exceptions:
On Assign memory allocate a minimum of 4GB (8GB recommended for production environments).
On Configure Networking select the virtual switch you created in Step 1.
On Installation Options select "Install ... from a CD/DVD-ROM", select Image file and use Browse... to point to the Ubuntu ISO file you have downloaded.
Step 3: Tweak your virtual machine settings
Don't start your virtual machine just yet! You need to tweak your virtual machine settings first:
Right-click your new virtual machine in the Virtual Machines list and select Settings...
Expand the Network Adapter section:
Select Advanced Features, and then tick Enable MAC address spoofing:
(This step is only if you selected Generation 2 when you created your virtual machine - if this option doesn't exist, skip this step)
Select Security from the list on the left, and un-tick Enable Secure Boot.Hit Ok
Step 4: Install Ubuntu
You're now ready to install Ubuntu. Right-clicking your virtual machine will show you the Start... option to power up your virtual machine, and the Connect... option to open a window to view your virtual machine's screen - it should show you Ubuntu installer booting, and present you a main installer window.
The main steps you need to perform are:
Select Install Ubuntu from the main menu.
Select all the defaults choices
Create a user account to allow you to login
If you want a fuller explanation on how to install Ubuntu you can access a tutorial in this article.
Next Steps...
You should now return to the Installation Guide and continue with the preparation steps.
β