any ideas on this? Thanks ---------------------------------------- > From: webster_jack@xxxxxxxxxxx > To: squid-users@xxxxxxxxxxxxxxx > Date: Tue, 27 Sep 2011 08:07:12 +0100 > Subject: won't accept port 8080, 80 works > > > I cannot get squid to connect on port 8080 even though it works on 80. > Firstly, should this iptables script have a DROP/REJECT command somewhere? > Port 8080 is open. squid conf is below: > > # Generated by iptables-save v1.3.5 on Fri Sep 16 04:59:49 2011 > *mangle > :PREROUTING ACCEPT [19588:10233482] > :INPUT ACCEPT [19588:10233482] > :FORWARD ACCEPT [0:0] > :OUTPUT ACCEPT [18858:10334564] > :POSTROUTING ACCEPT [18858:10334564] > COMMIT > # Completed on Fri Sep 16 04:59:49 2011 > # Generated by iptables-save v1.3.5 on Fri Sep 16 04:59:49 2011 > *filter > :INPUT ACCEPT [0:0] > :FORWARD ACCEPT [0:0] > :OUTPUT ACCEPT [18851:10333352] > :RH-Firewall-1-INPUT - [0:0] > -A INPUT -j RH-Firewall-1-INPUT > -A FORWARD -j RH-Firewall-1-INPUT > -A RH-Firewall-1-INPUT -i lo -j ACCEPT > -A RH-Firewall-1-INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT > -A RH-Firewall-1-INPUT -p tcp -m state --state NEW -m tcp --dport 22 -j ACCEPT > -A RH-Firewall-1-INPUT -p udp -m udp --dport 53 -m state --state NEW -j ACCEPT > -A RH-Firewall-1-INPUT -p tcp -m tcp --dport 53 -m state --state NEW -j ACCEPT > -A RH-Firewall-1-INPUT -p udp -m udp --dport 123 -m state --state NEW -j ACCEPT > -A RH-Firewall-1-INPUT -p tcp -m tcp --dport 8002 -m state --state NEW -j ACCEPT > -A RH-Firewall-1-INPUT -p tcp -m tcp --dport 9001 -m state --state NEW -j ACCEPT > -A RH-Firewall-1-INPUT -p tcp -m tcp --dport 80 -m state --state NEW -j ACCEPT > -A RH-Firewall-1-INPUT -p tcp -m tcp --dport 8080 -j ACCEPT > -A RH-Firewall-1-INPUT -p tcp -m tcp --dport 1935 -j ACCEPT > -A RH-Firewall-1-INPUT -p tcp -m tcp --dport 443 -j ACCEPT > -A RH-Firewall-1-INPUT -j REJECT --reject-with icmp-host-prohibited > COMMIT > # Completed on Fri Sep 16 04:59:49 2011 > # Generated by iptables-save v1.3.5 on Fri Sep 16 04:59:49 2011 > *nat > :PREROUTING ACCEPT [1234:59200] > :POSTROUTING ACCEPT [338:21268] > :OUTPUT ACCEPT [338:21268] > COMMIT > # Completed on Fri Sep 16 04:59:49 2011 > > > http_access deny manager > http_access allow ncsa_users > http_access deny !Safe_ports > http_access deny CONNECT !SSL_ports > http_access deny to_localhost > http_access deny maxuser > http_access allow localhost > http_access deny all > icp_access allow all > http_port 8080 > http_port xxx.xxx.xx.xx:80 > hierarchy_stoplist cgi-bin ? > cache_mem 100 MB > maximum_object_size_in_memory 50 KB > cache_replacement_policy heap LFUDA > cache_dir aufs /var/spool/squid 40000 16 256 > maximum_object_size 50 MB >