hello people,
help setting up squid in transparent proxy

eth0=public
eth1=prvt ip

configure squid with --enable-linux-netfilter for
transparent
modify squid.conf 
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on

setup iptables 
iptables -t nat -A PREROUTING -i eth0 -p tcp --dport
80 -j REDIRECT --to-port 3128

but still no luck in browsing using workstation, setup
workstation with gateway using linux prvt ip address,
any help or suggestion will be appreciated

thanks and regards,

michael




__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
[email protected] (#PLUG @ irc.free.net.ph)
Read the Guidelines: http://linux.org.ph/lists
Searchable Archives: http://archives.free.net.ph

Reply via email to