OpenBSD Squid
Добавлено: 2009-08-03 11:28:03
Есть шлюз на OpenBSD 4.5 + Pf
настраиваю squid 2.7 stable
мой squid.conf
при попытке зайти например на google вижу страницу с
the requested url could not be retrieved
в логах пркси
почему так происходит?
ведь
стоит раньше
настраиваю squid 2.7 stable
мой squid.conf
Код: Выделить всё
cache_effective_user _squid
cache_effective_group _squid
cache_dir ufs /home/squid_cache 1024 16 256
cache_access_log /var/log/squid/access.log
cache_log /var/log/squid/cache.log
cache_store_log /var/log/store.log
pid_filename /var/run/squid.pid
http_port 127.0.0.1:3128 transparent
icp_port 0
cache_mem 32 MB
acl all src 0/0
acl LAN src 192.168.1.0/24
acl localhost src 127.0.0.1/32 192.168.1.2
http_access allow LAN localhost
http_access deny all
the requested url could not be retrieved
в логах пркси
Код: Выделить всё
1249293428.684 0 192.168.1.4 TCP_DENIED/403 1358 GET http://mail.google.com/ - NONE/- text/html
1249293448.951 0 192.168.1.4 TCP_DENIED/403 1358 GET http://mail.google.com/ - NONE/- text/html
ведь
Код: Выделить всё
http_access allow LAN localhost
Код: Выделить всё
http_access deny all