Server Configurations¶
Open VPN Server Setup¶
- Follow the steps mentioned in this link to create open vpn linux server. Link
-
Need the private key file created in azure for creating hub.
-
This is the direct link for open vpn marketplace Link
Virtual Machine for Hosting Website¶
- Once the azure VM is created need to install .net framework and iis express from server setup application which comes default with vm.
- The hosted website needs to be placed in wwwroot dir and the path should be mapped from iis express.
Follow this link for iis site creation
Note
- Need to add iis role to private key file which we got from open vpn vm setup. So that the file is accessible from hosted website for creating hub for each client request made from within hosted site.