From: Alejandro Flores <alejandro.flores@triforsec.com.br>
To: MagicWind <magicwind@citiz.net>
Cc: netfilter@lists.netfilter.org
Subject: Re: How can I configure my firewall to access voice chat with MSN messenger 6.2?
Date: Wed, 04 Aug 2004 12:51:04 -0300 [thread overview]
Message-ID: <1091634664.14988.6.camel@aflores> (raw)
In-Reply-To: <006c01c47a35$02e03540$0201a8c0@MagicwindLaptop>
Hello there,
Voice/video on MSN doesn't work behind firewall/nat. The negotiation of
the void/video connection is done in the payload of the packet.
Take a look at linux-igd:
http://linux-igd.sourceforge.net/
It's working for me.
Regards,
Alejandro Flores
> I have a linux server which is configured as a router connecting my
> internal network and the internet. using the following iptables
> rules:
>
> iptables -A FORWARD -i eth0 -o eth1 -m state --state
> ESTABLISHED,RELATED -j ACCEPT
> iptables -A FORWARD -i eth1 -o eth0 -j ACCEPT
> iptables -A FORWARD -j LOG
> iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
>
> where eth0 is the netword adapter linking to the internet and the eth1
> is the adapter linking to the internal network.
> It seems the network works quite well, except for the voice connection
> of MSN messenger 6.2. I can't either initial a voice chat or accept a
> voice chat.
>
> I've got absolutely no idea how to make it work. Any ideas?
>
next prev parent reply other threads:[~2004-08-04 15:51 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-04 15:09 How can I configure my firewall to access voice chat with MSN messenger 6.2? MagicWind
2004-08-04 15:30 ` Alejandro Cabrera Obed
2004-08-04 15:51 ` Alejandro Flores [this message]
-- strict thread matches above, loose matches on Subject: below --
2004-08-04 11:02 MagicWind
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1091634664.14988.6.camel@aflores \
--to=alejandro.flores@triforsec.com.br \
--cc=magicwind@citiz.net \
--cc=netfilter@lists.netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox