It seems that the kernel was just broken.

I rebuilt an image and reflashed the router, now it works perfectly...

Cheers

Damien Courtaillier

2010/6/10 Damien Courtaillier <[email protected]>

> Good morning OpenWRT users,
>
> I'm trying to use squid as a transparent proxy, under OpenWRT Backfire
> (10.03, r21575) on a RouterStation Pro.
>
> In order to do that I have to redirect incoming traffic on port 80 to local
> 3128 port ( the port squid is listening to ). I thus set up an Iptables
> redirect rule:
>
> iptables -t nat -I PREROUTING -i br-lan -p tcp --dport 80 -j REDIRECT
> --to-ports 3128
>
> This is where it goes strange, when I try to hit  port 80 from br-lan, the
> router systematically goes down and reboots.
>
> I first thought it was a squid problem, but it goes that way even if squid
> is not running, each time I set this redirect rule.
>
> Does anyone have an idea about where it could come from?
>
> Thank you very much for your help !
>
> Damien Courtaillier
>
>
>
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-users

Reply via email to