Setup firewall with iptables in Ubuntu (Part 2)
Posted in Network Security on September 28, 2007 | No Comments »
Samples of iptables’ rules.
# Accept TCP packets for routing from eth0 (any IP) and destined for IP 192.168.1.58
# that is reachable via eth1.
# -A : Append rule to end of a chain
# FORWARD : Filters packets to server accessible by another NIC on the firewall
# [...]








