nixCraft Linux / UNIX / Shell Scripting Forum

nixCraft

Linux / UNIX Tech Support Forum

Squid Proxy Msn Messenger Login Issue

This is a discussion on Squid Proxy Msn Messenger Login Issue within the Proxy Servers forums, part of the Mastering Servers category; I have configured squid-2.6 and Dansguardian 2.10.0.3 on RHEL5 for caching and web filtering for my office internet users. i ...


Register free or login to your account to remove all advertisements.

Go Back   nixCraft Linux / UNIX / Shell Scripting Forum > Mastering Servers > Proxy Servers

Linux answers from nixCraft.


Proxy Servers Discussion about UNIX / Linux caching proxy servers, web proxy, reverse / content filtering proxy server.

Reply

 

Thread Tools Display Modes
  #1 (permalink)  
Old 30th October 2009, 06:55 PM
Junior Member
 
Join Date: Feb 2009
OS: Linux
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
ifti is on a distinguished road
Default Squid Proxy Msn Messenger Login Issue

I have configured squid-2.6 and Dansguardian 2.10.0.3 on RHEL5 for caching and web filtering for my office internet users. i m facing problems in loging into msn messenger, i have put acls in squid and msn ips in dansguardian exceptionsite list but still not getting msn messenger login, my squid acls for allowing msn messenger and dansguardian exceptionsite list is as under.

Squid Acls (there is no acl in my squid.conf to block msn msgr)
acl msn_mime req_mime_type -i ^application/x-msn-messenger$
acl msn_gw url_regex -i gateway.dll
acl msnd dstdomain messenger.msn.com gateway.messenger.hotmail.com
http_access allow msn_mime
http_access allow msn_gw
http_access allow msnd


DG exceptionsitelist
64.4.13.0/24
152.163.241.0/24
64.12.163.0/24
207.46.110.0/24
207.46.1.0/24
65.54.0.0/16
207.46.104.20
207.46.110.0
65.55.149.121
98.136.113.173
64.4.32.7
221.120.250.106
65.242.27.35
64.4.9.254


After doing all this i m still facing login issues with msn messenger whenever i try to login it shows error login failed, service temporarily unavailable, i have juniper firewall behind proxy which has any any policy for proxy server, proxy servers iptables are fine, transparent proxy disabled due to DG, i have attached snapshots of msn msgr login errors. I have took ur precious time, ur cooperation will be highly appreciated
Attached Images
File Type: jpg msnmsgr.jpg (72.6 KB, 3 views)
File Type: jpg msnmsgr1.jpg (54.3 KB, 4 views)

Last edited by ifti; 30th October 2009 at 07:04 PM.
Reply With Quote
  #2 (permalink)  
Old 31st October 2009, 07:30 PM
nixcraft's Avatar
Never say die
 
Join Date: Jan 2005
Location: BIOS
OS: RHEL
Scripting language: Bash, Perl, Python
Posts: 3,294
Thanks: 13
Thanked 411 Times in 304 Posts
Rep Power: 10
nixcraft has a reputation beyond reputenixcraft has a reputation beyond reputenixcraft has a reputation beyond reputenixcraft has a reputation beyond reputenixcraft has a reputation beyond reputenixcraft has a reputation beyond reputenixcraft has a reputation beyond reputenixcraft has a reputation beyond reputenixcraft has a reputation beyond reputenixcraft has a reputation beyond reputenixcraft has a reputation beyond repute
Default

Your server (mostly iptables based firewall) is blocking port. See squid and /var/log/messages file for exact issue why it is dropping ports.
__________________
Vivek Gite
Be proud RHEL user, and let the world know about your enterprise choices! Join RedHat user group.
Do you run a Linux? Let's face it, you need help!
Cricket & IPL News Blog
Reply With Quote
  #3 (permalink)  
Old 2nd November 2009, 10:07 AM
Junior Member
 
Join Date: Feb 2009
OS: Linux
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
ifti is on a distinguished road
Default

nix i appreciate ur reply, i have checked my iptables and squid logs here are my squid logs while i try to log into msn messenger

1257142473.253 2479 192.168.151.227 TCP_MISS/200 19905 CONNECT https://login.live.com:443 192.168.151.227 DEFAULT_PARENT/127.0.0.1 -
1257142492.357 438 192.168.151.227 TCP_MISS/200 0 POST http://gateway.messenger.hotmail.com...er.hotmail.com 192.168.151.227 DEFAULT_PARENT/127.0.0.1 -


and my iptables are as under

iptables -A INPUT --source 192.168.151.227 -p tcp --dport 22 -j ACCEPT
iptables -A INPUT --source 192.168.151.98 -p tcp --dport 22 -j ACCEPT
iptables -A INPUT --source 0/0 -p tcp --dport 8080 -j ACCEPT
iptables -A INPUT -p tcp --dport 22 -j DROP
iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 3128 -j REDIRECT --to-port 8080


and Squid.conf SSL ports configurations are

acl Safe_ports port 443
http_access deny CONNECT !SSL_ports
Reply With Quote
  #4 (permalink)  
Old 10th November 2009, 04:07 AM
Junior Member
 
Join Date: Nov 2009
OS: Ubuntu
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
la_mente is on a distinguished road
Default

if you have dansguardian + squid, and squid y reporting TCP_MISS in log, you may check the dansguardian log, because most of the time there's the problem, blocking the dll extension.
Reply With Quote
  #5 (permalink)  
Old 10th November 2009, 02:46 PM
Junior Member
 
Join Date: Feb 2009
OS: Linux
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
ifti is on a distinguished road
Default

thanks la, i managed to log into msn messenger by allowing the given ports on microsoft website for msn messenger, i added these ports in squid acl safe ports portion, even now my msn and on some other pcs gets disconnected automatically....
Reply With Quote
Reply

Tags
dansguardian, dansguardian msn im, proxy server, squid, squid proxy msn live login


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
Facing an issue with squid reverse proxy kumarat9pm Proxy Servers 5 15th July 2010 06:00 PM
Linux Yahoo Messenger Access Webcam Via Proxy Server space_beyond Proxy Servers 3 14th July 2009 08:01 AM
Hotmail/gmail login problem - Squid Transparent Proxy Cyborg_sa CentOS / RHEL / Fedora 4 3rd April 2009 01:26 AM
Access yahoo messenger voice and webcam via squid proxy server lacloai Linux software 3 5th June 2007 10:24 AM
How to allow MSN messenger through squid proxy bubloob_13 Linux software 4 8th April 2007 09:37 AM


All times are GMT +5.5. The time now is 08:56 AM.


Powered by vBulletin® Version 3.8.6 - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
©2005-2010 nixCraft. All rights reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40