All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jason Opperisano <opie@817west.com>
To: netfilter@lists.netfilter.org
Subject: Re: msn and yahoo messenger voice chat
Date: Mon, 11 Apr 2005 18:19:40 -0400	[thread overview]
Message-ID: <20050411221940.GA23947@bender.817west.com> (raw)
In-Reply-To: <002a01c53ccd$9fd13f60$6e5577d4@winntpro>

On Sat, Apr 09, 2005 at 09:30:29AM +0300, Wennie V. Lagmay wrote:
> Hi all,
> 
> Below are the config I tested and results:
> 
> 1. IPTABLES -A POSTROUTING -s 192.169.10.0/255.255.255.0 -j SNAT --to-source
> xxx.xxx.85.113-xxx.xxx.85.115
> 2. IPTABLES -A POSTROUTING -s 192.169.10.0/255.255.255.0 -d
> xxx.xxx.85.113 -j MASQUERADE
> 3. IPTABLES -A POSTROUTING -s 192.169.10.0/255.255.255.0 -j MASQUERADE
> 
> config 1, everything is working fine except  msn and yahoo messenger voice
> chat.
> config 2, everything is working fine except  msn and yahoo messenger voice
> chat.
> config 3, everything is working fine including msn and yahoo messenger voice
> chat, the only problem is that this configuration is not fitted to our
> setup. Can anybody have an idea on using config 1 and 2 with msn and yahoo
> messenger voice chat enable? or do you have any solution enabling similar to
> config 1 with all features enable?

use the SAME target from PoM to tell iptables to use the same SNAT IP
for subsequent connections between the same src and dst IP:

  iptables -t nat -A POSTROUTING -s 192.169.10.0/24 \
    -j SAME --to xxx.xxx.85.113-xxx.xxx.85.115

-j

--
"Peter: You wanna talk about awkward moments? Once, during sex,
 I called Lois "Frank". Your move, Sherlock."
        --Family Guy


  reply	other threads:[~2005-04-11 22:19 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-09  6:30 msn and yahoo messenger voice chat Wennie V. Lagmay
2005-04-11 22:19 ` Jason Opperisano [this message]
2005-04-12 12:27   ` Wennie V. Lagmay
     [not found] <1113309566.425bc17e6a46f@webmail.yanbulink.net>
2005-04-12 12:39 ` Jason Opperisano
2005-04-12 14:55   ` Wennie V. Lagmay
2005-04-12 17:03     ` Jason Opperisano
2005-04-13  5:13       ` Wennie V. Lagmay
2005-04-14  5:11     ` Wennie V. Lagmay
2005-04-14 12:05       ` Jason Opperisano
  -- strict thread matches above, loose matches on Subject: below --
2005-04-12 14:27 Daniel Lopes

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=20050411221940.GA23947@bender.817west.com \
    --to=opie@817west.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.