RE: [Simple] MSRP connection problem

wangxiao <wangsmile@huawei.com> Tue, 16 August 2005 12:49 UTC

Received: from localhost.localdomain ([127.0.0.1] helo=megatron.ietf.org) by megatron.ietf.org with esmtp (Exim 4.32) id 1E50sX-00081J-D2; Tue, 16 Aug 2005 08:49:17 -0400
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org) by megatron.ietf.org with esmtp (Exim 4.32) id 1E50sS-0007ym-I1 for simple@megatron.ietf.org; Tue, 16 Aug 2005 08:49:12 -0400
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id IAA07934 for <simple@ietf.org>; Tue, 16 Aug 2005 08:49:10 -0400 (EDT)
Received: from szxga02-in.huawei.com ([61.144.161.54] helo=huawei.com) by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1E51Rj-0008LH-7o for simple@ietf.org; Tue, 16 Aug 2005 09:25:44 -0400
Received: from huawei.com (szxga02-in [172.24.2.6]) by szxga02-in.huawei.com (iPlanet Messaging Server 5.2 HotFix 1.25 (built Mar 3 2004)) with ESMTP id <0ILB000MKFX1BN@szxga02-in.huawei.com> for simple@ietf.org; Tue, 16 Aug 2005 20:55:49 +0800 (CST)
Received: from szxml01-in ([172.24.1.3]) by szxga02-in.huawei.com (iPlanet Messaging Server 5.2 HotFix 1.25 (built Mar 3 2004)) with ESMTP id <0ILB00D63FX1FN@szxga02-in.huawei.com> for simple@ietf.org; Tue, 16 Aug 2005 20:55:49 +0800 (CST)
Received: from w39649a ([10.76.176.178]) by szxml01-in.huawei.com (iPlanet Messaging Server 5.2 HotFix 1.25 (built Mar 3 2004)) with ESMTPA id <0ILB00HBGG2408@szxml01-in.huawei.com>; Tue, 16 Aug 2005 20:58:52 +0800 (CST)
Date: Tue, 16 Aug 2005 20:49:28 +0800
From: wangxiao <wangsmile@huawei.com>
Subject: RE: [Simple] MSRP connection problem
In-reply-to: <42FCDDA8.6030409@cisco.com>
To: 'Paul Kyzivat' <pkyzivat@cisco.com>, 'Stallman' <zodist@gmail.com>
Message-id: <000001c5a260$f0ab5e90$b2b04c0a@china.huawei.com>
MIME-version: 1.0
X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
X-Mailer: Microsoft Outlook, Build 10.0.6626
Content-type: text/plain; charset="us-ascii"
Content-transfer-encoding: 7bit
Importance: Normal
X-Priority: 3 (Normal)
X-MSMail-priority: Normal
X-Spam-Score: 0.0 (/)
X-Scan-Signature: a2c12dacc0736f14d6b540e805505a86
Content-Transfer-Encoding: 7bit
Cc: simple@ietf.org
X-BeenThere: simple@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: SIP for Instant Messaging and Presence Leveraging Extensions <simple.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/simple>, <mailto:simple-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/simple>
List-Post: <mailto:simple@ietf.org>
List-Help: <mailto:simple-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/simple>, <mailto:simple-request@ietf.org?subject=subscribe>
Sender: simple-bounces@ietf.org
Errors-To: simple-bounces@ietf.org

Hi, Paul
I think of your meams is that relay is a proxy used to transmit the message.
The user behind a NAT,he can connect relay which provides service for him.
Because of use TCP,so connect relay successful,both relay and user can send 
data cross NAT. But there has another problem,MSRP uses INVITE and its
response
to exchange SDP(offer/answer).The INVITE how to cross NAT?( whether or not
the user must use TCP to receive INVITE?)

Thanks

Thank for 

Sean Wang

-----Original Message-----
From: simple-bounces@ietf.org [mailto:simple-bounces@ietf.org] On Behalf Of
Paul Kyzivat
Sent: Saturday, August 13, 2005 1:35 AM
To: Stallman
Cc: simple@ietf.org
Subject: Re: [Simple] MSRP connection problem

I'm responding to simple too because maybe others want to discuss this.

If you were behind a residential NAT, you might need to use the services
of a relay out in the open internet - maybe its a free one, or maybe you
have to contract for service.

If you are in an enterprise, you probably have your own relay in the DMZ.

Either way, it works because you can connect to it, and it is in a place
where it can both make and receive connections. It sounds like you may
not have seen the MSRP relay draft.It is
draft-ietf-simple-msrp-relays-05.txt.

	Paul

Stallman wrote:
 > the real thing is there are many PC clients use NAT access to Internet.
 > they can not control the NAT policy,
 > does there need a relay and how to initial connection,
 > can you give me an example,? Thanks in advanced.
 >
 >
 > On 8/12/05, *Paul Kyzivat* <pkyzivat@cisco.com
 > <mailto:pkyzivat@cisco.com>> wrote:
 >
 >     If Alice is in such a situation, then her UA should be configured 
to use
 >     an MSRP relay that may be accessed thru the firewall.
 >
 >            Paul
 >
 >     Stallman wrote:
 >      > hello, everyone.
 >      >
 >      > I occur an hard problem with MSRP session.
 >      >
 >      > I act as a conference server, I INVITE alice join my conference,
 >      > but alice behind a firewall or alice in a private network,
 >      > how can connect to alice ?
 >      >
 >      >
 >      > --
 >      > _______________________________
 >      > Reply mail in one business day.
 >      > Email: zodist@gmail.com <mailto:zodist@gmail.com> <mailto:
 >     zodist@gmail.com <mailto:zodist@gmail.com>>
 >      >
 >      >
 >      >
 > 
------------------------------------------------------------------------
 >      >
 >      > _______________________________________________
 >      > Simple mailing list
 >      > Simple@ietf.org <mailto:Simple@ietf.org>
 >      > https://www1.ietf.org/mailman/listinfo/simple
 >
 >
 >
 >
 > --
 > _______________________________
 > Reply mail in one business day.
 > Email: zodist@gmail.com <mailto:zodist@gmail.com>


_______________________________________________
Simple mailing list
Simple@ietf.org
https://www1.ietf.org/mailman/listinfo/simple


_______________________________________________
Simple mailing list
Simple@ietf.org
https://www1.ietf.org/mailman/listinfo/simple