Dear Linux Experts,
  I have configured squid transparent proxy in FC3.
all my clients are windows XP/98/2000.Now proxy is working
fine except one thing.In the windows client unless i use
a public DNS server IP, the client are not able to browse the internet.
As far as i know when u are behind proxy there should not be any public ip
adress involve in the client side.Please guide me where i am wrong.
I have two NIC.eth0 is connected to llocal Lan & eth1 is connected to
the internet.Squid is running in port 3128.

I have this two iptable rules fot transparent proxy

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

iptables -t nat -A POSTROUTING -o eth1 -j SNAT --to-source INTERNET IP

/etc/squid/squid.conf hab=ve the following entry

httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on

Also i have enable the IP Forwarding in the Linux kernel

Please tell me where i went wrong.I dont want public address in the
proxy client.



Looking forwatrd for the Response

Das Souri ranjan












-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
linux-india-help mailing list
linux-india-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to