am Thu, dem 12.10.2006, um 13:10:01 +0200 mailte Kai-Micael Preiß folgendes:
also bsp.-weise:
#!/bin/sh iptables -P INPUT DROP iptables -P FORWARD DROP ... iptables -A INPUT -m state --state ESTABLISHED -j ACCEPT ...
unter /etc/init.d/ als myfirewall ablegen und per
update-rc.d myfirewall defaults in den bootvorgang einbinden. wär das ok?
so mach ich es.
Andreas