LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 09-30-2004, 06:50 PM   #1
adityanag
LQ Newbie
 
Registered: Sep 2004
Posts: 8

Rep: Reputation: 0
MSN Messenger through Apache Proxy Server not working.


Hi,

I am behind an Apache proxy server. My problem is that Msn Messenger simply does not connect. I have entered the proper proxy settings. Yahoo Messenger works well, except for Voice chat and Web cam.

How do I get msn to work through the proxy. I do not need to use the advanced features, simple chat would be fine.

Alternatively, How can I use iptables to NAT only the messenger stuff and NOTHING else. I ask this because we use a user name based proxy, and I cannot allow pure NAT. Is there some Iptables rule which will allow me to NAT only the MSN ports and nothing else??

Thanks a lot

Aditya
 
Old 10-26-2004, 09:24 PM   #2
haimeltjnfg
Member
 
Registered: May 2004
Distribution: debian
Posts: 235

Rep: Reputation: 30
check out the program reaim. it's on sourceforge.
 
Old 10-27-2004, 03:13 AM   #3
n3tw0rk
Member
 
Registered: Sep 2003
Location: Rawalpindi, Pakistan
Distribution: Slackware
Posts: 86

Rep: Reputation: 15
Quote:
How can I use iptables to NAT only the messenger stuff and NOTHING else
MSN messenger uses port 1863. If you only want to allow MSN messenger traffic you should allow outgoing connection only to the port 1863 and allow incoming traffic only from port 1863 (on the outgoing Interface, the one that is connected to the Internet). First you should setup NAT, for that you can visit http://en.tldp.org/HOWTO/IP-Masquerade-HOWTO/

iptables -P FORWARD DROP
iptables -I FORWARD -p tcp --dport 1863 -j ACCEPT

The above two rules specify that your default forwarding policy is to drop the packets, however if the destination port is 1863 you allow it to pass through.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
msn messenger is not working with proxy squid Manjula.S Linux - Hardware 2 03-28-2007 07:06 AM
Accessing Yahoo Messenger through proxy Server thetechie_reck Linux - Networking 0 07-09-2004 12:48 AM
all messenger msn yahoo disconnect on a linux platform server xnet_online Linux - Networking 0 03-30-2004 02:08 PM
problems with msn messenger server? GT I.N.C Linux - Software 5 09-16-2003 03:57 PM
recommend msn messenger w/ proxy Clumsy Linux - Software 2 07-11-2002 10:39 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 03:28 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration