Personal Home VPN
Hyper-V and Wireless NICs
Virtual Switch of External didn’t work for me (interrupting connection).
One workaround is to use Internal Switch + Internet Connection Sharing (ICS), as explained here Using Your Windows 8 Wireless Connection Inside Hyper-V - www.credera.com
But I’ve used another aproach:
New-VMSwitch -SwitchName "Hyper-V-Switch" -SwitchType Internal
Get-NetAdapter (to see InterfaceIndex)
New-NetIPAddress -IPAddress 192.168.1.1 -PrefixLength 24 -InterfaceIndex 21
New-NetNat -Name MyNATnetwork -InternalIPInterfaceAddressPrefix 192.168.1.0/24
# Check it's ok
Get-NetNat
Get-VMSwitch
Get-NetIPAddress -InterfaceAlias "vEthernet (Hyper-V-Switch)"
VPN Finally!
Install SoftEther VPN Server in Ubuntu 14.04 Manage SoftEther VPN server via SSH - Ijat.my
sudo apt-add-repository ppa:paskal-07/softethervpn
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install softether-vpnserver
# Check by selecting option 3, and typing `check` after that
vpncmd
# Start with
vpnserver start
That was everything.
https://www.vpsserver.com/community/tutorials/14/setup-openvpn-l2tp-ipsec-sstp-vpn-using-softether/
The Dynamic DNS hostname: savioko.softether.net IPv4 Address: 5.9.83.168
-
VPNAzure is interesting! Easiest for Windows! VPN Azure Cloud Service - Build VPN from Home to Office without Firewall Permission
VPNAzure: savioko.vpnazure.net
-
IPSec Pre-Shared Key: set-pass Enable L2TP over IPsec Server Function: Choose yes to enable L2TP VPN over IPSec with pre-shared key encryption. Now you can make VPN connections to this server using iPhone, Android, Windows, and Mac OS X devices.
-
SecureNAT must be turned on (Manage Virtual Hub), both Virtual NAT and Virtual DHCP 3.7 Virtual NAT & Virtual DHCP Servers - SoftEther VPN Project
There are two ways of connecting your hubs to the server network: using a Local Bridge connection or using the SecureNAT function. You can use each one separately, but using these two together will cause problems. Here we use SecureNAT, which is very easy to setup and works pretty well in most situations. You could also use Local Bridge, but then you have to install and configure a DHCP Server too. SecureNAT is a combination of Virtual NAT and DHCP Server function. You can enable SecureNAT using the command below:
- VPN Gate: Free public VPN servers VPN Gate - Public Free VPN Cloud by Univ of Tsukuba, Japan