[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Sip] Draft: draft-holmberg-sip-keep-00.txt



Hadriel Kaplan writes:

 > Actually, it will cause problems for the device sending STUN, because
 > that next-hop proxy will (rightly) consider it a malformed attack and
 > blacklist the sender.

if proxy supports stun, it can recognize that the request is a stun
requests and not an attack.

 > But it's also because by letting the next-hop proxy know the sender
 > can send STUN or CRLF keepalives means the next-hop proxy does not
 > need to potentially do other things itself.

that does make sense, but then the ua needs to let the proxy know,
exactly which keepalive method(s) it supports and the proxy should be
able to respond, which one it wants to receive if there is more than one
that the us is advertising.

-- juha
_______________________________________________
Sip mailing list  https://www.ietf.org/mailman/listinfo/sip
This list is for NEW development of the core SIP Protocol
Use sip-implementors at From sip-bounces at ietf.org  Tue May  6 12:33:01 2008
Return-Path: <sip-bounces at ietf.org>
X-Original-To: sip-archive at optimus.ietf.org
Delivered-To: ietfarch-sip-archive at core3.amsl.com
Received: from core3.amsl.com (localhost [127.0.0.1])
	by core3.amsl.com (Postfix) with ESMTP id 95A4128C43A;
	Tue,  6 May 2008 12:33:01 -0700 (PDT)
X-Original-To: sip at core3.amsl.com
Delivered-To: sip at core3.amsl.com
Received: from localhost (localhost [127.0.0.1])
	by core3.amsl.com (Postfix) with ESMTP id 5A26B28C451
	for <sip at core3.amsl.com>; Tue,  6 May 2008 12:32:59 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.599
X-Spam-Level: 
X-Spam-Status: No, score=-2.599 tagged_above=-999 required=5 tests=[AWL=0.000, 
	BAYES_00=-2.599]
Received: from mail.ietf.org ([64.170.98.32])
	by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id Owom2woRoFo6 for <sip at core3.amsl.com>;
	Tue,  6 May 2008 12:32:58 -0700 (PDT)
Received: from tutpro.com (sip.tutpro.com [192.98.100.10])
	by core3.amsl.com (Postfix) with ESMTP id 637E428C43A
	for <sip at ietf.org>; Tue,  6 May 2008 12:32:58 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1])
	by tutpro.com (Postfix) with ESMTP id 3C8591EC29D;
	Tue,  6 May 2008 22:32:55 +0300 (EEST)
Received: from tutpro.com ([127.0.0.1])
	by localhost (tutpro.com [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id J60XJO4BZbcO; Tue,  6 May 2008 22:32:40 +0300 (EEST)
Received: from taimen (h14830.gprs.dnafinland.fi [87.93.148.30])
	by tutpro.com (Postfix) with ESMTP;
	Tue,  6 May 2008 22:32:40 +0300 (EEST)
Received: by taimen (Postfix, from userid 1000)
	id 68126AC070; Tue,  6 May 2008 22:32:35 +0300 (EEST)
MIME-Version: 1.0
Message-ID: <18464.45651.393965.611407 at taimen.test.fi>
Date: Tue, 6 May 2008 22:32:35 +0300
To: Hadriel Kaplan <HKaplan at acmepacket.com>
In-Reply-To: <E6C2E8958BA59A4FB960963D475F7AC30BD7FD367F at mail.acmepacket.com>
References: <CA9998CD4A020D418654FCDEF4E707DF046C7761 at esealmw113.eemea.ericsson.se>
	<18464.32846.367237.654872 at taimen.test.fi>
	<1ECE0EB50388174790F9694F77522CCF169722C3 at zrc2hxm0.corp.nortel.com>
	<18464.40898.695492.290843 at taimen.test.fi>
	<1ECE0EB50388174790F9694F77522CCF169723EE at zrc2hxm0.corp.nortel.com>
	<18464.43200.840240.726767 at taimen.test.fi>
	<E6C2E8958BA59A4FB960963D475F7AC30BD7FD367F at mail.acmepacket.com>
X-Mailer: VM 7.19 under Emacs 21.4.1
From: jh at tutpro.com (Juha Heinanen)
Cc: "sip at ietf.org" <sip at ietf.org>, Francois Audet <audet at nortel.com>,
	Christer Holmberg <christer.holmberg at ericsson.com>
Subject: Re: [Sip] Draft: draft-holmberg-sip-keep-00.txt
X-BeenThere: sip at ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Session Initiation Protocol <sip.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/sip>,
	<mailto:sip-request at ietf.org?subject=unsubscribe>
List-Post: <mailto:sip at ietf.org>
List-Help: <mailto:sip-request at ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/sip>,
	<mailto:sip-request at ietf.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: sip-bounces at ietf.org
Errors-To: sip-bounces at ietf.org

Hadriel Kaplan writes:

 > Actually, it will cause problems for the device sending STUN, because
 > that next-hop proxy will (rightly) consider it a malformed attack and
 > blacklist the sender.

if proxy supports stun, it can recognize that the request is a stun
requests and not an attack.

 > But it's also because by letting the next-hop proxy know the sender
 > can send STUN or CRLF keepalives means the next-hop proxy does not
 > need to potentially do other things itself.

that does make sense, but then the ua needs to let the proxy know,
exactly which keepalive method(s) it supports and the proxy should be
able to respond, which one it wants to receive if there is more than one
that the us is advertising.

-- juha
_______________________________________________
Sip mailing list  https://www.ietf.org/mailman/listinfo/sip
This list is for NEW development of the core SIP Protocol
Use sip-implementors at cs.columcs.columbia.edu for questions on current sip
Use sipping at ietf.org for new developments on the application of sip


bia.edu for questions on current sip
Use sipping at ietf.org for new developments on the application of sip