[squid-users] What about ICQ using squid?

From: Rafael Bayona <linuxquestions@dont-contact.us>
Date: Tue, 27 Nov 2001 15:25:39 -0500

Thank to you guys, specially Henrik, my squid proxy server is working. I got
to say I'm impressed, It wasn't that hard to configure, and it's really
faster than the previous one (MSProxy)

But not fine at all. I'm having problems with ICQ, MSN Messenger, Morpheus
and Audiogalaxy. I've investigated about what ports they use, and they seem
to be opened to me. (Acording to the line
acl Safe_ports port 80 21 443 563 70 210 1025-65535

What can I do to make those services to work?

I also want to create user groups, validating their usernames. Each group
will be able to use different ports, and also different bandwidths. For what
I've read, I'll have to use a daemon for the username validation .... and
that the best ones is MSNT_AUTH ... But I can't find it, nor install it (How
do I install it?, I just downloaded msntauth-v2.0.tgz). I'm really lost
here.

By the way, I'm confused here: Is squid an http proxy, socks proxy or both
of them? Is SOCKS4 o SOCKS5? If not, is there a way to make it able to work
like one?

Thanks for your help,

Rafael

PS. Useful info for you

acl all src 0.0.0.0/0.0.0.0
acl lared src 195.69.0.0/255.255.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl SSL_ports port 443 563
acl Safe_ports port 80 21 443 563 70 210 1025-65535
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 manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow lared
http_access deny all
miss_access allow all
http_port 3128
Received on Tue Nov 27 2001 - 13:19:52 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:04:34 MST