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

iptables e catene



volevo gestire i vari flussi impostando il iptables in questo modo:

...

iptables -P INPUT DROP
iptables -P FORWARD DROP
iptables -P OUTPUT DROP

iptables -N landmz

iptables -A forward -i eth2 -o eth1 -j landmz

ottengo:
iptables: No chain/target/match by that name


sbaglio come imposto l'ultima regola? Devo caricare qualche modulo con modprobe?

Grazie!



Reply to: