Добрый день,Есть шлюз под управлением FreeBSD. Стоит прокси сервер Squid. В правилах ipfw открыты IP и порты на интернет банкинг http://apps.centercredit.kz/. Пользователи работающие под Win XP пользуются интернет банкингом без проблем, на Win 7 даже telnet не проходит на открытый ip и порт. Все настройки на прокси идентичны что и у машин под XP. На 7-ке брэндмауер отключил. службу на всякий случай остановил. но телнет так и не свалился на нужный порт. ведать не в 7-ке дело.
в чем может быть проблема?
[15:58:26][root@ns:/] # squid -v
Squid Cache: Version 2.7.STABLE9
squid.cinf
acl 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 lan src "/usr/local/etc/squid/lan"
acl group1 src "/usr/local/etc/squid/group1"
acl bad_url url_regex "/usr/local/etc/squid/bad_url"
acl mailru_url url_regex "/usr/local/etc/squid/mailru_url"
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 numeric_IPs urlpath_regex ^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+
acl connect method CONNECT
acl icq_dom dstdomain .icq.com .aol.com
acl icq_addr src 64.12.0.0/255.255.0.0 255.188.0.0/255.255.0.0
http_access deny icq_dom
http_access deny icq_addr
http_access deny connect numeric_IPs all
http_access deny mailru_url lan !group1
http_access deny bad_url
http_access allow lan
http_access allow group1
http_access deny all