Google Answers Logo
View Question
 
Q: How to configure squid and/or gaim so gaim can use squid proxy. ( No Answer,   1 Comment )
Question  
Subject: How to configure squid and/or gaim so gaim can use squid proxy.
Category: Computers > Software
Asked by: gazza_11-ga
List Price: $40.00
Posted: 17 Jun 2005 19:18 PDT
Expires: 17 Jul 2005 19:18 PDT
Question ID: 534440
I am using Mandrake 10.0 (Linux distro.) GNU/Linux kernel 2.6.3-7mdk
(operating system), Linux squid (proxy server software) 2.5.STABLE4
and Linux gaim (instant messenger client software).

I need to know how to configure squid and/or gaim so that I can use
gaim through the proxy server.  Also, do I have to use some iptables
stuff?
Answer  
There is no answer at this time.

Comments  
Subject: Re: How to configure squid and/or gaim so gaim can use squid proxy.
From: dfcamara-ga on 17 Jul 2005 11:05 PDT
 
This is what I've done in Fedora Core 4 with SELinux
(kernel-2.6.12-1.1398_FC4, squid-2.5.STABLE9-7, iptables-1.3.0-2,
gaim-1.4.0-4.fc4) and maybe will resolve your case too:

1. Include the desired IM ports in SSL_ports ACL and let Squid deny
others ports, i.e., edit the following line in /etc/squid/squid.conf
to include (1863 for MSN, 5190 for AIM/ICQ, 5222 for Jabber, ...):

 acl SSL_ports port 443 563 1863 5190 5222

Restart Squid.


2. Allow port 3128 (or the port you use in Squid) in iptables. In
Fedora we edit /etc/sysconfig/iptables to include the following line:

-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 3128 -j ACCEPT

Restart IPtables.


3. Allow squid_connect_any in SELinux, i.e., execute in command line:

 setsebool -P squid_connect_any=1


4. Setup your account in Gaim to use your proxy (I guess this is the easiest part).

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you.
Search Google Answers for
Google Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy