You are not logged in.
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
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