You are not logged in.

#1 2004-07-13 05:22:45

nkw
Member
Registered: 2004-03-26
Posts: 80

help, msn voice chat doesn't work when using a gateway?

I am using archlinux as a gateway to sharing Internet access (Comcast cable). All packages are updated. The following is my /etc/conf.d/iptables. The Internet works but currently I found the MSN voice chat doesn't work.

Anyway to make it works? Thanks.

# Configuration for iptables rules

# Generated by iptables-save v1.2.9 on Sat Jul 10 23:54:26 2004
*nat
:PREROUTING ACCEPT [25:1619]
:POSTROUTING ACCEPT [119:7444]
:OUTPUT ACCEPT [119:7444]
-A POSTROUTING -s 192.168.0.0/255.255.255.0 -j MASQUERADE
COMMIT
# Completed on Sat Jul 10 23:54:26 2004
# Generated by iptables-save v1.2.9 on Sat Jul 10 23:54:26 2004

IPTABLES=/usr/sbin/iptables

#IPTABLES_CONF=/etc/iptables/iptables.rules
IPTABLES_FORWARD=1

Offline

#2 2004-07-18 13:31:34

morphus
Member
From: Braunschweig
Registered: 2003-08-06
Posts: 145

Re: help, msn voice chat doesn't work when using a gateway?

You have to forward the ports msn is using.

The main idea: The one you are chatting with wants to enable a connection to you and knocks on your gateway on a special port. Since your gateway doesn't know to which this port and this request belongs he says sorry no service available.
But when you forward this port to the client-ip you are using to chat it should work. Look for port and forwarding on google and you should find some useful stuff

Offline

Board footer

Powered by FluxBB