Tag: iptables

Show iptables chains

Show all chains of filtering table iptables -t filter -L

Sharing an Internet Connection from A Linux System using IPTables

To setup internet connection sharing in Linux system using IPTables Enable IP forwarding Run as root sysctl -w net.ipv4.ip_forward=1 To…