Всем доброго!
Не получается настроить squid.
Вот пример squid.conf:
http_port 3128acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
cache_mem 12 MBcache_dir ufs /usr/local/squid/var/cache 100 16 256
dns_nameservers 127.0.0.1 191.191.191.191 291.291.291.291
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hoursrefresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
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
acl allowed_hosts src 192.168.2.0/255.255.255.0http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_reply_access allow all
icp_access allow allcache_mgr cover_story@admin.adm
cache_effective_user squid
cache_effective_group squidvisible_hostname admin.adm
coredump_dir /usr/local/squid/var/cache
Когда запускаешь на удаленом компьютере страничку пишет следующее:
While trying to retrieve the URL: http://www.mail.ru/
The following error was encountered:
Connection Failed
The system returned:(60) Operation timed out
The remote host or network may be down. Please try the request again.Без прокси все работает нормально!
Помогите!
Да еще ко всему прочему выдает сообщение в cache.log:
comm_udp_sendto: FD 7: 191.191.191.191, port 53: (65) No route to host
idnsSendQuery: FD7 : sendto: (65) No route to hostХотя данный порт открыт
>Да еще ко всему прочему выдает сообщение в cache.log:
>comm_udp_sendto: FD 7: 191.191.191.191, port 53: (65) No route to host
>idnsSendQuery: FD7 : sendto: (65) No route to host
>
>Хотя данный порт открытПричем тут порт, если на чистом английском языке написано, что нет роутинга на хост. А теперь внимание вопрос:
dns_nameservers 127.0.0.1 191.191.191.191 291.291.291.291
вот это праметр на правильные DNS-сервера указывает, или так, просто что-то написали и все?
Нет тут я указал свои dns сервера!
>Нет тут я указал свои dns сервера!
А они есть и типа работают? И роутинг на подсетки настроен, и интерфесы правильно сконфигурены?
>>Нет тут я указал свои dns сервера!и кстати... еще до кучи - у вас не разрешены никакие коннекты к проксе. впрочем и не запрещены. что тоже как-то неправильно. и еще, что вы указываете в настройках клиента - какой хост, какой порт?