icq клиенты работающие через squid потребляют большой трафик. Как это лечить?
Доброго Времени суток!
Народ столкнулся с проблемой при изучении логов squid понял что icq клиенты потребляют моря трафика
Squid Analysis Report Generator
Squid User Access Report
Period: 2008Jan31-2008Feb18
User: solomina
Sort: BYTES, reverse
User Report
ACCESSED SITE CONNECT BYTES %BYTES IN-CACHE-OUT ELAPSED TIME MILISEC %TIME
64.12.28.142:443 9 1.10M 17.57% 0.00% 100.00% 28:35:20 102.92M 49.24%
r.mail.ru 192 809.50K 12.84% 68.33% 31.67% 00:00:12 12.45K 0.01%
img.mail.ru 342 641.40K 10.18% 27.21% 72.79% 00:00:12 12.66K 0.01%
win.mail.ru 20 611.07K 9.70% 0.00% 100.00% 00:00:13 13.73K 0.01%
64.12.30.96:443 42 576.65K 9.15% 0.00% 100.00% 10:39:54 38.39M 18.37%
64.12.28.141:443 7 456.81K 7.25% 0.00% 100.00% 10:17:52 37.07M 17.74%
my.mail.ru 9 437.99K 6.95% 0.14% 99.86% 00:00:05 5.51K 0.00%
64.12.28.140:443 7 380.59K 6.04% 0.00% 100.00% 08:26:22 30.38M 14.54%
Подскажите как можно сократить расход трафика icq
- Для комментирования войдите или зарегистрируйтесь
Думаю, только
Думаю, только отключением части пользователей и запретом на скачивание файлов по аське.
---
Делай, что должен, и будь, что будет.
запрет на скачивание файлов
Я тоже думал что файлы виноваты... но не чего подобного.. я спецом поставил аську свою старую на машину закрытую под ключ в отдельной комнате - > дак за сутки трафик составил 65 мегабайт. в качестве клиента стоит qip работающий через прокси с авторизацией по HTTP(S). у меня такое подозрение что HTTP(S) как то не корректно работает на проксе...
cat /etc/squid/squid.conf
http_port 192.168.0.168:3128
icp_port 0
htcp_port 0
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
cache_mem 512 MB
cache_swap_low 80
cache_swap_high 95
maximum_object_size 4096 KB
minimum_object_size 0 KB
maximum_object_size_in_memory 16 KB
cache_replacement_policy heap LFUDA
memory_replacement_policy heap LFUDA
cache_dir aufs /var/cache/squid 1024 64 1024
access_log /var/log/squid/access.log squid
cache_log /var/log/squid/cache.log
cache_store_log /var/log/squid/store.log
emulate_httpd_log off
log_ip_on_direct on
mime_table /etc/squid/mime.conf
log_mime_hdrs off
ftp_list_width 64
ftp_passive on
ftp_sanitycheck on
ftp_telnet_protocol on
dns_timeout 2 minutes
auth_param basic program /etc/squid/libexec/ncsa_auth /etc/squid/passwd
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
auth_param basic casesensitive off
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320
cache_effective_user squid
cache_effective_group squid
visible_hostname squid-webcache
coredump_dir /var/cache/squid
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 Safe_ports port 901 # SWAT
acl purge method PURGE
acl CONNECT method CONNECT
http_access allow manager localhost
http_access deny manager
http_access allow purge localhost
http_access deny purge
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localhost
http_reply_access allow all
tcp_outgoing_address 111.137.19.42
header_access From deny all
header_access Referer deny all
header_access Server deny all
header_access User-Agent deny all
header_access WWW-Authenticate deny all
header_access Link deny all
acl all src 0.0.0.0/0.0.0.0
acl ftp_ports port 21
acl http_ports port 80
acl SSL_ports port 443
acl CONNECT method CONNECT
acl FTP proto FTP
acl HTTP proto HTTP
Надо отделить
Надо отделить мух от котлет: на 443 порт разрешить коннектиться только некоторым и только на определенные узлы. Аську пускать через другие порты.
_______________________________________________________________________
Intel Core2Duo E6600 / 2 Gb RAM / NV GF 8800 GTX / x86_64-pc-linux-gnu
Поставить гейт
Поставить гейт на jabber :)
_______________________
From Siberia with Love!