> I have done this before, i have posted my complete network setup, as well as > my squid.conf. > > But just the same, i will do it again. > > Server : (RH9) ; external eth0=disabled, because im using a roaring-penguin > setup on adsl modem connected. > ; internal eth1=92.157.57.2, > ; i have flush all my iptables, hence, i have no > implementation for the firewalls. > ; im using port 3128 for squid.conf > ; i have allowed all connection. > > #####Portion on my squid.conf for tranparent Proxy #### > http_port 3128 > httpd_accel_host virtual > httpd_accel_port 80 > httpd_accel_with_proxy on > httpd_accel_uses_host_header on > > ##### ! End of configuration for transparent proxy ##### > > i have executed this command on my server : > > echo 1 > /proc/sys/net/ipv4/ip_forward > > and > > iptables -t nat -A PREROUTING -i eth1 -p tcp --dport 80 -j REDIRECT --to-port > 3128 > > And set all my workstation (192.157.57.x),automatically detect setting. but > still, all workstation could not browse the internet. > > But whenever i would set it all to manual proxy, it works just fine. >
check also that workstations' gateway pointed to 192.157.57.2 (your squid machine). -edel ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. -- Philippine Linux Users' Group (PLUG) Mailing List [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are you a Linux newbie? To join the newbie list, go to http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie
