LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-18-2003, 09:07 AM   #1
mafa
LQ Newbie
 
Registered: Jan 2003
Posts: 6

Rep: Reputation: 0
Angry MSN Voice and iptables...


Hi All!

I have a Linux gateway (Redhat 7.2), and found, that I can chat with MSN Messenger, but the linux box doesn't allow to do voice conversation...:-(
I use iptables with the following settings:

iptables --table nat --append POSTROUTING --out-interface eth0 -j MASQUERADE
iptables --append FORWARD --in-interface eth1 -j ACCEPT

Does anyone know something to solve this problem?

Thanks: MaFa
 
Old 09-21-2003, 04:09 PM   #2
pnh73
Member
 
Registered: Jul 2003
Location: Birmingham, UK
Distribution: Ubuntu,Debian
Posts: 381

Rep: Reputation: 30
Are you behind a firewall or NAT router? This can be problem with MSN as voice conversations and file transfers usually dont work if you are behind NAT or a firewall. You need to enable both UDP and TCP incoming/outgoing connections from the correct ports (6901 i think) i am not sure on the syntax though.

HTH
 
Old 10-05-2003, 06:23 PM   #3
compucated
LQ Newbie
 
Registered: Aug 2003
Location: Karachi, Pakistan
Distribution: Redhat
Posts: 2

Rep: Reputation: 0
To enable voice communications in MSN Messenger , make sure that outgoing TCP connections from port 6901 are enabled.
Also enable UDP packets where either the source or the destination port is 6901.
iptables -A FORWARD -p tcp --dport 6901 -j ACCEPT
iptables -A FORWARD -p udp --sport 6901 -j ACCEPT
iptables -A FORWARD -p udp --dport 6901 -j ACCEPT

Also Masquerade this port,
iptables -t nat -A POSTROUTING -p tcp --dport 6901 -o eth1 -j MASQUERADE

This is all to open voice for MSN Messenger,
your posted iptables lines are enough for these rules, did you posted your complete rules?
What the commands
iptables -t nat -L
and
iptables -L
showing?
 
Old 10-06-2003, 03:35 AM   #4
geoff-taylor@ho
Member
 
Registered: May 2002
Location: Frinton on Sea, Essex, UK
Distribution: SuSE 7.3
Posts: 47

Rep: Reputation: 15
Just to chuck my bit in I have exactly the same problem, and was losing my sanity over the weekend trying to get voice to work. I am going to give this a go, if i have success I'll post back, if any one else has success would they let me know, please....

Geoff.
 
Old 10-06-2003, 10:48 AM   #5
mafa
LQ Newbie
 
Registered: Jan 2003
Posts: 6

Original Poster
Rep: Reputation: 0
Unfortunately after my last post our internet connection broke down... :-( I'll try it ASAP, and will write the result.
 
Old 12-25-2003, 09:28 PM   #6
Giles
LQ Newbie
 
Registered: Dec 2003
Posts: 6

Rep: Reputation: 0
Quote:
Originally posted by mafa
Unfortunately after my last post our internet connection broke down... :-( I'll try it ASAP, and will write the result.
I know its been a while, but were you able to get this to work?

Thanks!
-Giles
 
  


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 and yahoo messenger voice chat wennie Linux - Security 1 05-04-2005 04:01 AM
program that supports voice chatting with msn? jimdaworm Linux - Software 5 08-03-2004 04:35 AM
MSN Messenger voice chat araldit Linux - Newbie 3 04-03-2004 12:30 PM
How Msn Messenger Voice Chat Works On Linux. virgo20 Linux - General 1 12-26-2003 09:48 AM
voice chat with linphone and msn messenger dev8080 Linux - Software 0 08-19-2003 01:15 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:48 PM.

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