Здравствуйте!
Есть squid -v: Squid Cache: Version 2.5.STABLE11 +FreeBSD 6.0
Есть компьютер подключенный к Инету и к Нему подключаются другие компы, для доступа в Инет...
ip 10.10.25.1 (rl1)- на Нем сквид (но Я так же переносил сквид на 127,0,0,1) и билинг
rl0 - доступ в ИнетПри попытке зайти на какую-либо страницу:
ERROR
The requested URL could not be retrieved
Access Denied.
Если меняю правила с: 113 fwd 127.0.0.1,3128 tcp from any to any 80,8080,8101
на: ipfw add 1110 fwd 127.0.0.1,3128 tcp from 192.168.12.0/32 to any 80,8080,8101
Где 192.168.12.0/32 - сетка с выделеными ИП, то все ходит, но есть предчувствие, что не кеширует - в папке с кешем по нулям
Привожу настройки прокси и правила:
# ipfw show
00100 2372 317650 allow ip from any to any via lo0
00113 6 1311 fwd 127.0.0.1,3128 tcp from any to any dst-port 80,8080,8101
00200 0 0 deny ip from any to 127.0.0.0/8
00300 0 0 deny ip from 127.0.0.0/8 to any
00852 148 12081 divert 8668 ip from 192.168.12.2 to any via rl0
00853 198 175661 divert 8668 ip from any to me via rl0
65000 205778 82711646 allow ip from any to any
65535 4 288 deny ip from any to any
# cat squid.conf
http_port 127.0.0.1:3128
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
cache_dir ufs /usr/proxy 500 32 256
cache_access_log /usr/local/squid/logs/access.log
cache_store_log none
cache_effective_user nobody
cache_effective_group nobody
ftp_user anonymus@skyhome.com.ua
store_avg_object_size 8 KB
cache_mem 40 MB
acl all src 192.168.12.0/32
#acl all src 192.168.11.0/32
#acl all src 10.0.0.0/8
#acl all src 10.10.25.11
acl server src 10.10.25.1
#http_access allow server
http_access allow all
visible_hostname server
maximum_object_size 16384 KB
minimum_object_size 0 KB
cache_swap_high 97
cache_swap_low 94
ipcache_size 2048
ipcache_high 98
ipcache_low 95
fqdncache_size 2048
pid_filename /var/run/squid/squid.pid
hosts_file /etc/hosts
quick_abort_min 1 KB
quick_abort_max 16 KB
quick_abort_pct 99
negative_ttl 3 minutes
positive_dns_ttl 6 hours
negative_dns_ttl 5 minutes
range_offset_limit 0 KB
client_lifetime 31 day
Сквид запускается нормально, без матюков.