Re: [Asrg] DNS over SCTP

Michael Tüxen <Michael.Tuexen@lurchi.franken.de> Fri, 29 May 2009 10:26 UTC

Return-Path: <Michael.Tuexen@lurchi.franken.de>
X-Original-To: asrg@core3.amsl.com
Delivered-To: asrg@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 4A6D828C126 for <asrg@core3.amsl.com>; Fri, 29 May 2009 03:26:46 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.7
X-Spam-Level:
X-Spam-Status: No, score=-1.7 tagged_above=-999 required=5 tests=[AWL=0.600, BAYES_00=-2.599, MIME_8BIT_HEADER=0.3, NO_RELAYS=-0.001]
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 Hk4K4Oyw2R33 for <asrg@core3.amsl.com>; Fri, 29 May 2009 03:26:46 -0700 (PDT)
Received: from mail-n.franken.de (mail-n.franken.de [193.175.24.27]) by core3.amsl.com (Postfix) with ESMTP id 7173F28C129 for <asrg@irtf.org>; Fri, 29 May 2009 03:25:45 -0700 (PDT)
Received: from [IPv6:2002:5481:e192::224:36ff:feef:67d1] (unknown [IPv6:2002:5481:e192:0:224:36ff:feef:67d1]) by mail-n.franken.de (Postfix) with ESMTP id E8B151C0B4627; Fri, 29 May 2009 12:27:21 +0200 (CEST)
Message-Id: <4269DAB6-325F-459F-BDA8-A4F3C3010863@lurchi.franken.de>
From: Michael Tüxen <Michael.Tuexen@lurchi.franken.de>
To: Alessandro Vesely <vesely@tana.it>
In-Reply-To: <4A1FB7B9.8070205@tana.it>
Content-Type: text/plain; charset="US-ASCII"; format="flowed"; delsp="yes"
Content-Transfer-Encoding: 7bit
Mime-Version: 1.0 (Apple Message framework v935.3)
Date: Fri, 29 May 2009 12:27:20 +0200
References: <4A1A45BA.5030704@swin.edu.au> <3be421270905250718y5d62f6d5odb6f2bebecf418d0@mail.gmail.com> <6684E747-55CB-4BB3-B838-9F4FE906AFE7@mail-abuse.org> <200905251603.MAA16221@Sparkle.Rodents-Montreal.ORG> <CCE0A3E1-4BCB-460C-AEA0-6548BB4AE8FE@mail-abuse.org> <4A1D64C9.5060505@tana.it> <47BC2197-472E-4615-97D2-F7E42B8F3B7D@mail-abuse.org> <4A1E8BD3.8000103@tana.it> <20090528131509.GA13521@nic.fr> <4A1E9CBF.4010703@tana.it> <20090528142325.GA22943@nic.fr> <4A1EB214.6090507@tana.it> <1E0EDA86-CFF5-40AC-AEE8-E943317E1E3C@virtualized.org> <4A1FB7B9.8070205@tana.it>
X-Mailer: Apple Mail (2.935.3)
X-Mailman-Approved-At: Sat, 30 May 2009 16:32:53 -0700
Cc: ietf@ietf.org, David Conrad <drc@virtualized.org>, Anti-Spam Research Group - IRTF <asrg@irtf.org>
Subject: Re: [Asrg] DNS over SCTP
X-BeenThere: asrg@irtf.org
X-Mailman-Version: 2.1.9
Precedence: list
Reply-To: Anti-Spam Research Group - IRTF <asrg@irtf.org>
List-Id: Anti-Spam Research Group - IRTF <asrg.irtf.org>
List-Unsubscribe: <http://www.irtf.org/mailman/listinfo/asrg>, <mailto:asrg-request@irtf.org?subject=unsubscribe>
List-Archive: <http://www.irtf.org/mail-archive/web/asrg>
List-Post: <mailto:asrg@irtf.org>
List-Help: <mailto:asrg-request@irtf.org?subject=help>
List-Subscribe: <http://www.irtf.org/mailman/listinfo/asrg>, <mailto:asrg-request@irtf.org?subject=subscribe>
X-List-Received-Date: Fri, 29 May 2009 10:26:46 -0000

On May 29, 2009, at 12:23 PM, Alessandro Vesely wrote:

> David Conrad wrote:
>> However, pragmatically speaking, I suspect it is going to be much,  
>> much easier to get DNSSEC deployed than it would be to get every  
>> router/firewall/NAT manufacturer and network operator to support/ 
>> deploy SCTP, not to mention getting every DNSSEC server to support  
>> DNS over SCTP.
>
> Shouldn't be difficult. I'm not much into either technology, but  
> since SCTP can be tunneled through UDP, it should be possible to  
> retrofit SCTP adoption onto an existing DNS implementation. On an OS  
> that provides SCTP natively, a module inserted between the DNS  
> daemon and its UDP sockets may operate the UDP/SCTP conversion when  
> the remote hosts support it. Then, it would just discard spurious  
> incoming UDP packets, and manage keep-alive settings for SCTP  
> connections. It can work on a separate host or firewall, without  
> even recompiling the DNS daemon.
On FreeBSD/MacOS X you can just code against the normal SCTP socket  
API and
set a sysctl that outgoing associations should be initiate via SCTP/ 
UDP/IPv[46].
For incoming associations everything is done automatically.
>
>
> _______________________________________________
> Ietf mailing list
> Ietf@ietf.org
> https://www.ietf.org/mailman/listinfo/ietf
>