* Howo to get IP_NF_NAT_LOCAL behavior back after kernel 2.6.10 ?
@ 2005-07-27 11:08 Djalel Chefrour
2005-07-29 11:26 ` Jan Engelhardt
0 siblings, 1 reply; 2+ messages in thread
From: Djalel Chefrour @ 2005-07-27 11:08 UTC (permalink / raw)
To: netfilter
Hi,
I want to redirect local http traffic to a transparent squid porxy
running on the NAT box itself.
I've used :
# iptables -t nat -A OUTPUT -p tcp -m owner --uid-owner squid -j ACCEPT
# iptables -t nat -A OUTPUT -p tcp --dport 80 -j REDIRECT --to-ports 3128
But this works no more with kernel 2.6.11 & later.
# iptables -t nat -L -v
gives this
---------------------------------------------------------------------------------------------------
Chain PREROUTING (policy ACCEPT 2281 packets, 906K bytes)
pkts bytes target prot opt in out source destination
Chain POSTROUTING (policy ACCEPT 97012 packets, 5712K bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 97005 packets, 5712K bytes)
pkts bytes target prot opt in out source destination
0 0 ACCEPT tcp -- any any anywhere
anywhere OWNER UID match squid
0 0 REDIRECT tcp -- any any anywhere
anywhere tcp dpt:http redir ports 3128
Chain loc_dnat (0 references)
pkts bytes target prot opt in out source destination
Chain wlan0_masq (0 references)
pkts bytes target prot opt in out source destination
---------------------------------------------------------------------------------------------------
TIA,
Djalel
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: Howo to get IP_NF_NAT_LOCAL behavior back after kernel 2.6.10 ?
2005-07-27 11:08 Howo to get IP_NF_NAT_LOCAL behavior back after kernel 2.6.10 ? Djalel Chefrour
@ 2005-07-29 11:26 ` Jan Engelhardt
0 siblings, 0 replies; 2+ messages in thread
From: Jan Engelhardt @ 2005-07-29 11:26 UTC (permalink / raw)
To: Djalel Chefrour; +Cc: netfilter
>I want to redirect local http traffic to a transparent squid porxy
>running on the NAT box itself.
>
>I've used :
># iptables -t nat -A OUTPUT -p tcp -m owner --uid-owner squid -j ACCEPT
># iptables -t nat -A OUTPUT -p tcp --dport 80 -j REDIRECT --to-ports 3128
>
>But this works no more with kernel 2.6.11 & later.
> pkts bytes target prot opt in out source destination
> 0 0 ACCEPT tcp -- any any anywhere
>anywhere OWNER UID match squid
Looks like squid doesnot send any packets at all.
Jan Engelhardt
--
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-07-29 11:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-27 11:08 Howo to get IP_NF_NAT_LOCAL behavior back after kernel 2.6.10 ? Djalel Chefrour
2005-07-29 11:26 ` Jan Engelhardt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox