Tag

NAT

0 views collected around this technical thread.

Raymond Ops
Raymond Ops
May 18, 2025 · Information Security

Mastering Linux Netfilter: How to Build Custom iptables Rules and NAT

This guide explains Linux's built‑in netfilter firewall framework, its five hook points, the relationship between tables and chains, and how to use iptables (and firewalld) to define, view, modify, and persist traffic‑filtering rules, implement NAT, and create custom chains for advanced network security.

Linux firewallNATNetwork Security
0 likes · 22 min read
Mastering Linux Netfilter: How to Build Custom iptables Rules and NAT
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.

DNATNATSNAT
0 likes · 8 min read
Mastering SNAT and DNAT: How to Translate Network Addresses with iptables
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Feb 20, 2025 · Cloud Computing

How to Enable Cross‑VPC Function Compute with NAT and VXLAN

This article explains a VPC NAT solution that lets function compute pods in a shared Kubernetes VPC securely access services in overlapping business VPCs by using NAT ENIs, MAC adjustments, VXLAN encapsulation, and SNAT/DNAT rules.

Cloud NetworkingCross-VPCFunction Compute
0 likes · 7 min read
How to Enable Cross‑VPC Function Compute with NAT and VXLAN
Java Tech Enthusiast
Java Tech Enthusiast
Oct 25, 2024 · Operations

The Ongoing IPv6 Transition: Challenges, Progress, and Future Outlook

Although IPv6, standardized in 1998, offers a 128‑bit address space, its global rollout remains sluggish—only about 40 % of users have IPv6, early tunneling methods proved unreliable, and NAT and CDNs lessen urgency—so experts predict a dual‑stack Internet persisting until roughly 2045, with a gradual shift toward a name‑centric architecture rather than a rapid replacement of IPv4.

IPv6Internet TransitionNAT
0 likes · 27 min read
The Ongoing IPv6 Transition: Challenges, Progress, and Future Outlook
Efficient Ops
Efficient Ops
Aug 4, 2024 · Fundamentals

IPv6 Unpacked: Key Differences, Myths, and Practical Insights

This article explains the technical distinctions between IPv6 and IPv4, clarifies common misconceptions, describes IPv6's addressing scheme, auto‑configuration, lack of NAT, security implications, and practical challenges, while also presenting viewpoints from developers on its real‑world impact.

IP addressingIPv6NAT
0 likes · 19 min read
IPv6 Unpacked: Key Differences, Myths, and Practical Insights
OPPO Kernel Craftsman
OPPO Kernel Craftsman
Jun 14, 2024 · Fundamentals

In-depth Analysis of F2FS Filesystem Superblock, SIT, NAT, and SSA Structures

The article provides a detailed code-level walkthrough of F2FS’s superblock, Segment Information Table, Node Address Table, Summary Area, and Main Area structures, explaining each field, entry layout, and their roles in managing segments, inodes, and data within the filesystem.

F2FSLinux kernelNAT
0 likes · 9 min read
In-depth Analysis of F2FS Filesystem Superblock, SIT, NAT, and SSA Structures
Efficient Ops
Efficient Ops
May 13, 2024 · Information Security

Mastering iptables: How Tables, Chains, and NAT Shape Linux Firewall Rules

This article explains the fundamentals of iptables, detailing how rules, tables, and chains work together to filter packets, the role of NAT, and provides practical command examples for configuring Linux firewalls effectively.

Linux firewallNATNetwork Security
0 likes · 10 min read
Mastering iptables: How Tables, Chains, and NAT Shape Linux Firewall Rules
IT Services Circle
IT Services Circle
Jan 30, 2023 · Fundamentals

Understanding NAT, NAPT, and How Private IPs Communicate with the Public Internet

This article explains why home networks use private 192.168.x.x addresses, how NAT devices translate private to public IPs, the roles of SNAT and DNAT, the extension to NAPT with port translation, and techniques such as NAT traversal and hole punching that enable inbound connections from the Internet.

IPNATNAT Traversal
0 likes · 15 min read
Understanding NAT, NAPT, and How Private IPs Communicate with the Public Internet
Practical DevOps Architecture
Practical DevOps Architecture
Dec 26, 2022 · Information Security

Understanding iptables: Tables, Chains, and NAT Operations

This article provides a comprehensive overview of iptables, detailing its host‑type filter table, limitations, the four main tables (filter, nat, mangle, raw), their respective chains, common command examples, and explains NAT concepts such as SNAT, DNAT, and MASQUERADE for Linux network security.

LinuxNATNetwork Security
0 likes · 6 min read
Understanding iptables: Tables, Chains, and NAT Operations
政采云技术
政采云技术
Dec 20, 2022 · Fundamentals

Intranet Penetration: Principles, NAT, and FRP Implementation

This article explains the concepts of public and private IP addresses, NAT techniques, and the principle of intranet penetration, then demonstrates how to set up and analyze the open‑source FRP framework, including configuration files and core Go code for both server and client components.

GoIntranet PenetrationNAT
0 likes · 16 min read
Intranet Penetration: Principles, NAT, and FRP Implementation
Wukong Talks Architecture
Wukong Talks Architecture
Jul 21, 2022 · Operations

Understanding Keepalived Routing Principles: NAT, TUN, and DR Modes Explained

This article uses a restaurant analogy to demystify Keepalived's routing mechanisms, detailing the NAT, TUN, and Direct Routing (DR) modes, their configurations, underlying LVS architecture, performance trade‑offs, and practical deployment considerations for high‑availability load balancing.

DRLVSNAT
0 likes · 14 min read
Understanding Keepalived Routing Principles: NAT, TUN, and DR Modes Explained
Wukong Talks Architecture
Wukong Talks Architecture
Jul 19, 2022 · Operations

Understanding Keepalived Routing Principles: NAT, TUN, and Direct Routing (DR) Explained

This article uses a restaurant analogy to demystify Keepalived’s routing mechanisms, detailing the three routing modes—NAT, TUN, and Direct Routing (DR)—their configurations, underlying principles, advantages, limitations, and practical deployment considerations within load‑balancing environments.

Direct RoutingNATNetwork
0 likes · 15 min read
Understanding Keepalived Routing Principles: NAT, TUN, and Direct Routing (DR) Explained
Laravel Tech Community
Laravel Tech Community
Jun 20, 2022 · Information Security

Understanding iptables: Structure, Tables, Chains, Rules, and Practical Configuration

This article provides a comprehensive guide to iptables, explaining its hierarchical structure of tables, chains, and rules, detailing the built‑in tables (filter, nat, mangle, raw) and their chains, describing rule syntax and target actions, and offering practical command examples for listing, flushing, saving, setting default policies, and configuring SSH, HTTP, NAT, and IP‑based restrictions.

LinuxNATNetwork Security
0 likes · 17 min read
Understanding iptables: Structure, Tables, Chains, Rules, and Practical Configuration
Efficient Ops
Efficient Ops
Feb 27, 2022 · Cloud Native

Master Single-Host Container Networking with Linux Namespaces, veth, and Bridges

Learn how to virtualize network resources on a single Linux host using network namespaces, virtual Ethernet devices, bridges, and NAT, enabling isolated containers to communicate with each other, the host, and the external internet without complex code, while covering setup, routing, and port publishing.

Container NetworkingLinux NamespacesNAT
0 likes · 28 min read
Master Single-Host Container Networking with Linux Namespaces, veth, and Bridges
Cloud Native Technology Community
Cloud Native Technology Community
Jan 20, 2022 · Cloud Native

Understanding Single‑Host Container Networking with Linux Namespaces, veth, Bridges and iptables

This tutorial explains how to isolate, virtualize and connect container network stacks on a single Linux host using network namespaces, virtual Ethernet pairs, a Linux bridge, routing, NAT and iptables rules, and shows how to expose container services to the external world.

Container NetworkingLinux NamespacesNAT
0 likes · 28 min read
Understanding Single‑Host Container Networking with Linux Namespaces, veth, Bridges and iptables
JD Tech
JD Tech
Nov 29, 2021 · Fundamentals

Four‑Tier Load Balancer (FLB): Topology, NAT Model, and Direct Route Model

The article explains four‑tier load balancer fundamentals, detailing its OSI‑layer‑4 topology, then derives and compares the NAT and Direct Route (DR) models, highlighting their mechanisms, advantages, drawbacks, and deployment constraints, with illustrative network diagrams.

Direct RouteNATOSI layer 4
0 likes · 6 min read
Four‑Tier Load Balancer (FLB): Topology, NAT Model, and Direct Route Model
Sohu Tech Products
Sohu Tech Products
Aug 11, 2021 · Fundamentals

Understanding How Computers Communicate: From IP and MAC to Routing, NAT and Beyond

This article explains the fundamental mechanisms of computer networking—including IP addressing, MAC addresses, ARP, DHCP, subnetting, routing, and NAT—using clear analogies and detailed diagrams to help readers grasp how data travels from one host to another across local and wide-area networks.

ARPDHCPIP
0 likes · 21 min read
Understanding How Computers Communicate: From IP and MAC to Routing, NAT and Beyond
Efficient Ops
Efficient Ops
Jul 4, 2021 · Cloud Native

Master Single-Host Container Networking with Namespaces, veth, Bridges & NAT

This guide walks through building isolated single‑host container networks on Linux using network namespaces, virtual Ethernet pairs, bridges, routing and NAT, showing step‑by‑step commands to create, connect, and expose containers, troubleshoot connectivity, and understand Docker’s networking models.

Container NetworkingDockerLinux Namespaces
0 likes · 29 min read
Master Single-Host Container Networking with Namespaces, veth, Bridges & NAT
Top Architect
Top Architect
Feb 26, 2021 · Cloud Native

Understanding Container Networking: Namespaces, Veth Pairs, Bridges, Routing and NAT

This article explains how to virtualize and isolate Linux network resources for containers using network namespaces, virtual Ethernet devices, bridges, routing, and NAT, providing step‑by‑step commands to connect containers, expose ports, and enable external internet access without relying on Docker.

Container NetworkingLinux NamespacesNAT
0 likes · 30 min read
Understanding Container Networking: Namespaces, Veth Pairs, Bridges, Routing and NAT
Practical DevOps Architecture
Practical DevOps Architecture
Nov 13, 2020 · Information Security

iptables Tutorial: Port Forwarding, Tables, Chains, Commands, and Security Best Practices

This article provides a comprehensive guide to using iptables for port forwarding, explains the four tables and five chains, details common command syntax, match criteria, actions, additional modules, and includes practical examples for NAT configuration and protecting against small‑scale attacks.

LinuxNATNetwork Security
0 likes · 6 min read
iptables Tutorial: Port Forwarding, Tables, Chains, Commands, and Security Best Practices