[BUG] vanilla 2.4.15 iptables/REDIRECT kernel oops
Henrik Nordstrom
hno@marasystems.com
Tue, 27 Nov 2001 18:30:31 +0100
The REDIRECT target is known to OOPS if the interface where the packet was
received do not have an IP address assigned to it. Maybe this is related.
Regards
Henrik Nordström
On Tuesday 27 November 2001 16.02, Martin Josefsson wrote:
> On Tue, 27 Nov 2001, Rolf Fokkens wrote:
>
> I've forwarded this report to the place where it should be reported, the
> netfilter-devel@lists.samba.org mailinglist as I havn't seen this report
> there.
>
> /Martin
>
> > I got another kernel oops related to iptables/REDIRECT, this time it's a
> > plain vanilla kernel 2.4.15
> >
> > iptables -t nat -I PREROUTING -p tcp --dst 145.66.1.1 \
> > --dport 1080 -j REDIRECT --to 80 > /dev/null 2>&1
> > iptables -t nat -I OUTPUT -p tcp --dst 145.66.1.1 \
> > --dport 1080 -j REDIRECT --to 80 > /dev/null 2>&1