From mboxrd@z Thu Jan 1 00:00:00 1970 From: presotto@plan9.bell-labs.com To: 9fans@cse.psu.edu Subject: Re: [9fans] loopback question MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-firmdvgetostijnakeiddwsugq" Message-Id: <20010328155344.C6B7C199C0@mail.cse.psu.edu> Date: Wed, 28 Mar 2001 10:53:38 -0500 Topicbox-Message-UUID: 75eac422-eac9-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-firmdvgetostijnakeiddwsugq Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Make sure you have loopbackmedium in your kernel, e.g., link ... ethermedium loopbackmedium ... Then just use ipconfig to set it up: % ip/ipconfig loopback /dev/null 127.1 The /dev/null is not meaningful, it's ignored, ipconfig just needed a positional parameter there. Anything sent to 127.1 will loop back at the bottom of the stack. Is that what you wanted? --upas-firmdvgetostijnakeiddwsugq Content-Type: message/rfc822 Content-Disposition: inline Received: from plan9.cs.bell-labs.com ([135.104.9.2]) by plan9; Wed Mar 28 10:36:27 EST 2001 Received: from mail.cse.psu.edu ([130.203.4.6]) by plan9; Wed Mar 28 10:36:26 EST 2001 Received: from psuvax1.cse.psu.edu (psuvax1.cse.psu.edu [130.203.30.6]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 6B31219A02; Wed, 28 Mar 2001 10:36:10 -0500 (EST) Received: from acl.lanl.gov (acl.lanl.gov [128.165.147.1]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 135B8199C0 for <9fans@cse.psu.edu>; Wed, 28 Mar 2001 10:35:22 -0500 (EST) Received: from snaresland.acl.lanl.gov (root@snaresland.acl.lanl.gov [128.165.147.113]) by acl.lanl.gov (8.8.8/8.8.5) with ESMTP id IAA32502 for <9fans@cse.psu.edu>; Wed, 28 Mar 2001 08:35:21 -0700 (MST) Received: from localhost (rminnich@localhost) by snaresland.acl.lanl.gov (8.9.3/8.8.8) with ESMTP id IAA18152 for <9fans@cse.psu.edu>; Wed, 28 Mar 2001 08:35:21 -0700 X-Authentication-Warning: snaresland.acl.lanl.gov: rminnich owned process doing -bs From: Ronald G Minnich X-Sender: rminnich@snaresland.acl.lanl.gov To: 9fans@cse.psu.edu Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: [9fans] loopback question Sender: 9fans-admin@cse.psu.edu Errors-To: 9fans-admin@cse.psu.edu X-BeenThere: 9fans@cse.psu.edu X-Mailman-Version: 2.0.1 Precedence: bulk Reply-To: 9fans@cse.psu.edu List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.cse.psu.edu> List-Archive: Date: Wed, 28 Mar 2001 08:35:21 -0700 (MST) I was playing around last night trying to see how to get IP loopback to go, since I don't yet have a working network iface on my thinkpad and I want to play with export/import of filesystems. Is it possible to use devloopback as an IP loopback interface, or will that not quite work. My few initial attempts did not work. If not, is there a way to do IP loopback? thanks ron --upas-firmdvgetostijnakeiddwsugq--