Overlapping IP address solution in AWS

0

Dear Team - As per https://aws.amazon.com/blogs/networking-and-content-delivery/connecting-networks-with-overlapping-ip-ranges/,

 Some applications may not work with this solution as applications must present as a single TCP port. If you have an application that uses UDP or has multiple TCP ports and the clients must maintain back-end server affinity then PrivateLink isn’t appropriate for you.

However, i wanted to know if AWS has any other solution to connect over UDP port with overlapping IP address ?

Thanks

JD
已提问 5 个月前216 查看次数
1 回答
0
已接受的回答

That is correct PrivateLink supports TCP protocol only (as of today), there is also VPC Lattice which allows connectivity between VPCs using overlapping CIDR but it supports HTTP/HTTPS and gRPC protocols only (as of today)

Take a look at solution described in this Whitepaper which explains use of Private NAT gateway for connectivity between 2 VPCs using overlapping IP CIDRs or for connectivity towards on-premises network.

https://docs.aws.amazon.com/whitepapers/latest/building-scalable-secure-multi-vpc-network-infrastructure/private-nat-gateway.html

Note that the AWS NAT gateway supports SNAT (Source NAT) only, for more advanced NATing scenarios (DNAT etc) you can look at 3rd party firewall virtual appliances or NAT instances.

In general it is best to just avoid using overlapping IP space.

profile pictureAWS
专家
已回答 5 个月前
profile pictureAWS
专家
已审核 5 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则