connection reset by peer

From: Vladimir Mendelevitch <hedgehog@dont-contact.us>
Date: Mon, 16 Jun 1997 16:14:05 +0400

Hi!
I have a problem with squid v 1.1.10.
I receive a message "connection reset by peer". And if i make a reload of a page, i may, or may not receive a page.
Another problem is stopping downloading. I download a file. And if connection is not good file stop to downloading without any comments. And i receive a broken archive. And i can't reget it. If i retry to receive this archive again i receive it exactly to position i was. I use ftpget for a downloading operation. Can i disable caching ftp protocol - only proxy enabled?
A third problem.

Look at this:

acl 1_3 src 192.168.1.3/255.255.255.0
acl 1_6 src 192.168.1.6/255.255.255.0
acl 1_7 src 192.168.1.7/255.255.255.0
acl 1_8 src 192.168.1.8/255.255.255.0
acl 1_9 src 192.168.1.9/255.255.255.0
acl 1_10 src 192.168.1.10/255.255.255.0
acl 1_11 src 192.168.1.11/255.255.255.0
acl 1_12 src 192.168.1.12/255.255.255.0
acl 1_13 src 192.168.1.13/255.255.255.0
acl 1_14 src 192.168.1.14/255.255.255.0

acl 2_2 src 192.168.2.2/255.255.255.0
acl 2_3 src 192.168.2.3/255.255.255.0
acl 2_4 src 192.168.2.4/255.255.255.0
acl 2_5 src 192.168.2.5/255.255.255.0
acl 2_6 src 192.168.2.6/255.255.255.0
acl 2_7 src 192.168.2.7/255.255.255.0
acl 2_8 src 192.168.2.8/255.255.255.0
acl 2_9 src 192.168.2.9/255.255.255.0
acl 2_10 src 192.168.2.10/255.255.255.0

#acl groteck_1 src 192.168.1.1-192.168.1.255/255.255.255.0
#acl groteck_2 src 192.168.2.1-192.168.2.255/255.255.255.0
#acl hedgehog src 194.87.58.12/255.255.255.248
acl external src 194.87.58.10-194.87.58.14/255.255.255.248

acl SSL_ports port 443 563
acl Dangerous_ports port 7 9 19
acl CONNECT method CONNECT

http_access deny manager !localhost !hedgehog
http_access deny CONNECT !SSL_ports
http_access deny Dangerous_ports

http_access allow 1_3
http_access allow 1_4
http_access allow 1_5
http_access allow 1_6
http_access allow 1_7
http_access allow 1_8
http_access allow 1_9
http_access allow 1_10
http_access allow 1_12
http_access allow 1_13
http_access allow 2_2
http_access allow 2_3
http_access allow 2_5
http_access allow 2_6
http_access allow 2_7
http_access allow 2_8
http_access allow 2_9
http_access allow 2_10
http_access allow external
http_access deny 1_11
http_access deny 1_14
http_access deny 2_4
http_access deny all

This doesn't works.... 1_11 and 1_14 CAN connect outside network. Where is a problem?

Thanks for advance.

                                        Vladimir Mendelevitch.
hedgehog@groteck.msk.ru

 
Received on Mon Jun 16 1997 - 05:15:12 MDT

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