9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] planning an installation
@ 2000-07-09 21:13 Matt
  2000-07-09 21:58 ` Kevin McQuiggin
  0 siblings, 1 reply; 7+ messages in thread
From: Matt @ 2000-07-09 21:13 UTC (permalink / raw)
  To: 9fans

Hi,

I've spent some tim ein the last few weeks trying to get a plan9
installation going as it's the most attractive OS I have come across.

Despite the documentation there are a few things I'm not dead sure about and
I'm hoping for some clarification.

I was hopnig to do a single computer installation but from reading through
the list archive I have half drawn the conclusion that this is not the way
to go. Plan9's distributed architecture is attractive on a network but am I
*forced* to have 3 machines dedicated to getting my first workstation going?

On the machine I installed on I couldn't get the network going. I did manage
to get it to respond to pings once but it has elluded me since. (on a
related note how do I ping out - i can't find a ping command anywhere!!)

I suspect that the problem lies with the single machine paradigm but could
use some help getting it going.

thnaks for your time and sorry for being so useless. Coming to something new
like this can really make your head hurt and hopefully it's just something I
can't see buried in the unfamilair.

my /lib/ndb/local

#################
database=
    file=/lib/ndb/local
    file=/lib/ndb/common

ipnet=lucid-net ip=195.182.167.0 ipmask=255.255.255.240
    dns=195.182.164.1
    dns=195.182.164.2
    ipgw=195.182.167.1
    auth=donk
    cpu=donk

# my other computer
ip=195.182.167.2 sys=lorry

#my plan 9 pc
ip=195.182.167.7 sys=donk ether=0020afbd3304
    proto=il

#################

my /rc/bin/termrc

fileserver=kfs
cpu=donk
facedom=FACEDOM
ndb/cs
sysname=`{cat /dev/sysname}
mount -c /srv/boot /n/termrc.tmp
bind -c /n/termrc.tmp/mail /mail
unmount /n/termrc.tmp

# i picked this tip up from mail-list - i was getting dhcp lookups
ip/ipconfig -g 195.182.167.1 195.182.167.7 255.255.255.240

ndb/dns -r

## it then does the normal switch which i wont produce here












^ permalink raw reply	[flat|nested] 7+ messages in thread
* Re: [9fans] planning an installation
@ 2000-07-09 21:46 Russ Cox
  2000-07-09 22:45 ` Matt
  0 siblings, 1 reply; 7+ messages in thread
From: Russ Cox @ 2000-07-09 21:46 UTC (permalink / raw)
  To: matt, 9fans

	I was hopnig to do a single computer installation but from reading through
	the list archive I have half drawn the conclusion that this is not the way
	to go. Plan9's distributed architecture is attractive on a network but am I
	*forced* to have 3 machines dedicated to getting my first workstation going?

Not so.  The installation process sets up a standalone machine.
If you expand to multiple machines, the recommended setup is
an auth server and a file server as machines separate from any
terminals.  If you're strapped for machines or space, though,
this isn't always practical.  It's possible to have one machine do
everything although the file service in particular is not as efficient
as using the standalone file server.  But it's quite usable.  In fact,
I'm using a terminal booted from such a wonder-machine
right now.

	On the machine I installed on I couldn't get the network going. I did manage
	to get it to respond to pings once but it has elluded me since. (on a
	related note how do I ping out - i can't find a ping command anywhere!!)

It's called "ip/ping".

	On the machine I installed on I couldn't get the network going. I did manage
	to get it to respond to pings once but it has elluded me since. (on a
	related note how do I ping out - i can't find a ping command anywhere!!)

netstat -i will print information about how your
network card is configured.  That might be a good
place to start.

Russ



^ permalink raw reply	[flat|nested] 7+ messages in thread
* Re: [9fans] planning an installation
@ 2000-07-10  4:53 pip
  2000-07-10  6:57 ` Matt
  0 siblings, 1 reply; 7+ messages in thread
From: pip @ 2000-07-10  4:53 UTC (permalink / raw)
  To: matt, 9fans

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

>... "can't read my ip address"
And I guess it stalls for about 60 secs ? I think it tries for a minute to get
your IPaddr via DHCP, but I guess thats obvious.

Try the following line for your /rc/bin/termrc:

ip/ipconfig -g 195.182.167.1 ether /net/ether0 add   your_ip  your_netmask >>[2]/tmp/ipconfig.debug.log

> I am a little class 16 at the end of an ISDN leased line.
If I understand correctly, your netmask is a /28 ? Anyway, replace the netmask
above with whatever your windows machine uses as it's netmask, and I think
it should work. /tmp/ipconfig.debug.log should contain any errors or warnings.
-
pip


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

From: "Matt" <matt@proweb.co.uk>
To: <9fans@cse.psu.edu>
Subject: Re: [9fans] planning an installation
Date: Sun, 9 Jul 2000 23:45:13 +0100
Message-ID: <008b01bfe9f7$5ae95be0$02a7b6c3@lucid.proweb.net>

Hi,

thanks to Kevin, Ross & pip for helping.
I've compiled an answer

>You _can_ set up a single machine as a Plan 9 node,
<< *cheers*

>but it will lack certain features (like a good fileserver).
I will add one later (as an exercise) when I get an appropriate SCSI (I have
an adaptec 2940 :(

> It's called "ip/ping".
dur

/net/iproute is an empty file
netstat -i returns nothing

this suggests something isn't quite right

at boot
/ndb/dns -r
tells me "can't read my ip address"

looks like I'm flailing

>If you have Internet connectivity can't you simply set up a terminal server
and use other machines around the net?
I hope so, what plan9 machines are around with open access like this?

>I note that your DNS shows as being on the other side of your gateway.
>This shouldn't be a problem technically, but is it a typo instead?

I am a little class 16 on the end of an ISDN leased line.
I have a router/gateway here (195.182.167.1) that connects to my ISP
I use their DNS 195.182.164.1
I've been using Windows on my home systems. I've got shell accounts at the
ISP.
My knowledge of TCP/IP is rudementary

I hope it's not plan 10 by the time i get going

Matt






^ permalink raw reply	[flat|nested] 7+ messages in thread
[parent not found: <200007100932.KAA10477@pw001.proweb.co.uk>]

end of thread, other threads:[~2000-07-10 18:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-07-09 21:13 [9fans] planning an installation Matt
2000-07-09 21:58 ` Kevin McQuiggin
2000-07-09 21:46 Russ Cox
2000-07-09 22:45 ` Matt
2000-07-10  4:53 pip
2000-07-10  6:57 ` Matt
     [not found] <200007100932.KAA10477@pw001.proweb.co.uk>
2000-07-10 18:55 ` Matt

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).