Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
10-02-2008, 05:01 PM
|
#1
|
LQ Newbie
Registered: Oct 2008
Posts: 3
Rep:
|
Problem using Trillian
Hi people.
My squid is blocking Trillian and I'm not finding the reason.
This message is shown on log:
1222973925.596 0 192.168.0.253 TCP_DENIED/403 1399 CONNECT messenger.hotmail.com:1863 - NONE/- text/html
But this port is allowed to be used in squid.conf:
acl Safe_ports port 1863 # Trillian
.....
# Only allow cachemgr access from localhost
http_access allow manager localhost
http_access deny manager
# Deny requests to unknown ports
http_access deny !Safe_ports
# Deny CONNECT to other than SSL ports
http_access deny CONNECT !SSL_ports
.....
acl our_networks src 192.168.0.0/24
http_access deny !white !free
http_access allow our_networks
http_access allow localhost
# And finally deny all other access to this proxy
http_access deny all
Please, help me to understand why trillian is being blocked.
Thanks in advance.
Regards,
Flavio Baião.
|
|
|
10-02-2008, 05:28 PM
|
#2
|
LQ Guru
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870
|
Sounds like you need to add the port to the SSL_ports ACL, so that the CONNECT method can be used.
|
|
|
10-02-2008, 05:40 PM
|
#3
|
Member
Registered: Jun 2007
Posts: 118
Rep:
|
Maybe this is a firewall problem. Look at this link for reference.
hxxp://trillian.cc/forums/printthread.php?threadid=6475
let me now
|
|
|
10-02-2008, 06:10 PM
|
#4
|
LQ Guru
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870
|
Quote:
Originally Posted by latinmusic74
Maybe this is a firewall problem.
|
No, Squid is clearly denying access, as shown by the TCP_DENIED log entry.
|
|
|
10-03-2008, 08:43 AM
|
#5
|
LQ Newbie
Registered: Oct 2008
Posts: 3
Original Poster
Rep:
|
Ssl
Quote:
Originally Posted by win32sux
Sounds like you need to add the port to the SSL_ports ACL, so that the CONNECT method can be used.
|
Hi. Thanks for your help but it's already there:
acl SSL_ports port 443
acl Safe_ports port 443 # https
Any other suggestion ?
|
|
|
10-03-2008, 09:31 AM
|
#6
|
LQ Guru
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870
|
Quote:
Originally Posted by fbaiao
Hi. Thanks for your help but it's already there:
acl SSL_ports port 443
acl Safe_ports port 443 # https
|
No, it's not. What you posted only shows port 443 in the SSL_ports ACL. You need to add port 1863.
|
|
|
10-03-2008, 09:52 AM
|
#7
|
LQ Newbie
Registered: Oct 2008
Posts: 3
Original Poster
Rep:
|
Quote:
Originally Posted by win32sux
No, it's not. What you posted only shows port 443 in the SSL_ports ACL. You need to add port 1863.
|
You're right !!!
I've added: acl SSL_ports port 1863
It's working now !!!
Thanks a lot.
Regard,
Flavio Baião.
|
|
|
10-03-2008, 09:54 AM
|
#8
|
LQ Guru
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870
|
Quote:
Originally Posted by fbaiao
You're right !!!
I've added: acl SSL_ports port 1863
It's working now !!!
Thanks a lot.
Regard,
Flavio Baião.
|
You're welcome!
|
|
|
All times are GMT -5. The time now is 07:22 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|