I've noticed that you have this rule

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

and your LAN is using the private IP of your Linux box as their gateway which is bind to eth1

try changing eth0 to eth1


Hope this helps
-jon-



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





--

Keyboard error, press F1 to continue
_________________________________________________
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