From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Wennie V. Lagmay" Subject: Re: msn and yahoo messenger voice chat Date: Wed, 13 Apr 2005 08:13:24 +0300 Message-ID: <000a01c53fe7$84f10370$dc0aa8c0@winntpro> References: <1113309566.425bc17e6a46f@webmail.yanbulink.net><20050412123940.GA26073@bender.817west.com><001101c53f6f$a198e9c0$dc0aa8c0@winntpro> <20050412170316.GA26811@bender.817west.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii" To: Jason Opperisano , netfilter@lists.netfilter.org Thank you very much, so far its working fine. regards, wennie ----- Original Message ----- From: "Jason Opperisano" To: Sent: Tuesday, April 12, 2005 8:03 PM Subject: Re: msn and yahoo messenger voice chat > On Tue, Apr 12, 2005 at 05:55:13PM +0300, Wennie V. Lagmay wrote: > > Hi Jason just to inform you what have I learn with the configuration from > > you. > > With this rule: > > iptables A POSTROUTING -s 192.169.10.0/24 -j SAME --to > > xxx.xxx.85.113-xxx.xxx.85.115, it is intermitent, i mean sometimes it > > connects to voice but sometimes it does't. > > try using the "--nodst" option: > > iptables -t nat -A POSTROUTING -s 192.169.10.0/24 \ > -j SAME --nodst --to xxx.xxx.85.113-xxx.xxx.85.115 > > -j > > -- > "Stewie: How deliciously evil. It's like something out of Stephen King. > Stephen King: Now for my 300th novel, a couple... is attacked... by > a giant lamp monster. > Editor: You're not even trying anymore are you?" > --Family Guy > >