On Sat, Dec 11, 2004 at 09:03:14AM -0800, J a M wrote: >kendalanya proxy nya belum bisa di aktifkan di client, >kalau hanya menggunakan iptables sudah bisa browsing >untuk di client, sekarang saya juga sudah memakai >gShield2.8 tapi tetap tidak jalan. mohon petunjuknya >dari temen yang sudah mengerti linux > >settingan >eth1 = 192.168.1.1 eth0=modem kabel. >setting iptable masih tetap sama > >squid.conf : >httpd_accel_host virtual >httpd_accel_port 80 >httpd_accel_with_proxy on >httpd_accel_uses_host_header on
Coba untuk transparant proxynya dimatikan dulu, running biasa aja. >gShield.rc: >if [ "$ENABLE_TRANSPROXY" = "YES" -o >"$ENABLE_TRANSPROXY" = "yes" ]; then >if [ "X$PROXY_HOST" != "X" ] >then >$IPTABLES -t nat -A PREROUTING -i $INTERNAL -p tcp -s >! $PROXY_HOST --dport 80 -j DNAT --to >$PROXY_HOST:$PROXY_PORT >$IPTABLES -t nat -A PREROUTING -i $INTERNAL -p udp -s >! $PROXY_HOST --dport 80 -j DNAT --to >$PROXY_HOST:$PROXY_PORT >$IPTABLES -t nat -A PREROUTING -i eth0 -p tcp --dport >80 -j REDIRECT --to-port 3128 [...] -- budsz ------------------------ Yahoo! Groups Sponsor --------------------~--> $4.98 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/Q7_YsB/neXJAA/yQLSAA/vbOolB/TM --------------------------------------------------------------------~-> Official Web Site : http://www.awari.or.id Unsubscribe: [EMAIL PROTECTED] Web,archive: http://groups.yahoo.com/group/asosiasi-warnet Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/asosiasi-warnet/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

