Weblog entry #1 for naldy
#1
iptables
Posted by naldy on Sat 5 Aug 2006 at 12:09
Does iptables rules are very important ?
And what kind of rules (how) that I ( as beginner ) can do ?
Thank you
And what kind of rules (how) that I ( as beginner ) can do ?
Thank you
Comments on this Entry
Posted by dkg (216.254.xx.xx) on Sat 5 Aug 2006 at 18:52
[ Send Message | View dkg's Scratchpad | View Weblogs ]
[ Send Message | View dkg's Scratchpad | View Weblogs ]
Rusty Russell's Packet Filtering HOWTO is the canonical guide to using iptables. iptables is very flexible, so you can do may things with it. But this also means it can be intimidating to start with.
If you can more clearly describe what you want to accomplish, people here might be better able to help you find a recipe for your goals.
[ Parent | Reply to this comment ]
You can install some packages that handle iptables for you. I use firestarter, but there are others like shorewall.
~$ apt-cache search firewall | sort
~$ apt-cache show <package_name>
Good luck.
~$ apt-cache search firewall | sort
~$ apt-cache show <package_name>
Good luck.
[ Parent | Reply to this comment ]