Mastering IPTables, Final Installment
This final installment of the IPTables tutorial details the paths that packets take along the chains, and presents some useful code snippets that should go in almost any firewall script.
Transcript: http://dark-code.bulix.org/fl04jo-68849?raw
Final firewall script: http://dark-code.bulix.org/a8il4b-68850










This week 5 lucky Members will receive a copy of The Official Ubuntu Server Book by Benjamin Mako Hill and Linux Journal's very own Kyle Rankin. No entry necessary. Check back here early next week to find out who the lucky Online Members are.




Comments
blocking input from certain IPaddresses
I run a mini-webserver on 192.168.1.80:80 behind a Linksys router.
This series didn't explain how I can block certain IPaddresses that
abuse that server. I ran 'sudo /sbin/iptables -L' and couldn't figure
out the mess. I use ufw under Kubuntu, but it doesn't allow a table-based
configuration, which is a PITA because the order of these rules is
important. Is there a simple line I can add to this script that would
block incoming access from a certain IPaddress?
Hardly "Mastering"
This series would be MUCH more appropriately named "an intro to IPTABLES"
Post new comment