Set up VPN on OS X with AWS

This article is to introduce setting up a connection to a virtual private network (VPN) with amazon web services (AWS).

1. Set up VPN on the server-side, AWS

Please refer to my previous blog: Windows 8.1 + AWS + VPN.

2. Set up VPN on the user-side, OS X

Step 1: Create a new service

System Preferences –> Network –> Click + on the bottom-left corner,

Interface: select VPN
VPN Type: PPTP
Service name: type a string as you like, such as 'sparkandshine'

Click Create.

Step 2: Configure VPN

configure_vpn_os_x
Fig. 1: Configure VPN

Fill out the serve address (i.e. AWS EC2 Elastic IPs) and account name,

Serve address: XX.XX.XX.XX
Account name: sparkandshine


Click Authentication Settings –> type Password –> OK

Click Connect, and then we have,

vpn_connected_os_x
Fig. 2: VPN connected

Enjoy it:-)

赞赏

微信赞赏支付宝赞赏

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注

One thought on “Set up VPN on OS X with AWS