All of lore.kernel.org
 help / color / mirror / Atom feed
* Don't understand these errors with logdrop target
@ 2004-08-25  8:36 Steve Comfort
  2004-08-25  8:49 ` Cedric Blancher
  0 siblings, 1 reply; 2+ messages in thread
From: Steve Comfort @ 2004-08-25  8:36 UTC (permalink / raw)
  To: netfilter

Hi All,

Below is a snippet from my setup script :

        echo 1

        $IPTABLES -N LOGDROP
        $IPTABLES -A LOGDROP -j LOG --log-level debug
        $IPTABLES -A LOGDROP -j DROP

        echo 2

        $IPTABLES -P INPUT LOGDROP
       
        echo 3
       
        $IPTABLES -P OUTPUT LOGDROP
       
        echo 4
       
        $IPTABLES -P FORWARD LOGDROP

        echo 5

When this is run, I see the output below (the echo's are just to zone in 
on the exact rule(s) generating errors):

1
2
iptables: Bad policy name
3
iptables: Bad policy name
4
iptables: Bad policy name
5

The question is : Why does using LOGDROP as a policy cause these errors?

(I have CONFIG_IP_NF_TARGET_LOG set BTW).

Best regards
Steve Comfort



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-08-25  8:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-25  8:36 Don't understand these errors with logdrop target Steve Comfort
2004-08-25  8:49 ` Cedric Blancher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.