I have amazon VPC set through wizard as \"public only network\", so all my instances are in public subnet.
Instances within VPC that have Elastic IP assigned connect
This works for me with :
To do :
root@gw:~# sysctl -q -w net.ipv4.ip_forward=1 net.ipv4.conf.eth0.send_redirects=0
root@gw:~# iptables -t nat -C POSTROUTING -o eth0 -s 172.20.222.0/24 -j MASQUERADE 2> /dev/null || iptables -t nat -A POSTROUTING -o eth0 -s 172.20.222.0/24 -j MASQUERADE
if it works, add this 2 lines in /etc/rc.local