[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: iptables und bootp/dhcpd



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



Reply to: