View Single Post
  #4 (permalink)  
Old 07-06-2006, 07:19 PM
rockdalinux's Avatar
rockdalinux rockdalinux is offline
Is that all you got?
User
 
Join Date: May 2005
Location: Planet Vegeta
OS: Redhat
Posts: 708
Thanks: 15
Thanked 19 Times in 18 Posts
Rep Power: 10
rockdalinux is a glorious beacon of light rockdalinux is a glorious beacon of light rockdalinux is a glorious beacon of light rockdalinux is a glorious beacon of light rockdalinux is a glorious beacon of light rockdalinux is a glorious beacon of light
Default

You have forced squid to accept request from localhost only (127.0.0.1) so it will never ever work with Windows XP or other Lan computer.

First, remove all iptables rules with following command (later we will setup iptables, once squid started to work):
Code:
# service iptables stop
Open squid.conf file:
Find out line that read as follows:
Code:
http_port 127.0.0.1:3128
Replace it:
Code:
http_port 3128
Save the file and restart squid:
Code:
# service squid restart
Now go to Windows box and setup proxy IP and 3128 port.

And test it and it should work.
__________________
Rocky Jr.
What's wrong? I hope I am not making you uncomfortable...

Never send a boy to do a mans job.
Reply With Quote