Feed on
Posts
Comments

Archive for September 28th, 2007

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
# [...]

Read Full Post »