> Hello !! > > Please help me. > I need set up transparent proxy with linux machine. > This is the network layout: > > LAN-(eth0)squid(eth1)-(lan-ip address)JuniperFirewall(ISP-IP)-ISP Router > > eth0. 172.21.253.250 > eth1 172.21.253.251 > Juniper: 172.21.253.254 > this is good, or i need use another ip address in eth1? > i need dansguardian, i set up that. > I make these settings, but not working in transparent. If i set up the > address in the browser, this OK. > httpd_accel_port 80 > httpd_accel_single_host off > httpd_accel_with_proxy on > httpd_accel_uses_host_header on > httpd_accel_host virtual > and the iptables: > iptables -A PREROUTING -t nat -m tcp -p tcp --dport 80 -j REDIRECT > --to-port 8081 > the dansguardian looking in port 8081 and the proxy is in the 8080. > > >.... The FAQ has detailed examples on setting up several configurations using transparant proxying. M.