How to add a route to Amazon VPC into an instance's OpenVPN connection? -
i want setup render farm in ec2 (all win2012r2) several slaves 1 instance openvpn connection our office lan (all osx).
what have done far:
- setup vpc
10.42.0.0/16
- setup openvpn
10.8.0.0/24
, 1 instance client, server in our office192.168.1.0/24
, connection working flawlessly - added
10.8.0.0/24
,192.168.1.0/24
vpc route tables/routes tab target: vpn client instance source/dest checks
turned off vpn client instance
what working:
- i can ping around in vpc
- i can ping around vpn
what doesn't work:
- ping vpn server clients vpc-address
- ping slave node vpn net
some debugging:
- wireshark on vpn client
10.8.0.14
shows ping echo 'no response' when tryingping 10.8.0.14
10.42.243.30
, return route seems broken
so how vpc working every instance can ping vpn server , additionally our office lan?
regards,
dennis
i suspect need configure network acls (security groups) allow inbound , outbound traffic between vpc nodes.
Comments
Post a Comment