Tarique Naseem

serious games // web application development // vr guru
  • Home
  • About
  • Portfolio
    • ECB Cricket
    • Leicester City Stadium Development
    • 3D Dinosaur Hunter
    • Puma Maintenance Trainer (Engage-GKN)
    • kSpace
    • NATS - Air Traffic Control Trainer
    • BAT Space Combat
    • Virtual Clue
    • Various Smaller Projects
    • 3Tech Systems Ltd
    • ElitExec Ltd
    • AVC Electronics Ltd
    • Orange Klippr
    • believr
    • Lunar Lander
  • Software
  • Contact

Leopard: Problems connecting to Windows Live Messenger using Adium

2 11 2007

It appears that some users, like myself, have been having problems connecting to the Windows Live Messenger service using Adium. Apparently the problem is with Adium 1.1.3 itself, and there is a fix in the works.

However, you can perform a temporary fix in the meantime, which has worked for me, as long as you’re comfortable working in the terminal. Basically, you need to add the following lines to your /etc/hosts file:

65.54.179.216 nexus.passport.com
65.54.239.20 messenger.hotmail.com
65.54.183.203 login.live.com

To do this, run up Terminal and follow the quick step by step below:

sudo su (enter your password)
cp /etc/hosts /etc/hosts.bak
echo 65.54.239.20 messenger.hotmail.com >> /etc/hosts
echo 65.54.179.216 nexus.passport.com >> /etc/hosts
echo 65.54.183.203 login.live.com >> /etc/hosts
exit

Just remember, this is a temporary fix until Adium is updated. I suspect you’ll have to remove these changes once you update, in which case simply enter the following:

sudo su (enter password)
cp /etc/hosts.bak /etc/hosts
exit

Thanks to the peeps at CocoaForge for the tips. :)

Bookmark to:
Add 'Leopard: Problems connecting to Windows Live Messenger using Adium' to Del.icio.usAdd 'Leopard: Problems connecting to Windows Live Messenger using Adium' to diggAdd 'Leopard: Problems connecting to Windows Live Messenger using Adium' to FURLAdd 'Leopard: Problems connecting to Windows Live Messenger using Adium' to blinklistAdd 'Leopard: Problems connecting to Windows Live Messenger using Adium' to TechnoratiAdd 'Leopard: Problems connecting to Windows Live Messenger using Adium' to Yahoo My WebAdd 'Leopard: Problems connecting to Windows Live Messenger using Adium' to Stumble UponAdd 'Leopard: Problems connecting to Windows Live Messenger using Adium' to Google BookmarksAdd 'Leopard: Problems connecting to Windows Live Messenger using Adium' to Bloglines

Alistair Darling is Hawk! »

Actions

  • rss Comments rss
  • trackback Trackback

Informations

  • Date : 2 November 2007
  • Categories : tips

29 responses to “Leopard: Problems connecting to Windows Live Messenger using Adium”

2 11 2007
James (20:05:46) :

Brilliant. Thanks for the tip. Works great!

17 11 2007
caii (03:46:55) :

Thank you for you post.
BTW, you should type
echo 65.54.239.20 messenger.hotmail.com >>/etc/hosts
instead of
echo 65.54.239.20 messenger.hotmail.com >> /etc/hosts
^_^

19 11 2007
Tarique Naseem (09:23:32) :

Oops. Looks like the html in the blog posting converted the ‘>>’ into ‘&gt&gt’. Correcting now. :)

Thanks for the heads up!

19 11 2007
mnd (18:47:49) :

will this solve msn connecting problem on version 1.1.4 too?

20 11 2007
Tarique Naseem (09:21:52) :

Yes it will. I’ve updated mine to 1.1.4 since and the above changes work fine with that.

Having said that, in my case at least, I’ve removed the above changes, and it still connects fine. So looks like they’ve solved the problem.

However, if it’s not working for you, try the above and see if that helps. I know even in the last release it was only some people that were having problems. I’m wondering if the same is true for 1.1.4. Not sure why mine’s behaving now! Sounds like it’s fairly temperamental :)

22 11 2007
mnd (14:50:23) :

awesome! it actually works! Thanks a lot. I’ve finally able to use my msn on adium. I’ll try removing the terminal code and see what’s gonna happen. Take care.

4 12 2007
iBader (21:51:28) :

hello guys, i just would like to mention that is not Adium’s problem… also MSN Messenger Mac Version not working … but when you use another network it will connect perfectly …
thanks

17 12 2007
Mark (10:39:30) :

This fix worked for me.
I am using Adium 1.1.4 behind a billion router.
Thanks heaps

27 12 2007
red (12:01:29) :

WORKS ! Thanks a lot !

7 01 2008
marie (02:47:30) :

Hi,
I’m new to Terminal and Mac and I”m not sure how to get to these files through terminal.
Would you be able to help me via email or otherwise?
Thanks!
Marie.

7 01 2008
Taz (09:56:05) :

Hi Marie,

If you can execute the Terminal, all you have to do is to type the commands in the ’step by step’ above.

The first line in the ’step by step’ gives you Administrator access. The second just makes a backup of the original file, and the next three append the necessary changes to the file.

Hope this helps!

10 01 2008
Josh (00:48:55) :

Easy fix, thanks for the info :) I’ve posted a link to this on a support thread related to this. I’m sure they’ll be very happy with your fix as well.

12 01 2008
ina (08:59:20) :

sorry… but i dont follow :( I’m havent got a clue about programming but still would like to solve the issue on my macbook. i’m running leopard and adium x 1.2, have 2 msn accounts [.co & .co.uk] and can connect with neither!

where do i need to enter these step by step instructions?

thanks a lot and sorry for not knowing

12 01 2008
Taz (14:19:33) :

No problems. :)

You need to run up the Terminal program first. To do this, hit cmd+space to bring up Spotlight, and then type Terminal. Hit enter. The terminal window should now come up.

Now follow the step by step above, or just cut and paste each line in turn, hitting enter in between.

If you still have problems contact me via ichat and I’ll remote into your machine to do it for you (ichat id: tnaseem@mac.com).

Hope this helps!

12 01 2008
ina (17:34:21) :

thanks tax

i ran the instructions i believe correctly but still no luck

:s

in my desperation i even installed microsoft messenger :s

14 01 2008
Taz (09:20:38) :

If you go back into Terminal, and type:-

cat /etc/hosts

It should list the contents of the hosts file. So, if you’ve followed the step by step above correctly, the following lines should be present in the file:-

65.54.179.216 nexus.passport.com
65.54.239.20 messenger.hotmail.com
65.54.183.203 login.live.com

Just worth checking!

14 01 2008
ina (23:16:11) :

uhm… this is what it says:

sh-3.2# cat /etc/hosts
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
fe80::1%lo0 localhost
65.54.239.20 messenger.hotmail.com
65.54.179.216 nexus.passport.com
65.54.183.203 login.live.com
207.46.96.153 messenger.hotmail.com
65.54.179.216 nexus.passport.com
65.54.179.203 login.live.com
sh-3.2#

i surely must have done something wrong!

:s

23 01 2008
ina (21:11:09) :

me again…

adium is back to normal I think after the update of january 18th

24 01 2008
Rashiy (22:09:00) :

Hello Tarique.

I am unable to sign into my msn, hotmail accounts. I have windows xp!! can u help plz.

thanks

Rashiy

3 02 2008
Kata (21:35:28) :

Dear Tarique,
I’m as lost as one can possibly get; bought this mac the other day (never used one before), have the same problem with messenger although it worked fine for days, read and tried your advice, but don’t even know how to work with the terminal. When I open it, I get “terminal-bash-80.24″ but which password do I have to insert? What’s Adium? I am ever so sorry to be such a novice and ask stupid questions, but could you help?

4 02 2008
Taz (02:48:13) :

Wow, you do sound lost! :)

I presume, if you’re not using Adium, you’re using MSN Messenger. Adium will allow you to not only connect to MSN, but other networks, such as AIm, Google Talk, etc. You can download it from here http://www.adiumx.com/

The password you need to type is your user password. The one you use to log into your system.

If you’re unfamiliar with the Mac Terminal, then you might want to check out this link: http://www.macdevcenter.com/pub/a/mac/2001/12/14/terminal_one.html

Hope this helps!

28 03 2008
Greet (12:58:57) :

It works! I tried everything suggested on the Adium Trac but nothing worked, this finally did the trick and I’m so happy to be able to login again :D Thank you very much!

14 04 2008
Anonymous (00:39:56) :

I have Leopard and Adium 1.2.4.

Not only can I not log into my msn account on Adium, but Adium also randomly closes on me now and then. Do you know if anyone else had this problem? How do I fix it?

PS I tried the lines which you suggested in the original post, but I still couldn’t log into my msn account. I also did the check for it by typing “cat /etc/hosts” and I had put in the lines correctly. *despair*

14 04 2008
nashat (00:40:21) :

I have Leopard and Adium 1.2.4.

Not only can I not log into my msn account on Adium, but Adium also randomly closes on me now and then. Do you know if anyone else had this problem? How do I fix it?

PS I tried the lines which you suggested in the original post, but I still couldn’t log into my msn account. I also did the check for it by typing “cat /etc/hosts” and I had put in the lines correctly. *despair*

23 05 2008
Tarique Naseem (00:09:30) :

Hi Nashat,

I presume you’re the person that just contacted me via ichat. If so, sounds like you’ve got it sorted :)

13 06 2008
Guilherme T. (03:04:22) :

Set your own DNS-Servers, under Network “Advanced…” –> DNS e.g.

208.67.222.222
&
208.67.220.220

Normally only your Router will be listed.

then:

sudo dscacheutil -flushcache

After this, start Adium and enjoy

27 06 2008
Yonghwee (09:28:51) :

Thanks for providing the snippet of code to remove the workaround! Am on OS X 10.5.3 and no problems whatsoever with Adium connecting to MSN.

Cheers!

6 08 2008
Julius (16:12:38) :

Ciao,

I’m using Leopard 10.5.4 and I’m still experiencing the problem even though I managed to succesfully add the lines to /etc/hosts. According to Craig Hunter at http://hunter.pairsite.com/blogs/blog20080603.html, the problem was with Leopard first asking a server for a SRV instead of the A that’s been widely used for ages even though it’s been a recommended standard for eight years. The problem was fixed by reverting back to the original way of handling things in 10.5.3, but one would think that the setup wouldn’t have been changed when moving to 5.4. I still have the problem, so this might’ve been the case. I tried another fix too with no results. Maybe you, dear Tarique, could try this same fix again remotely, in case I did something wrong?

Cheers,
Julius

6 08 2008
Julius (16:36:39) :

Okay, I’ve come to the conclusion that I’d just like to get the stuff I’ve added out from the hosts-file. I reverted to the backup but I still get this:

##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
fe80::1%lo0 localhost
65.54.239.20 messenger.hotmail.com
65.54.179.216 nexus.passport.com
65.54.183.203 login.live.com
65.54.239.20 messenger.hotmail.com

Leave a comment

You can use these tags : <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>


Profile View Tarique Naseem's LinkedIn profileView Tarique Naseem's profile


Recent Posts

  • In Remembrance of Subedar Mohammed Ali, and All Commonwealth Soldiers Who Served Alongside the British
  • Virtuality - Blast from the Past
  • Primary School Bans Pencil Cases
  • Alistair Darling is Hawk!
  • Leopard: Problems connecting to Windows Live Messenger using Adium

Categories

  • blog
  • education
  • events
  • humour
  • lego
  • music
  • os
  • personal
  • privacy
  • projects
  • religion
  • serious games
  • tech
  • tips
  • virtual reality
  • web 2.0

Archives

  • November 2008
  • April 2008
  • March 2008
  • December 2007
  • November 2007
  • October 2007
  • August 2007
  • July 2007
  • May 2007
  • March 2007
  • January 2007
  • December 2006
  • March 2005
  • February 2005

Subscribe

  • Subscribe Posts
  • Subscribe Comments

FLICKR

Badges


rss Comments rss valid xhtml 1.1 design by jide powered by Wordpress get firefox