YNT: [SQU] Blocked outgoing data port

From: Ilker Gokhan <IlkerG@dont-contact.us>
Date: Thu, 5 Oct 2000 18:30:19 +0300

replace your own special port acl with this line:
 
acl Safe_ports port 9000
 
and go on..
 
Regards,
Ilker G.

Kimden: Karl Jones [mailto:kjones@dbs1.com]
Tarih: Thursday, October 05, 2000 6:09 PM
Kime: Squid Users Group
Konu: [SQU] Blocked outgoing data port

I am trying to access one WEB page which is giving an error. I have been
assured repeatedly that this is because outgoing data on port 9000 is being
blocked. Can you tell me how this can be? What am I missing?
 
#Defaults:
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl SSL_ports port 443 563
acl Safe_ports port 80 21 443 563 70 210 1025-65535
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl special port 9000
acl CONNECT method CONNECT
 
[snip of comments]
 
#Default configuration:
http_access allow manager localhost
http_access allow special
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow all
 

[snip of comments]
 
icp_access allow all

Bu e-postada bulunan tüm fikir ve görüsler ve ekindeki dosyalar sadece adres
sahib(ler)ine ait olup, Sümerbank A.S hiç bir sekilde sorumlu tutulamaz.
The information contained in this E-Mail and any files transmitted with it
are intended solely for the use of the individual or entity to whom they are
addressed and do not reflect those of Sümerbank A.S.

--
To unsubscribe, see http://www.squid-cache.org/mailing-lists.html
Received on Thu Oct 05 2000 - 09:28:34 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:55:42 MST