Introduction To IPTables

Kyle Waters

Member of The Free Software and Linux Club @ USU

Firewalls

nmap is include in all major linux distribution and can be found at insecure.org netstat -lt

Linux Firewalls

iptables by hand

-L list the rules for the chain -A add rule to the chain -I insert rule in the chain -D delete rule from the chain -p tcp/udp select protocl --dport destination port -j ACCEPT to accept the package -j REJECT to reject the package

Shorewall

nmap is include in all major linux distribution and can be found at insecure.org netstat -lt

GUI's

policies