9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: presotto@plan9.bell-labs.com
To: alteridentity@yahoo.com, 9fans@cse.psu.edu
Subject: Re: [9fans] Experiences Installing Version 3: Another Take
Date: Tue, 13 Jun 2000 19:10:12 -0400	[thread overview]
Message-ID: <200006132310.TAA24457@cse.psu.edu> (raw)

	netstat -in
or
	cat /net/ipifc/*/status

will show you what your address
really is, what it thinks the network mask is, etc.

Someone may indeed be answering your dhcp requests.  If you
want to see what dhcp is learning, you can run by hand

	ip/ipconfig -dDn

It'll print out the results of the dhcp steps.  you'll see the
server giving you info.  You cat see the final results of
the dhcp with

	cat /net/ndb

Finally, to override dhcp completely, change the ipconfig entry
in your /rc/bin/termrc with:

	ip/ipconfig -g xxx 192.168.1.7 255.255.255.0

here xxx is the ip address of your gateway.  I forgot was it was
in your previous message


             reply	other threads:[~2000-06-13 23:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-06-13 23:10 presotto [this message]
     [not found] <md5:423A20ACEE42E23F835ACCC4E5CBB34E>
2000-06-14  0:14 ` James G. Stallings II
  -- strict thread matches above, loose matches on Subject: below --
2000-06-13 14:22 presotto
2000-06-13 22:40 ` James G. Stallings II
2000-06-13  9:10 James G. Stallings II

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=200006132310.TAA24457@cse.psu.edu \
    --to=presotto@plan9.bell-labs.com \
    --cc=9fans@cse.psu.edu \
    --cc=alteridentity@yahoo.com \
    /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).