JonTrainer
2003-10-11, 10:54 AM
I'm attempting to setup my first manually configured debian linux firewall. I seem to be finding conflicting information on the correct / preferred method.
I am planning on using the iptables mechanism that is installed by default.
I began by following the "Secureing Debian Manual" linked to from the debian.org/doc/manuals. This seems to be a decent document, but out of date sometimes. In the section "5.14.3.1 Doing it the Debian way" it tells you to run "dpkg-reconfigure -plow iptables" to set iptables to run upon boot/startup. When I run this the package gives me an option of running it, but states this is optional and NOT recommened.
In O'Reilly's Linux Security Cookbook they state to get a firewall up and running during boot to use the following command:
"chkconfig iptables on"
But chkconfig does not exist on the system. Obviously, I can install it, but it seems that this is not the right approach.
I tried using webmin as well, but the linux firewall admin tool seems to be too general.
Any suggestions on where to look for the most up to date info on doing this?
Thanks.
I am planning on using the iptables mechanism that is installed by default.
I began by following the "Secureing Debian Manual" linked to from the debian.org/doc/manuals. This seems to be a decent document, but out of date sometimes. In the section "5.14.3.1 Doing it the Debian way" it tells you to run "dpkg-reconfigure -plow iptables" to set iptables to run upon boot/startup. When I run this the package gives me an option of running it, but states this is optional and NOT recommened.
In O'Reilly's Linux Security Cookbook they state to get a firewall up and running during boot to use the following command:
"chkconfig iptables on"
But chkconfig does not exist on the system. Obviously, I can install it, but it seems that this is not the right approach.
I tried using webmin as well, but the linux firewall admin tool seems to be too general.
Any suggestions on where to look for the most up to date info on doing this?
Thanks.