From owner-freebsd-current@FreeBSD.ORG Wed Aug 15 20:28:27 2007 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BDB316A417 for ; Wed, 15 Aug 2007 20:28:27 +0000 (UTC) (envelope-from fbsdlists@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.239]) by mx1.freebsd.org (Postfix) with ESMTP id 0725413C461 for ; Wed, 15 Aug 2007 20:28:26 +0000 (UTC) (envelope-from fbsdlists@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so26459nzf for ; Wed, 15 Aug 2007 13:28:26 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=asZIWUZNhwz4Xxazvx4PQVO4+YC8ZDjLZ3kBdFS84/uYck+XTHudN+G9gN+2XFzeTWnmaYOeekcLrBgqro4z7luEEme1/zUF9FH5GrHgTjJ38aUuGRajFIOdGkUJKthPl4dX2kJOJpD7yNDp60YI5O8m6YKML1JpUCv1O3SEZ9Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gAKNIhVeC4vX6vZajDbTyLx4KvN5/6aa6J1ZtA9137qs6GcsU4PKaz1RDYwHmbHqHXAgteOeATtC35PGGtBAOOPVbbYeVJJcrW0mYbdcDXAIUKM98yUll6i8+kdEUZFmysKUEK/rrKnm/nYsv7aIuJqexqygjt4ch/tnqWsLiIc= Received: by 10.142.52.9 with SMTP id z9mr50273wfz.1187208120294; Wed, 15 Aug 2007 13:02:00 -0700 (PDT) Received: by 10.142.80.8 with HTTP; Wed, 15 Aug 2007 13:02:00 -0700 (PDT) Message-ID: <54db43990708151302u62515d9fldeb836fa778d9f16@mail.gmail.com> Date: Wed, 15 Aug 2007 16:02:00 -0400 From: "Bob Johnson" To: current@freebsd.org In-Reply-To: <36C33C6D-8EDE-4000-9B3D-164CD580BE7F@xbsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46C2263F.4080607@cisco.com> <46C2399A.2050401@elischer.org> <36C33C6D-8EDE-4000-9B3D-164CD580BE7F@xbsd.org> Cc: Subject: Re: IP over HTTP? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Aug 2007 20:28:27 -0000 On 8/14/07, Florent Thoumie wrote: > On 15 Aug 2007, at 00:24, Julian Elischer wrote: > > > Kip Macy wrote: > >> On 8/14/07, Randall Stewart wrote: > >>> Hi all: > >>> > >>> Just curious.. as anyone did this on BSD? > >>> > >>> If so, pointers would be nice.. if not... I may (but > >>> I won't go into the rant as why ;-D) > >> I can guess. I believe there is an IPoDNS netgraph module floating > >> around that *might* make a good reference. > >> -Kip > > > > OH Come on.. if you have a reference, cough up :-) > > It should be committed! (how many times have I wanted that?) > > I second that, if only for the coolness factor :-) For coolness factor, it's hard to beat the TCP-over-email proof-of-concept I ran across about ten or twelve years ago. Mostly useless, but very entertaining. It was probably the one done by Marcus Ranum http://www.ranum.com/, but I don't really remember. And then there is RFC 1149: http://tools.ietf.org/html/rfc1149, which according to Wikipedia, has actually been implemented by a Linux group who apparently were having a slow weekend. - Bob