Пожалуйста помогите решить проблему.
У меня на Win2000 SP4 стоит Squid 2.5STABLE4.
конф такой:
#######################################################
http_port 3128
dns_children 15
cache_dns_program c:/squid/libexec/dnsserver.exe
icp_port 3130
htcp_port 4827
prefer_direct off
forwarded_for off
pipeline_prefetch off
hierarchy_stoplist /cgi-bin ? /? jsp asp asp? .php
cache_access_log c:/squid/logs/access.log
cache_dir ufs c:/squid/cache 200 16 128
cache_log c:/squid/logs/cache.log
cache_mem 200 MB
cache_replacement_policy lru
cache_store_log none
cache_swap_high 99
cache_swap_low 90
logfile_rotate 12
client_db oFF
client_netmask 255.255.255.255
auth_param ntlm children 15
auth_param ntlm max_challenge_lifetime 1 minutes
auth_param ntlm max_challenge_reuses 5
auth_param ntlm program c:/squid/libexec/ntlm_win32_auth.exe
auth_param basic children 15
auth_param basic credentialsttl 2 hours
auth_param basic program c:/squid/libexec/NT_auth.exe
auth_param basic realm Squid proxy-caching web server
authenticate_cache_garbage_interval 1 hour
acl office proxy_auth REQUIRED
coredump_dir c:/squid/logs/
dns_nameservers 139.23.33.13 172.17.128.96 139.23.33.27
emulate_httpd_log on
error_directory c:/squid/share/errors/English
fqdncache_size 1024
ftp_user Squid@siua.com
acl all src 0.0.0.0/0.0.0.0
http_reply_access allow all
icon_directory c:/squid/share/icons
ipcache_high 95
ipcache_low 90
ipcache_size 1024
log_fqdn off
log_ip_on_direct on
log_mime_hdrs off
logfile_rotate 13
maximum_object_size 10240 KB
maximum_object_size_in_memory 32 KB
memory_replacement_policy lru
mime_table c:/squid/etc/mime.conf
minimum_object_size 2 KB
pid_filename c:/squid/logs/squid.pid
pinger_program c:/squid/libexec/pinger.exe
refresh_pattern . 0 20% 4320
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
snmp_access deny all
unlinkd_program c:/squid/libexec/unlinkd.exe
visible_hostname uaievp101a_in
acl INTRA src 172.17.128.0/255.255.254.0
acl CONNECT method CONNECT
acl GET method GET
acl post method post
acl noporn dstdom_regex -i 'c:/squid/etc/noporn.txt'
acl porno dstdom_regex -i 'c:/squid/etc/porno.txt'
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 21 # ftp
acl Safe_ports port 210 # wais
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 443 563 # https, snews
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 70 # gopher
acl Safe_ports port 777 # multiling http
acl Safe_ports port 80 81 8080 3128 3130 443 563 # http
acl SSL_ports port 443 563
acl to_localhost dst 127.0.0.0/8
external_acl_type NT_Global_group %LOGIN c:/squid/libexec/win32_check_group.exe -G -c
acl InetF external NT_Global_group InetFull
http_access allow porno InetF
http_access allow noporn
http_access deny porno
http_access allow office
http_access deny !INTRA
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow GET Safe_ports
http_access allow POST Safe_ports
acl localhost src 127.0.0.1/255.255.255.255
acl manager proto cache_object
http_access allow manager localhost
http_access deny all
never_direct allow intra
###############################################################
Есть несколько групп в домене, но одна из них, а именно InetFull,
должна иметь полный доступ в инет.
С этим конфом вроде всё работает и аутентификация нареканий тоже не вызывает. Но раз в 1.5-2 часа Squid вываливается с такими сообщениями
в cache.log:
/win32_check_group.exe Can't find DC for domain XXXXXX
2004/02/27 12:15:58| AuthenticateNTLMHandleReply: invalid callback data. Releasing helper '00BB0070'.
где XXXXXX имя машины, а не имя домена
- непонятно почему он ищет группу в машине пославшей запрос, а не в домене и как это исправить?
- что могут обозначать эти строки?:
2004/03/01 09:02:31| assertion failed: C:\work\nt-2.5\src\auth\ntlm\auth_ntlm.c:121: "memPoolInUseCount(ntlm_user_pool) == 0"
2004/03/01 09:02:31| Closing unlinkd pipe on FD 209
и
2004/03/01 09:09:19| helperOpenServers: Starting 15 'dnsserver.exe' processes
-s is not supported on this resolver