On 2/28/06, Brian Tan Seng <[EMAIL PROTECTED]> wrote:
Hi,

Is your Squid server and firewall the same host?

The following HOWTO worked for me:
http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch32_:_Controlling_Web_Access_with_Squid


try ipcop (",)

On 2/27/06, michael sabanal <[EMAIL PROTECTED]> wrote:
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



--
Brian Tan Seng
Yahoo! Messenger ID: btanseng
Registered Linux User # 361862
http://counter.li.org
_________________________________________________
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


_________________________________________________
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