9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: presotto@plan9.bell-labs.com
To: brojohnson@home.com, 9fans@cse.psu.edu
Subject: Re: [9fans] Newbie Network quesition
Date: Tue, 29 May 2001 08:04:32 -0400	[thread overview]
Message-ID: <20010529120436.3322A199D5@mail.cse.psu.edu> (raw)

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

This depends a bit on what the Linux box is doing for you.  Regardless,
the first two steps are:

1) describe the ethernet card in plan9.ini.  man plan9.ini for details
2) reboot and make sure the card was recognized.  You'll see a line in
the startup noise with the ethernet card type and address

The rest depends on your configuration.

3a)If your plan9 machine is connected directly to the cable modem
or if the Linux system is being a media bridge for it:

	ip/ipconfig -h hostid

should do it.  host id is the host id given to you by your @home
company.  It is used by their dhcp server to distinguish your system,
at least that's what they do where I live.  Dhcp should get the
rest of the info you need like gateway and dns servers to use.
If this works, change your /rc/bin/termrc to reflect it.

3b)If you are going to use your Linux box to actually be an IP
gateway, then either it will have to run a dhcp server or you'll
have to configure everything by hand.  Be sure to read rsc's
/sys/doc/start.ps.  Then you'll end up doing something like:

	ip/ipconfig -g gateway-ip-address ether /net/ether0 your-ip-address you-ip-mask
	echo '	dns=your-dns-server' >> /net/ndb

Cheers.

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

From: James <brojohnson@home.com>
To: 9fans@cse.psu.edu
Subject: [9fans] Newbie Network quesition
Date: Tue, 29 May 2001 09:18:15 GMT
Message-ID: <3B12F6D3.FD17DCBC@home.com>

I got Plan 9 installed. I did a Network install. I created a user (I
learn the basics of Sam, boy do I dig it!). I have @Home cablemodem
service with two static IP addresses. One is assign to me Linux
router/firewall that connects two other pc's to the world.
    The other IP address is for my Plan 9 box.  Sofar it is a standalone
box. I want to get it connected to the world. I want it to retrieve
email and all that good internet stuff, I also want to be able to work
on it from my linux boxes or any other remote location and have outside
users on it.
    Can someone PLEASE help me or send me a walk through on setting up a
Plan 9 box to use cablemodem so I could download, webbrowse and learn
more about Plan 9.
Thanks in advance for your help and time

James Johnson

             reply	other threads:[~2001-05-29 12:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-29 12:04 presotto [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-05-29  9:18 James

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=20010529120436.3322A199D5@mail.cse.psu.edu \
    --to=presotto@plan9.bell-labs.com \
    --cc=9fans@cse.psu.edu \
    --cc=brojohnson@home.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).