Last active
August 29, 2015 14:12
-
-
Save vinodc/042a13bd8c88df58832d to your computer and use it in GitHub Desktop.
/etc/ipsec.d/us-west-2.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /etc/ipsec.d/us-west-2.conf | |
conn us-west-2 | |
auto=start | |
type=tunnel | |
# right is remote | |
right=REMOTE_ELASTIC_IP | |
rightid=@REMOTE_PRIVATE_SUBNET | |
rightsubnet=REMOTE_PRIVATE_SUBNET | |
# left is local | |
left=%defaultroute | |
leftid=@LOCAL_PRIVATE_SUBNET | |
leftnexthop=%defaultroute | |
leftsubnet=LOCAL_PRIVATE_SUBNET | |
authby=secret |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment