Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Solved] using squid as an AIM proxy
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
berckoi
n00b
n00b


Joined: 08 Mar 2007
Posts: 18

PostPosted: Thu Mar 22, 2007 2:42 pm    Post subject: [Solved] using squid as an AIM proxy Reply with quote

Hi, thanks for taking the time to read this!

I'm trying to set up a proxy server for AIM. The final goal is to be able to do virus scanning on the traffic going through, but right now I'm just trying to set squid up to proxy AIM. I used the gentoo wiki: "How to set up a home-server" to set up squid, and it appears to be running fine.

When i try to use the server as a proxy however i get the error "Could not connect to the authentication server. Access denied: HTTP proxy server forbids port 5190 tunneling." (error message from GAIM when i try to connect using the proxy)

I assume there's something in /etc/squid/squid.conf that I need to set in order to allow port 5190 traffic, but I'm not sure what I'm looking for, I'm pretty new to the networking/gentoo scene and i'm not sure what most of those things mean.

Does anyone know how to solve this?

Thanks in advance for any help!!
_________________
~Berckoi


Last edited by berckoi on Thu Mar 22, 2007 5:34 pm; edited 1 time in total
Back to top
View user's profile Send private message
SLBMEH
Apprentice
Apprentice


Joined: 16 Aug 2003
Posts: 299
Location: Pittsburgh, PA

PostPosted: Thu Mar 22, 2007 3:24 pm    Post subject: Reply with quote

the default port is 3128. try setting gaim to 3128 first... if you need to change it in squid it should be set as http_port in the configuration file.
_________________
Steve - Semper Fi
Back to top
View user's profile Send private message
berckoi
n00b
n00b


Joined: 08 Mar 2007
Posts: 18

PostPosted: Thu Mar 22, 2007 3:32 pm    Post subject: Reply with quote

well thats how i have it, gaim connects to squid on port 3128. I think the error is occuring when squid tries to connect to AOL's server on port 5190?
_________________
~Berckoi
Back to top
View user's profile Send private message
SLBMEH
Apprentice
Apprentice


Joined: 16 Aug 2003
Posts: 299
Location: Pittsburgh, PA

PostPosted: Thu Mar 22, 2007 3:50 pm    Post subject: Reply with quote

Do you have an ACL setup for your location using gaim? What proxy type are you using? Did you try another that gaim supports? Did you restart gaim after changing the settings to get them into effect?
_________________
Steve - Semper Fi
Back to top
View user's profile Send private message
berckoi
n00b
n00b


Joined: 08 Mar 2007
Posts: 18

PostPosted: Thu Mar 22, 2007 3:59 pm    Post subject: Reply with quote

Do you have an ACL setup for your location using gaim? I'm not sure how to do that, i just found something about it and tried to set up one for aim, but it didn't work, the example i saw had this:
Code:

acl YAHOO url_regex .msg.yahoo.com
http_access deny YAHOO


so i tried:
Code:

acl AIM url_regex .aol.com
http_access allow AIM

What proxy type are you using? HTTP
Did you try another that gaim supports? I tried Socks5 but that didn't work
Did you restart gaim after changing the settings to get them into effect? yes i did.
_________________
~Berckoi
Back to top
View user's profile Send private message
berckoi
n00b
n00b


Joined: 08 Mar 2007
Posts: 18

PostPosted: Thu Mar 22, 2007 5:17 pm    Post subject: Reply with quote

ok so i changed what i have to:
Code:

acl AIM dstdomain login.oscar.aol.com
http_access allow AIM


now when i try to connect i get:
Quote:

Cannot connect to BOS server:
Access denied: HTTP proxy server forbids port 5190 tunneling

_________________
~Berckoi
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum