Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Your current questions shrugs off stateful NAT and goes on stateless NAT and then gets additional problems to solve. So is the initial problem described "I cannot kill existing flow by dropping elements from a map and / or adding a filtering rule on maps." still the problem, or not anymore? And Given the little details provided, this would also (in addition to narrowing the scope by stating what's the actual question) require to provide a reproducible setup (see stackoverflow.com/help/minimal-reproducible-example ). Commented Mar 2, 2024 at 11:37
  • The original problem was killing existing NAT flows. This can be solved in at least two ways: filtering before connection tracking (raw priority) or filtering in forwarding. Digressing to stateless NAT did overload / stretch that question a bit, you're right! Commented Mar 3, 2024 at 18:01