Closed TreyWW closed 8 months ago
Nevermind, got it fixed by using a public subnet for NAT but using a private subnet for the application. I'll write a long message on how the full setup went (took a while to figure out lol) in a moment.
Sorry for the rushed scream for help, nice project though!
Hey,
I'm stuck trying to setup fck-nat, I can get the EC2 Instance working, but the second I assign the 0.0.0.0/0 route to my existing route table instead of internet gateway or even if I add a new route table, and the second i assign it to my subnet my whole subnet goes offline. No inbound or outbound traffic goes through.
How can I debug this? I followed the steps on https://fck-nat.dev/stable/deploying/
"Manual - Web Console"
.Also, just a note, when I try and set the route table route to the instance, it automatically changes it to the network interface. It doesn't mention anything about that on the docs so I'm not sure if its supposed to, and if not how do I stop it from changing to ENI?
Thanks