CentOS 4.4, Squid 2.5
Настроил прозрачную проксю на squid'e в связке с sams. Поначалу все работает нормально, минуты через 3 прокся затыкается - не может соединиться, но не падает. Приходится юзверей снова под нат переводить. Юзверей порядка 50 штук, но одновременно сидят не все. Кто-нибудь скажет, где зарыты грабли?Конфиг прокси:
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
cache_mem 128 MB
cache_swap_low 90
cache_swap_high 95
maximum_object_size 65536 KB
ipcache_size 1024
ipcache_low 90
ipcache_high 95
fqdncache_size 1024
cache_replacement_policy lru
memory_replacement_policy lru
cache_dir ufs /var/spool/squid 4096 16 256
ftp_list_width 64
ftp_passive off
dns_nameservers 127.0.0.1
# ftp_sanitycheck on
# redirect_program
# redirect_children 5
# auth_param basic casesensitive off
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320
read_timeout 5 minutes
request_timeout 1 minutes
client_lifetime 4 hours
shutdown_lifetime 5 seconds
# TAG: acl
acl _sams_default src "/etc/squid/default.sams"
acl _sams_default_time time MTWHFAS 0:0-23:0
acl local dstdomain portal.permtpp.ru
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 to_localhost dst 127.0.0.0/8
acl SSL_ports port 443 563
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 # https, snews
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
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 CONNECT method CONNECT
# TAG: http_access
http_access allow _sams_default _sams_default_time
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localhost
http_access deny all
http_reply_access allow all
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_single_host off
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
always_direct allow local
dns_testnames perm.ru lenta.ru
memory_pools off
forwarded_for off
buffered_logs on
error_directory /usr/share/squid/errors/Russian-1251
В Iptables написано так:
-A PREROUTING -s 192.168.0.0/24 -p tcp --dport 80 -j REDIRECT --to-ports 3128