View Single Post
  #7 (permalink)  
Old 16-06-2006, 09:18 PM
tom tom is offline
Contributors
User
 
Join Date: Jun 2005
Location: London, UK
Posts: 213
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 5
tom is on a distinguished road
Default

Are you sure firewall is not blocking your access?

Type the following command at squid-proxy server shell prompt to verify the problem:
tail –f /var/log/message

Goto laptop and try to connect, see what error you get also can you telnet from laptop to port 3128 or 80 (if redirecting)
Code:
telnet  squid-server-ip 3128
OR
Code:
telnet  squid-server-ip 80
Reply With Quote