inSaNE: учет трафика в SARG

4 сообщения / 0 new
Последнее сообщение
Гость
inSaNE: учет трафика в SARG

В SARG 2.2.3.1 в сгенерированных отчетах в графе Пользователь для всех пользователей стоит один и тот же IP сетки - 192.168.1.0. Из-за чего так происходит? Как заставить его выводить туда IP конкретных пользователей, т.е. например 192.168.1.2. или 192.168.1.3. Доступ без аутентификации.

squid.conf:

http_port 3128
client_netmask 255.255.255.0
icp_port 0
htcp_port 0
hierarchy_stoplist cgi-bin, chat
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
cache_mem 16 MB
cache_swap_high 95
cache_swap_low 90
maximum_object_size 16384 KB
minimum_object_size 0 KB
ipcache_size 1024
ipcache_high 95
ipcache_low 90
cache_dir diskd /var/spool/squid 2048 16 256
ftp_user anonymous@impulse.net
negative_ttl 1 minutes
positive_dns_ttl 6 hours
negative_dns_ttl 5 minutes
emulate_httpd_log off

cache_access_log /var/log/squid/access.log
cache_log /var/log/squid/cache.log

auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320
half_closed_clients off

acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl mynetwork src 192.168.1.0/255.255.255.0
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

http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access deny to_localhost
http_access allow localhost
http_reply_access allow all

acl good_url url_regex "/etc/squid/acl/good_url"
acl bad_urlpath urlpath_regex "/etc/squid/acl/bad_urlpath"
acl bad_url url_regex "/etc/squid/acl/bad_url"

http_access deny bad_urlpath !good_url
http_access deny bad_url !good_url

acl valid_users src "/etc/squid/acl/valid_users"
http_access allow valid_users
http_access deny !valid_users

icp_access allow all
visible_hostname server@impulse.net
append_domain .impulse.net
err_html_text admin@impulse.net
deny_info ERR_CUSTOM_ACCESS_DENIED all
memory_pools off
coredump_dir /var/spool/squid
ie_refresh on

В sarg.conf:
resolve_ip no
user_ip yes

Vitls
Аватар пользователя Vitls
Не в сети
Зарегистрирован: 21/09/2010

Хорошая альтернатива - lightsquid
http://lightsquid.sourceforge.net/

Дело не в том как болезнь вылечить.
Дело в том как других заразить.

inSaNE (не проверено)

Vitls: хмм, это радикальное решение проблемы. Там просто установка сложнее для меня - pearl нужен, apache, но, спасибо, попробую.
Но может кто-нибудь по SARG'у все-таки посоветует?

inSaNE (не проверено)

C SARG решилось. Похоже нужно было лишь прописать client_netmask в конфиге squid'а. А lightsquid конечно поинтересней, попробую разобраться.

RSS-материал