[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <loom.20090313T081029-473@post.gmane.org>
Date: Fri, 13 Mar 2009 08:12:22 +0000 (UTC)
From: feldmaus <feldmann_markus@....de>
To: netdev@...r.kernel.org
Subject: Re: no IPv6 Routers present
I found the Bug.
There was no rule for my chain <lan-in> and <lan-out>,
because i inserted the rule at the wrong place !
###########################################################
iptables -I lan-in 2 -s 0.0.0.0/0 -d 0.0.0.0/0 -j ACCEPT
iptables -I lan-out 2 -s 0.0.0.0/0 -d 0.0.0.0/0 -j ACCEPT
###########################################################
It should be inserted at line 1.
Regards Markus
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists