Hallo,

> iptables -I INPUT -i eth0 -p tcp --destination-port bootps -j DROP
> iptables -I INPUT -i eth0 -p udp --destination-port bootps -j DROP
> iptables -I INPUT -o eth0 -p tcp --source-port bootps -j DROP
> iptables -I INPUT -o eth0 -p udp --source-port bootps -j DROP

Die unteren beiden Zeilen müssen natürlich heißen:

iptables -I OUTPUT -o eth0 -p tcp --source-port bootps -j DROP
iptables -I OUTPUT -o eth0 -p udp --source-port bootps -j DROP

So steht es auch in meinen iptables-Regeln drin, der Fehler ist mir nur
durch copy&paste beim Schreiben der Mail unterlaufen.

Viele Grüße
  Christoph


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

Antwort per Email an