Can't reach any web pages when browsers set to proxy with Squid.
Squid's running but doesn't appear to be listening for tcpv4 connections. This 
is a default install on Ubuntu 14.04 server, sudo apt-get install squid3.
Firewall is not blocking access. Here's command output showing that and 
apparently showing Squid not listening for tcpv4 connections.
server:~$ sudo service ufw status
ufw stop/waitingserver:~$ sudo service squid3 status
squid3 start/running, process 4048
server:~$ sudo netstat -plunt | grep squid
tcp6       0      0 :::3128                 :::*                    LISTEN      
4048/squid3     
udp        0      0 0.0.0.0:47020           0.0.0.0:*                           
4048/squid3     
udp6       0      0 :::44475                :::*                                
4048/squid3
Why is there no "tcp" line? What needs to change so there is one, and if there 
is one would the server be accepting connections?


_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to