Using HTTP proxies with iSCSI

csapuntz@cisco.com Thu, 12 October 2000 07:28 UTC

Return-Path: <owner-ips@ECE.cmu.edu>
Received: from ECE.CMU.EDU by cnoc.pdl.cs.cmu.edu id aa06289; 12 Oct 2000 3:28 EDT
Received: by ece.cmu.edu (8.9.2/8.8.8) id CAA28067 for ips-outgoing; Thu, 12 Oct 2000 02:36:06 -0400 (EDT)
X-Authentication-Warning: ece.cmu.edu: majordom set sender to owner-ips@ece.cmu.edu using -f
Received: from csapuntz-u1.cisco.com (play-doh.Stanford.EDU [128.12.131.42]) by ece.cmu.edu (8.9.2/8.8.8) with ESMTP id CAA28061 for <ips@ece.cmu.edu>; Thu, 12 Oct 2000 02:36:02 -0400 (EDT)
From: csapuntz@cisco.com
Received: by csapuntz-u1.cisco.com (Postfix, from userid 500) id 42DB78E73; Wed, 11 Oct 2000 23:29:28 -0700 (PDT)
To: ips@ece.cmu.edu
Subject: Using HTTP proxies with iSCSI
References: <0F31E5C394DAD311B60C00E029101A07041010A8@corpmx9.isus.emc.com>
Cc: csapuntz@cisco.com
X-csapuntz: outbox
Mime-Version: 1.0 (generated by tm-edit 1.5)
Content-Type: text/plain; charset="US-ASCII"
Date: Wed, 11 Oct 2000 23:29:28 -0700
In-Reply-To: Black_David@emc.com's message of "Wed, 11 Oct 2000 14:17:51 -0400"
Message-ID: <m3vguyk1x3.fsf@csapuntz-u1.cisco.com>
Lines: 15
X-Mailer: Gnus v5.6.45/XEmacs 21.1 - "Bryce Canyon"
Sender: owner-ips@ece.cmu.edu
Precedence: bulk

Just a note for future reference (not meant to spark discussion)...

HTTP has a way of de facto standard way of setting up TCP connections through
HTTP proxies. See the CONNECT verb in section 9.9 of RFC 2616 and
the expired draft at:

http://www.alternic.org/drafts/drafts-l-m/draft-luotonen-web-proxy-tunneling-01.html

This mechanism could be used for iSCSI.

This mechanism is in-band, in that it occurs on the same TCP connection,
yet out-of-band, since it is iSCSI independent.

-Costa