Tag

SNAT

0 views collected around this technical thread.

Raymond Ops
Raymond Ops
May 1, 2025 · Fundamentals

Mastering SNAT and DNAT: How to Translate Network Addresses with iptables

This guide explains the concepts, mechanisms, and primary uses of SNAT and DNAT in network address translation, and provides step‑by‑step iptables commands for implementing source and destination address translation in typical networking scenarios.

DNATNATNetworking
0 likes · 8 min read
Mastering SNAT and DNAT: How to Translate Network Addresses with iptables
Xueersi Online School Tech Team
Xueersi Online School Tech Team
Apr 23, 2021 · Cloud Native

Understanding SNAT Port Conflicts in Kubernetes Container Networking and Mitigation Strategies

This article analyzes why Kubernetes pods experience occasional one‑second connect() delays due to SNAT port‑collision issues in the iptables conntrack table, explains the underlying networking mechanisms, and offers practical mitigation techniques such as random‑fully SNAT selection and long‑lived connections.

KubernetesNetworkSNAT
0 likes · 9 min read
Understanding SNAT Port Conflicts in Kubernetes Container Networking and Mitigation Strategies
iQIYI Technical Product Team
iQIYI Technical Product Team
Mar 1, 2019 · Operations

DPVS: High‑Performance User‑Space Load Balancer – Architecture, Features, and Deployment

DPVS is an open‑source, DPDK‑based user‑space load balancer that achieves line‑rate throughput by assigning each worker to a dedicated CPU core and NIC queue, provides lock‑free per‑CPU data structures and multiple forwarding modes including NAT64, and simplifies maintenance while supporting IPv4/IPv6 in large‑scale production deployments.

DPDKDPVSLoad Balancing
0 likes · 19 min read
DPVS: High‑Performance User‑Space Load Balancer – Architecture, Features, and Deployment