Увидели сообщение с непонятной ссылкой, спам, непристойность или оскорбление?Воспользуйтесь ссылкой «Сообщить модератору» рядом с сообщением!
0 Пользователей и 1 Гость просматривают эту тему.
# Авторизация по IP для серверовacl wsus src 10.8.254.33/32acl sql src 10.8.254.3/32acl term src 10.8.254.46/32acl mail src 10.8.254.7/32http_access allow mailhttp_access allow wsushttp_access allow sql#Service ACLacl Skype_IPs url_regex ^(([0-9]+\.[0-9]+\.[0-9]+\.[0-9]+)|(\[(0-9af]+)?:([0-9af:]+)?:([0-9af]+)?\])):443 #skypeacl Skype_RU browser ^skype^ # skype#Service accesshttp_access allow Skype_IPShttp_access allow Skype_RU# указание, какой хелпер использовать с каким SPN для negotiate авторизацииauth_param negotiate program /usr/lib/squid3/squid_kerb_auth -s HTTP/service.domain.local@DOMAIN.LOCAL# сколько параллельных потоков запускать для обслуживания аутентификации клиентов через kerberosauth_param negotiate children 100# указывает поддерживать связь, а не обрывать, когда браузер опрашивает схемы аутентификацииauth_param negotiate keep_alive on# если клиент не прошел negotiate аутентификацию, ему будет выдан запрос логина/пароля для Basic аутентификации#auth_param basic program /usr/lib/squid3/ncsa_auth /etc/squid3/squidbasicusers# сколько параллельных потоков запускать для обслуживания basic аутентификации клиентов#auth_param basic children 100# Группы пользователейacl acl000 proxy_auth "/etc/squid3/acl/allusers.acl" acl acl001 proxy_auth "/etc/squid3/acl/users/users-001" acl acl002 proxy_auth "/etc/squid3/acl/users/users-002" acl acl003 proxy_auth "/etc/squid3/acl/users/users-003" # Списков интернет контентаacl acl201 dstdomain "/etc/squid3/acl/domain/mail" acl acl202 dstdomain "/etc/squid3/acl/domain/social" acl acl203 dstdomain "/etc/squid3/acl/domain/games" acl acl204 urlpath_regex -i \.mp3$ \.asf$ \.wma$ \.avi$ \.mov$ acl acl205 dstdomain "/etc/squid3/acl/domain/job" acl acl210 dstdomain "/etc/squid3/acl/domain/job-only" acl acl206 dstdomain .com acl acl207 dstdomain .org acl acl208 dstdomain .net acl acl209 dstdomain .ch acl manager proto cache_objectacl localhost src 127.0.0.1/32 10.8.254.51/32acl to_localhost dst 127.0.0.0/8 0.0.0.0/32acl SSL_ports port 443acl Safe_ports port 80 # httpacl Safe_ports port 20-21 # ftpacl Safe_ports port 443 # httpsacl Safe_ports port 70 # gopheracl Safe_ports port 210 # waisacl Safe_ports port 1025-65535 # unregistered portsacl Safe_ports port 280 # http-mgmtacl Safe_ports port 488 # gss-httpacl Safe_ports port 591 # filemakeracl Safe_ports port 777 # multiling httpacl CONNECT method CONNECT# Разрешаем полный доступhttp_access allow acl001http_access allow acl002http_access allow acl003# Запрещаем социальные сетиhttp_access deny acl202# Запрещаем онлайн игрыhttp_access deny acl203# Запрещаем HR сайтыhttp_access deny acl205 # Запрещаем public mailhttp_access deny acl201# Открыт весь интернет за исключением всех листов запрета.http_access allow acl000##########################################################http_access allow manager localhosthttp_access deny managerhttp_access deny !Safe_portshttp_access deny CONNECT !SSL_portshttp_access allow localhosthttp_access deny allhttp_port 3128#http_port 3128 transparentaccess_log /var/log/squid3/access.logerror_directory /usr/share/squid3/errors/Russian-1251hierarchy_stoplist cgi-bin ?coredump_dir /var/spool/squid3refresh_pattern ^ftp: 1440 20% 10080refresh_pattern ^gopher: 1440 0% 1440refresh_pattern -i (/cgi-bin/|\?) 0 0% 0refresh_pattern . 0 20% 4320
tail -f /var/log/squid3/access.log | grep ftp1380218318.831 27 10.8.248.1 TCP_MISS/000 0 GET ftp://ftp.acnielsen.ru/ user@DOMAIN.LOCAL DIRECT/194.84.162.131 -1380218318.858 24 10.8.248.1 TCP_MISS/000 0 GET ftp://ftp.acnielsen.ru/ user@DOMAIN.LOCAL DIRECT/194.84.162.131 -1380218318.891 26 10.8.248.1 TCP_MISS/000 0 GET ftp://ftp.acnielsen.ru/ user@DOMAIN.LOCAL DIRECT/194.84.162.131 -1380218318.895 0 10.8.248.1 TCP_DENIED/407 2424 GET ftp://ftp.acnielsen.ru/ - NONE/- text/html1380218319.056 137 10.8.248.1 TCP_MISS/000 0 GET ftp://ftp.acnielsen.ru/ user@DOMAIN.LOCAL DIRECT/194.84.162.131 -
Страница сгенерирована за 0.016 секунд. Запросов: 22.