Tagged articles
10 articles
Page 1 of 1
MaGe Linux Operations
MaGe Linux Operations
Sep 1, 2024 · Operations

Mastering SNAT and DNAT: When and How to Use NAT Rules in Linux

Learn the differences between Source NAT (SNAT) and Destination NAT (DNAT), their definitions, mechanisms, key use cases such as address sharing, load balancing, and security, and follow step‑by‑step iptables examples to configure these NAT rules in a typical network scenario.

DNATLinuxNAT
0 likes · 8 min read
Mastering SNAT and DNAT: When and How to Use NAT Rules in Linux
AI Cyberspace
AI Cyberspace
May 26, 2023 · Information Security

Mastering Netfilter: How Linux Firewall Works and How to Configure iptables

This article explains the Netfilter traffic‑processing framework built into the Linux kernel, its implementation with hook points and chains, the core concepts of rules, chains and tables, and provides a comprehensive guide to using the iptables command‑line tool for firewall configuration, NAT, SNAT, DNAT and practical examples.

DNATLinux firewallNAT
0 likes · 24 min read
Mastering Netfilter: How Linux Firewall Works and How to Configure iptables
Radish, Keep Going!
Radish, Keep Going!
Feb 26, 2022 · Backend Development

How to Handle Multiple NICs in Go: Exclude Link‑Local IPs and Bind Traffic

This article explains why Go programs may pick unusable link‑local addresses on machines with multiple network interfaces, shows how to filter them out, and presents three practical solutions—including per‑NIC binding, Docker container isolation, and DNAT/SNAT rules—to control inbound and outbound traffic.

DNATDockerGolang
0 likes · 12 min read
How to Handle Multiple NICs in Go: Exclude Link‑Local IPs and Bind Traffic