Re: no IPv6 Routers present

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: feldmaus
Date: Friday, March 13, 2009 - 1:12 am

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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: no IPv6 Routers present, feldmaus, (Fri Mar 13, 1:12 am)