9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: presotto@plan9.bell-labs.com
To: 9fans@cse.psu.edu
Subject: Re: [9fans] loopback question
Date: Wed, 28 Mar 2001 10:53:38 -0500	[thread overview]
Message-ID: <20010328155344.C6B7C199C0@mail.cse.psu.edu> (raw)

[-- Attachment #1: Type: text/plain, Size: 389 bytes --]

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?

[-- Attachment #2: Type: message/rfc822, Size: 2040 bytes --]

From: Ronald G Minnich <rminnich@lanl.gov>
To: 9fans@cse.psu.edu
Subject: [9fans] loopback question
Date: Wed, 28 Mar 2001 08:35:21 -0700 (MST)
Message-ID: <Pine.LNX.4.20.0103280833190.18026-100000@snaresland.acl.lanl.gov>

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

             reply	other threads:[~2001-03-28 15:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-03-28 15:53 presotto [this message]
2001-03-28 16:09 ` Ronald G Minnich
  -- strict thread matches above, loose matches on Subject: below --
2001-03-28 15:57 forsyth
2001-03-28 15:35 Ronald G Minnich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010328155344.C6B7C199C0@mail.cse.psu.edu \
    --to=presotto@plan9.bell-labs.com \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).