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 office 192.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 trying ping 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.

acls


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -