jon wrote:
> iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT
> iptables: No chain/target/match by that name
iptables -t nat -A PREROUTING -i eth0 -p tcp -m tcp --dport 80
--
[EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe"
On Thu, 2002-06-20 at 16:13, jon wrote:
> Hi there,
>
> trying to set up SQUID and following the TransparentProxy-mini-HOWTO and
> getting to the
>
> # iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT
> --to-port 3128
>
> and get ...
>
> iptables: No chain/target/match by t
Hi there,
trying to set up SQUID and following the TransparentProxy-mini-HOWTO and
getting to the
# iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port
3128
and get ...
iptables: No chain/target/match by that name
# iptables -t nat -L
gives
Chain PREROUTING (polic
3 matches
Mail list logo