Configure Azure P2S VPN for Linux

I need to configure azure P2S VPN for a Linux machine. I talked about the documentation on installing SSTP on Windows and tried to replicate the same settings on Linux, but I failed. I have always disabled EAP authentication.

http://www.diaryofaninja.com/blog/2013/11/27/deconstructing-the-azure-point-to-site-vpn-for-command-line-usage

I follow a similar setup mentioned in http://strongvpn.com/setup_ubuntu_sstp.html .

In addition, azure documentation was issued for linux, but the machine we are setting up the VPN is already on Linux, and there is a hard link between this virtual machine and Vnet. http://azure.microsoft.com/blog/2014/05/22/connecting-to-a-windows-azure-virtual-network-via-a-linux-based-software-vpn-device/

I am looking for an SSTP implementation that does not have a hard connection, and these VPN machines can be configured to connect to VNET (not to a specific virtual machine in VNET), and no changes from VNET.

thanks

+7
linux
source share

No one has answered this question yet.

See related questions:

4800
How to find all files containing specific text in Linux?
1773
How to symbolize a file in Linux?
1528
How to change echo output color on Linux
1324
How do I request Yes / No / Cancel input in a Linux shell script?
1101
How to install chmod for a folder and all its subfolders and files in Linux Ubuntu Terminal?
2
Using SSTP from Linux or Windows to get VPN access to a Microsoft Azure virtual network without using an Azure VPN client?
one
Azure Web App (website) connected via VPN to VNET - VPN connection goes down
0
Connect P2S VPN to VNET
-one
Azure Networking: VPN traffic dropped to virtual machine
-one
Enable local internet when connecting to Azure VPN through VPN client

All Articles