From owner-freebsd-current@FreeBSD.ORG Tue Aug 14 23:22:36 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 0B3B216A420 for ; Tue, 14 Aug 2007 23:22:36 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outY.internet-mail-service.net (outY.internet-mail-service.net [216.240.47.248]) by mx1.freebsd.org (Postfix) with ESMTP id EA38E13C457 for ; Tue, 14 Aug 2007 23:22:35 +0000 (UTC) (envelope-from julian@elischer.org) Received: from mx0.idiom.com (HELO idiom.com) (216.240.32.160) by out.internet-mail-service.net (qpsmtpd/0.40) with ESMTP; Tue, 14 Aug 2007 16:22:35 -0700 Received: from julian-mac.elischer.org (nat.ironport.com [63.251.108.100]) by idiom.com (Postfix) with ESMTP id 1AC7E125F65; Tue, 14 Aug 2007 16:22:35 -0700 (PDT) Message-ID: <46C2393B.8080508@elischer.org> Date: Tue, 14 Aug 2007 16:22:35 -0700 From: Julian Elischer User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Randall Stewart References: <46C2263F.4080607@cisco.com> In-Reply-To: <46C2263F.4080607@cisco.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: current@freebsd.org 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: Tue, 14 Aug 2007 23:22:36 -0000 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) > > R hmm Are you considering a network tunnelling interface? :-) ifconfig http0 create ifconfig http0 remote www.freebsd.org:6667 ifconfig http0 tunnelend myend route add default tunnelend Hmmm actually you could probably do this with netgraph or even tunnel (/dev/tun) devices right?