Компьютерный форум OSzone.net  

Компьютерный форум OSzone.net (http://forum.oszone.net/index.php)
-   Общий по Linux (http://forum.oszone.net/forumdisplay.php?f=9)
-   -   ICQ и SQUID (http://forum.oszone.net/showthread.php?t=258297)

Ruldik 10-04-2013 13:50 2129712

ICQ и SQUID
 
Всем доброго времени суток! Никак не получается настроить ICQ через SQUID. Выкурил много манов в инете, но безрезультатно. Как в анекдоте, или свисток без дырки или акула глухая, так и у меня, у всех работает у меня нет.
Дано: Сеть, например: Пров -> Маршрутизатор -> Вся остальная сеть+CentOS (Squid+SquidGuard), на Squid 80 и 443 порты заруливаю маршрутизатором.
конфиг squid.conf
Цитата:

redirect_program /usr/bin/squidGuard -c /etc/squid/squidGuard.conf
redirect_children 30
redirector_bypass on

acl localnet src 192.168.0.0/24 # RFC1918 possible internal network

acl SSL_ports port 443
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 # https
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 allow localhost manager
http_access deny manager

http_access deny !Safe_ports

http_access deny CONNECT !SSL_ports

http_access allow localnet
http_access allow localhost

http_access deny all

http_port 192.168.0.5:3128 transparent
https_port 192.168.0.5:3129 transparent ssl-bump generate-host-certificates=on dynamic_cert_mem_cache_size=4MB cert=/etc/squid/ssl/squid.pem key=/etc/squid/ssl/squid.key
sslproxy_flags DONT_VERIFY_PEER
sslproxy_cert_error allow all
always_direct allow all

cache_dir ufs /var/spool/squid 1024 16 256

coredump_dir /var/spool/squid

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

visible_hostname Test

cache_effective_user squid
cache_effective_group squid

refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
refresh_pattern . 0 20% 4320
iptables
Цитата:

Таблица: nat
Chain PREROUTING (policy ACCEPT)
num target prot opt source destination
1 REDIRECT tcp -- 0.0.0.0/0 0.0.0.0/0 source IP range 192.168.0.120-192.168.0.239 tcp dpt:80 redir ports 3128
2 REDIRECT tcp -- 0.0.0.0/0 0.0.0.0/0 source IP range 192.168.0.120-192.168.0.239 tcp dpt:443 redir ports 3129

Chain POSTROUTING (policy ACCEPT)
num target prot opt source destination

Chain OUTPUT (policy ACCEPT)
num target prot opt source destination

Таблица: filter
Chain INPUT (policy ACCEPT)
num target prot opt source destination

Chain FORWARD (policy ACCEPT)
num target prot opt source destination

Chain OUTPUT (policy ACCEPT)
num target prot opt source destination

Ruldik 10-04-2013 18:12 2129907

в access.log пишет:
Цитата:

192.168.0.167 TCP_MISS/200 1319 POST https://api.login.icq.net/auth/clientLogin - HIER_DIRECT/205.188.27.208 text/xml
192.168.0.167 TCP_MISS/200 945 GET http://api.icq.net/aim/startSession? - HIER_DIRECT/205.188.27.205 text/xml
и всё равно не конектится!
192.168.0.167 - машина с ICQ

vadblm 10-04-2013 18:23 2129917

Сто лет не пользовался ICQ, но разве он умеет работать через прозрачный прокси?

Ruldik 10-04-2013 18:47 2129935

Вот и спрашиваю могет она такое или нет, а через iptables можно её пропустить чтоб она робила?

menpavel 24-06-2013 12:18 2173267

Ruldik, по дефолту, у нее другой порт - 5190. В твоем первом посте ты указал, что заворачиваешь 80 и 443, т.е. ICQ у тебя не идет через прокси вовсе. Открывай на фаерволе нужный порт.

Если будет заворачивать и аську (я так не пробовал, у меня не прозрачный прокси), то думаю эти данные тебе помогут (в squid):
acl CONNECT method CONNECT
acl ICQ port 5190
http_access allow ICQ
http_access allow CONNECT ICQ

Rezor666 24-06-2013 12:42 2173287

Ruldik, А в чем смысл данных манипуляций? Если вы хотите отчеты о использовании icq то есть хороший пакет imspector


Время: 17:54.

Время: 17:54.
© OSzone.net 2001-