On Monday 01 April 2019 at 21:19:13, David Villasmil wrote:
point taken.
But if i do have two separate interfaces, i would still have the same issue, wouldn't i?
No, because (unless AWS works in some totally strange way that I can't imagine being the case) the two interfaces would have different IPs and different routes, and only one would be your default route to the Internet (ie: public IP addresses).
Then your "internal" machines would connect to the IP on an interface which only routes back to them and can't see the Internet, and public connections would come in to a different IP on another interface which can route back to them.
Someone with personal familiarity with AWS systems may be able to inject a more definite answer here.
Antony.
On Mon, Apr 1, 2019 at 8:17 PM Antony Stone wrote:
Do you prefer to ask "how can I make this strange networking setup operate?" or "how can I arrange my networking so that this service works?"