Skip to content

Augment criteria to keep/select port allocator #1099

@Fredi-raspall

Description

@Fredi-raspall

In stateful (source) NAT, a distinct port allocator should be kept per:

  • src-ip
  • dst-ip
  • protocol
  • dst-port
  • dst-vpcid

Currently, the dst-ip and dst-port are not considered. This means that we limit the number of ports (and hence possible flows) between one or more vpcs trying to "connect" to some "serving" VPC without considering that the serving vpc may expose the service over multiple ip addresses and ports, which would allow it to scale nearly endlessly.

see #1098

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/natRelated to Network Address Translation (NAT)enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions