msn messenger login issue

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat msn messenger login issue
# 1  
Old 10-30-2009
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 in msn messenger when every 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. I have took ur precious time, ur cooperation will be highly appreciated
msn messenger login issue-msnmsgrjpg

Last edited by surfer24; 10-30-2009 at 10:33 AM..
# 2  
Old 11-02-2009
While i try to log into msn messenger i get this in my access.log file

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


Squid.conf SSL ports configurations are

acl Safe_ports port 443
http_access deny CONNECT !SSL_ports
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

SSH login issue

Dear All , recently i have configured sftp for a user for which i have done chroot. but after this , sftp is working fine . but ssh is not working when we connect to the server. When we try to ssh <user>@<server ip> , the below is the error message that we get and not able to login. ... (2 Replies)
Discussion started by: jegaraman
2 Replies

2. Red Hat

linux login issue

Dear all, When ever i login to linux box through putty , it is taking a long time to log in .....approx 2 min Kindly let me know any reason behind this.... (3 Replies)
Discussion started by: jegaraman
3 Replies

3. Solaris

Login issue

Hello, I'm trying to setup my Solaris 10 servers to authenticate from a OpenLDAP server. I can get the Linux servers to authenticate from a OpenLDAP server, but not server the Solaris servers. Below I have posted some output so you can see my issue. <terminal output> -bash-3.00$ id... (5 Replies)
Discussion started by: bitlord
5 Replies

4. UNIX for Dummies Questions & Answers

sudo login issue

I logged in through ssh, but can't re-login as root. sudo login Arch login: root Password: Login incorrect Arch login: But I am sure my password is right. Why? But on local tty1, this works. (2 Replies)
Discussion started by: vistastar
2 Replies

5. Linux

Login issue

Hi, I have created one normal login id . When they have try to login then, They got error msg the permission denied. Please advice on this. Thanks, Mani (3 Replies)
Discussion started by: Mani_apr08
3 Replies

6. Red Hat

msn messenger problem with squid

Dear All I m running Linux Proxy Server on RHEL-5 64bit for providing http access to users in my office, i m facing a problem while using msn messenger on LAN, we access msn messenger through above mentioned proxy server, whenever I sign in to msn messenger, it gets signed on but after a short... (1 Reply)
Discussion started by: surfer24
1 Replies

7. Solaris

Login Issue

Hi, I am not able to login in the system as user.It is showing problem login as: User1 User1@10.xxx.xx.xx's password: Could not chdir to home directory /home/User1: No such file or directory Sun Microsystems Inc. SunOS 5.9 Generic May 2002 $ I have created the User1 and Its... (8 Replies)
Discussion started by: smartgupta
8 Replies

8. UNIX for Advanced & Expert Users

Unix Login Issue

Guys .. I got my user ID created in a production system of my organisation. the problem I got is my HOME directory in environment has been mis-spelt. Like: I should be logging into unix using ID: freakegs My home directory should be : /users/freakygs and echo $HOME should also... (1 Reply)
Discussion started by: freakygs
1 Replies

9. BSD

PPPoE + mpd = MSN messenger not works

HI! Because ppp deamon by no means reconnect if connection droped i try mpd. Mpd successful recoennct and all works fine except one problem, MSN messenger can't sign in (error 81000360). With ppp deamon msn works good. With mpd and ppp have exactly firewall settings "OPEN"... Where is the... (4 Replies)
Discussion started by: sniper007
4 Replies

10. Windows & DOS: Issues & Discussions

msn messenger behind a firewall

hi is there a way to use msn messenger behind a firewall that only allowed http (port 80)??? Maybe there is a patch or whatever...? i know that icq offers a "light version" to chat via http... please gimme a tip as soon as possible, boredom is getting me more everyday ......and to avoid it, i... (3 Replies)
Discussion started by: tomapam
3 Replies
Login or Register to Ask a Question