当前位置: 首页 > 软件库 > 云计算 > >

AWS-VPN-Server-Setup

授权协议 View license
开发语言 C/C++
所属分类 云计算
软件类型 开源软件
地区 不详
投 递 者 胡利
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Rolling out your own private VPN server on AWS cloud in 10 minutes

Please refer to the blog article with all details on setting up your VPN server on the AWS cloud using cloudformation templates. You can launch a VPN on any of AWS regions which include Tokyo, Singapore, Sydney, Frankfurt, Ireland, Sao Paulo, N. Virginia, N. California, Oregon, Mumbai, London, Canada central, Bahrain, Stockholm and Seoul.

Video walkthrough on setting up the server

YouTubeVideo

Contributing to this open source project

Overview and how the files are setup

  • At the heart of this setup is the cloudformation template which does all the heavy lifting of setting up the AWS server based on parameters (VPN username, password, passphrase) entered by the user.
  • Please update the Unified-Cloud-Formation.yaml and Unified-Cloud-Formation-Key-Name.yaml (for use with Amazon Key pair to ssh to your instance)

Further support & updates

  • We look forward to your feedback on how we can improve this system.
  • Vast majority of the support requests can be resolved if users wait 5 - 10 minutes after the VPN is created. This is because the IP address output shows before installation of supporting libraries are complete.
  • If you want a static IP then see this ticket
  • We currently setup VPN with PPTP and L2TP-IPSEC. This can be extended to include openvpn support and enhancements.
  • Your commits and code updates are welcome. Changes are only required to src/templates in most cases. Looking forward to all the pull requests :)

Updates

  • 26 Nov 2019, Added support for HongKong and changed VPN method. Also, please note t3 instances are used by default as many new regions do not support t2. This could affect free usage in certain regions.
  • 29 Aug 2019 , Added support for Bahrain and Stockholm.
  • 19 Feb 2018, Added Paris (EU-WEST-3) region support.
  • 2 June 2017, we had comments from a few users that some new AWS accounts take a few hours before the account can be activated to use this service.
  • 4 Feb 2017, Added Ohio (US-EAST-2) region support.
  • 3 January 2017, Added London region support.
  • 11 November 2016, (Mac users) PPTP is not supported on the latest macOS Sierra so please use the IPSEC over L2TP. Please see screenshots and details on setting up L2TP over IPSEC in the blog.
  • 12 September 2016, (Advanced users) See output/Unified-Cloud-Formation-Key-Name.json if you like to have a KEY NAME specified to SSH to the instance. Thanks to @tedi for the pull request.

License

Licensed under the MIT license. Maintained by Webdigi, a Web Development agency in London, UK

  • AWS上部署应用程序 不论想用自主开发的、开源项目的,还是商业厂商的软件,都需要安装、更新和配置应用程序及其依赖的组件。这一过程称为部署。 前言 在服务器上部署一个典型的网站应用必需的步骤有哪些呢?下面以一个广泛使用的博客平台WordPress为例加以说明。 (1)安装Apache HTTP服务器、MySQL数据库、PHP运行环境、供PHP调用的MySQL访问库和一个SMTP邮件服务器。 (2)下

  • 原文链接:http://blog.geekidentity.com/k8s/kops/aws-china-cn/ 如何在AWS中国区使用kops 入门 ​ Kops过去只支持Google Cloud DNS和Amazon Route53配置kubernetes集群。 但是从1.6.2添加了gossip,因此可以在没有这些DNS提供商的情况下配置群集。 感谢gossip,从1.7开始正式支持在AWS

 相关资料
  • 我已经在AWS VPC上启动了AWS ElastiCache节点。我可以从VPC资源(如EC2)中访问此Redisendpoint。 我有一个VPN连接(虚拟专用网络)从本地连接到此专有网络。我可以访问所有其他资源,如EC2,但我无法从本地网络访问Redisendpoint。 注意:由于我可以从On-Premise访问EC2资源,因此适当设置了路由表。 您能告诉我(如果我需要修改任何内容)如何从本

  • vpn

    vpn vpn_db.py文件跟firewall_db.py类似,定义了VPN的资源和操作实现类,以及一个VPNPluginRpcDbMixin类。 vpn_validator.py文件定义了VpnReferenceValidator类,对vpn资源进行校验。

  • 我无法从我的 AWS EC2 实例连接我的 RDS SQL 服务器实例。 我已经在AWS EC2 Windows Server 2019实例上安装了SQL Server Management Studio。 我既不能从那台机器ping我的RDSendpoint,也不能使用SSMS连接。在RDS的安全组入站规则中,我在所有流量选项下输入了EC2实例的IP,还尝试了在安全入站规则中使用SQL Serv

  • 本文向大家介绍站点间VPN和远程访问VPN之间的区别,包括了站点间VPN和远程访问VPN之间的区别的使用技巧和注意事项,需要的朋友参考一下 站点到站点VPN和远程访问VPN都是虚拟专用网络的类型,主要用于数据传输和在安全网络下从一个位置访问机器到另一位置的机器,该机器充当整个机器的私有网络。现在,基于这两个VPN的特征,我们可以区分这两个VPN。 以下是站点到站点VPN和远程访问VPN之间的重要区

  • AWS CLI是管理AWS服务的统一工具。它通常是用于将数据传入和传出AWS S3的工具。它适用于任何S3兼容的云存储服务。 本文我们将学习如何设置和使用AWS CLI来管理MinIO Server上的数据。 1. 前提条件 从这里下载并安装MinIO Server。 2. 安装 从https://aws.amazon.com/cli/下载安装AWS CLI。 3. 配置 要配置AWS CLI,输

  • VPN 介绍 VPN 分类有很多,这里主要讲 PPTPD 和 L2TPD、OpenVPN PPTPD 安装 查看是否已安装: CentOS:rpm -qa | grep pptpd Ubuntu:dpkg -l | grep pptpd 先安装依赖包: CentOS 6:sudo yum -y install ppp Ubuntu:sudo apt-get install -y ppp 安装: C