Форум русскоязычного сообщества Ubuntu


Увидели сообщение с непонятной ссылкой, спам, непристойность или оскорбление?
Воспользуйтесь ссылкой «Сообщить модератору» рядом с сообщением!

Автор Тема: тормозит Squid  (Прочитано 580 раз)

0 Пользователей и 1 Гость просматривают эту тему.

Оффлайн desia

  • Автор темы
  • Новичок
  • *
  • Сообщений: 12
    • Просмотр профиля
тормозит Squid
« : 09 Августа 2013, 12:57:55 »
на шлюзе ubuntu с NAT - инет летает
поставил squid - страницы открываются оооочень неспешно, некоторые только после повторного обновления.

вот конфиг:

memory_pools on
memory_pools_limit 50 MB
visible_hostname daproxy
maximum_object_size 5 MB
forwarded_for off


acl all src all
acl manager proto cache_object
acl localhost src 127.0.0.1/32
acl to_localhost dst 127.0.0.0/8

acl localnet src 192.168.0.0/32

acl SSL_ports port 443 # https
acl SSL_ports port 563 # snews
acl SSL_ports port 873 # rsync
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 # https
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 631 # cups
acl Safe_ports port 873 # rsync
acl Safe_ports port 901 # SWAT
acl purge method PURGE
acl CONNECT method CONNECT

acl block dstdomain "/etc/blockdomains"

http_access deny block

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 localnet
http_access allow localhost

http_access deny all

icp_access allow localnet
icp_access deny all

http_port 127.0.0.1:3128
http_port 192.168.0.1:3128 transparent

hierarchy_stoplist cgi-bin ?


cache_dir ufs /var/spool/squid 600 16 256

access_log /var/log/squid/access.log squid


refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
refresh_pattern (Release|Package(.gz)*)$ 0 20% 2880
refresh_pattern . 0 20% 4320


# Don't upgrade ShoutCast responses to HTTP
acl shoutcast rep_header X-HTTP09-First-Line ^ICY\s[0-9]
upgrade_http0.9 deny shoutcast


# Apache mod_gzip and mod_deflate known to be broken so don't trust
# Apache to signal ETag correctly on such responses
acl apache rep_header Server ^Apache
broken_vary_encoding allow apache

# You can add up to 20 additional "extension" methods here.
extension_methods REPORT MERGE MKACTIVITY CHECKOUT



для заворачивания трафика правило такое:
-A PREROUTING -i eth1 -p tcp -m tcp --dport 80 -j REDIRECT --to-ports 3128

места на винте полно, свободной оперативки тоже, в логах странностей нет((
тк Nat работает чётко, на DNS тоже не грешу.
блоклист небольшой, сотни 2 адресов, тормозить не должен.


добавил dns_nameservers DNS_провайдера 8.8.8.8

ситуация не поменялась


запустил сквид на минимальном конфиге:
http_port 127.0.0.1:3128

http_port 192.168.0.1:3128 transparent

acl all src 0.0.0.0/0.0.0.0

acl localnet src 192.168.20.0/24

http_access allow localnet

http_access deny all

visible_hostname ароео
та же ситуация(((((


может, кто сталкивался, или предложит, в какую сторону думать?
don`t hate the playa - hate the game

 

Страница сгенерирована за 0.015 секунд. Запросов: 22.