NAT instance - port/IP forwarding

0

Hi guys, I have a question regarding to NAT instance.

Here is what I am trying to do:

I have a VPN tunnel setup between my home environment and AWS. I want to use NAT gateway to route traffic depending on IP address and port number.

In example: If traffic from my site to AWS comes to address 1.1.1.1 (public) on port 22 it should go to NAT instance and NAT instance should send it to 192.168.1.1 (private address).

If traffic from my site to AWS comes to address 1.1.1.1 (public) on port 23 it should go to NAT instance and NAT instance should send it to 192.168.1.2 (private address).

If traffic from my site to AWS comes to address 1.1.1.2 (public) on port 22 it should go to NAT instance and NAT instance should send it to 192.168.1.4 (private address).

Is this doable with a NAT instance? I do know that ports forwarding definitely is, how about IP?

asked 2 years ago1064 views
1 Answer
1

Yes, you can do this; but not with the AWS managed NAT Gateway. This sort of thing can be done in Linux using iptables but you could also use a third-party virtual appliance from the AWS Marketplace.

profile pictureAWS
EXPERT
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions