Loading
Home ›
Mastering IPTables, Final Installment
This discussion is closed: you can't post new comments.
Nov 04, 2008 By Elliot Isaacson
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
Trending Topics
| You Need A Budget | Feb 10, 2012 |
| The Linux powered LAN Gaming House | Feb 08, 2012 |
| Creating a vDSO: the Colonel's Other Chicken | Feb 06, 2012 |
| Your CMS Is Not Your Web Site | Feb 01, 2012 |
| Casper, the Friendly (and Persistent) Ghost | Jan 31, 2012 |
| Razor-qt 0.4 - Qt based Desktop Environment | Jan 30, 2012 |
- Fun with ethtool
- Linux-Based X Terminals with XDMCP
- Readers' Choice Awards 2011
- 100% disappointed with the decision to go all digital.
- Parallel Programming with NVIDIA CUDA
- You Need A Budget
- Validate an E-Mail Address with PHP, the Right Way
- The Linux powered LAN Gaming House
- The Linux RAID-1, 4, 5 Code
- Python for Android
- Gnome3 is such a POS. No one
4 hours 30 min ago - Gnome 3 is the biggest POS
4 hours 41 min ago - I didn't knew this thing by
10 hours 45 min ago - Author's reply
14 hours 9 min ago - Link to modlys
15 hours 16 min ago - I use YNAB because of the
15 hours 28 min ago - Search
20 hours 31 min ago - Question
20 hours 54 min ago - for the record
20 hours 56 min ago - That's disappointing. Thanks
23 hours 20 min ago





Comments
Very Good Intro to Iptables
Elliot:
I Have enyoy your serie, good explaining the operation of iptables.
Juan Carlos
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"