Displaying 1 result from an estimated 1 matches for "your_bridge_ip".
2007 Apr 18
0
[Bridge] bridge + squid
...ttpd_accel_uses_host_header on
and put this rules with iptables
iptables #8722;t nat #8722;A PREROUTING #8722;i eth0 #8722;p tcp #8722;#8722;dport 80 #8722;j REDIRECT #8722;#8722;to#8722;port 3128
eth0 go to Router
eth1 go to LAN
iptables #8722;A INPUT #8722;i interface #8722;p tcp #8722;d your_bridge_ip #8722;s local#8722;network #8722;#8722;dport 3128 #8722;m state
#8722;#8722;state NEW,ESTABLISHED #8722;j ACCEPT
(replace interface by eth1 LAN)
But it don't work because i see the /var/log/squid/access.log and not see anything
Thank in advance for your help
juan
--------...