Feb 01, 2010

Feb 20, 2020 How To Set Up a Firewall Using Iptables on Ubuntu 14.04 May 06, 2014 How to Write iptables Rules for IPv6 - Linux.com Aug 03, 2017 How IP forwarding Helps Connecting Private interface to

iptables -A FORWARD -i tun0 -o wlan0 -m state --state RELATED,ESTABLISHED -j ACCEPT iptables -A FORWARD -i wlan0 -o tun0 -j ACCEPT. So far, so good. But, I want all traffic on port 32400 to be forwarded to eth0 instead, specifically IP 10.10.10.20 (and of course, allow return traffic).

Viewing all iptables rules - Unix & Linux Stack Exchange

How to forward port using iptables in Linux - Kernel Talks

Step-By-Step Configuration of NAT with iptables Step-By-Step Configuration of NAT with iptables. This tutorial shows how to set up network-address-translation (NAT) on a Linux system with iptables rules so that the system can act as a gateway and provide internet access to multiple hosts on a local network using a single public IP address.