Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot access the internet from the private VPC #18

Closed
tayzlor opened this issue Mar 19, 2015 · 2 comments
Closed

Cannot access the internet from the private VPC #18

tayzlor opened this issue Mar 19, 2015 · 2 comments
Labels
Milestone

Comments

@tayzlor
Copy link
Member

tayzlor commented Mar 19, 2015

We do this on the NAT instance -

sudo iptables -t nat -A POSTROUTING -j MASQUERADE

which is supposed to allow traffic via iptables routing from the private instances to reach the internet via the NAT machine. However this does not work at the moment so we need to fix / find a workaround

@tayzlor tayzlor added the bug label Mar 19, 2015
@tayzlor
Copy link
Member Author

tayzlor commented Mar 20, 2015

This is due to an upstream issue in terraform 0.3.7 hashicorp/terraform#1160

There is a manual workaround for now that involves clicking the NAT instance and disabling the source_dest_check

@tayzlor
Copy link
Member Author

tayzlor commented Apr 6, 2015

Closing - fixed in 0.4.0 which is now released

@tayzlor tayzlor closed this as completed Apr 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant