Linux Netfilter discussions
 help / color / mirror / Atom feed
From: "MagicWind" <magicwind@citiz.net>
To: netfilter@lists.netfilter.org
Subject: How can I configure my firewall to access voice chat with MSN  messenger 6.2?
Date: Wed, 4 Aug 2004 23:09:09 +0800	[thread overview]
Message-ID: <006c01c47a35$02e03540$0201a8c0@MagicwindLaptop> (raw)

[-- Attachment #1: Type: text/plain, Size: 697 bytes --]

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?

[-- Attachment #2: Type: text/html, Size: 1373 bytes --]

             reply	other threads:[~2004-08-04 15:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-04 15:09 MagicWind [this message]
2004-08-04 15:30 ` How can I configure my firewall to access voice chat with MSN messenger 6.2? Alejandro Cabrera Obed
2004-08-04 15:51 ` Alejandro Flores
  -- 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='006c01c47a35$02e03540$0201a8c0@MagicwindLaptop' \
    --to=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