9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: David Presotto <presotto@closedmind.org>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] The 9grid.
Date: Sat, 16 Aug 2003 12:41:01 -0400	[thread overview]
Message-ID: <11f199405b3be80ed1682181c3d10415@plan9.bell-labs.com> (raw)
In-Reply-To: <87fzk1bmf1.fsf@rgristroph-austin.ath.cx>

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

If the two machines have fixed addresses there's no reason to use
dns at all.

You should have a /lib/ndb/local that lists the network with the
appropriate auth server and fs server.  For example:

ipnet=robsnet ip=199.199.9.0
	ipgw=199.199.9.1
	fs=199.199.9.2
	auth=199.199.9.3

Or you can use symbolic names instead of the ip addresses:

ipnet=robsnet ip=199.199.9.0
	ipgw=199.199.9.1
	fs=robsfs.rob.net
	auth=robsauth.rob.net

ip=199.99.9.2 dom=robsfs.rob.net
ip=199.99.9.3 dom=robsauth.rob.net

and if you want them to boot off of a plan9 dhcp/bootp/tftp server

ipnet=robsnet ip=199.199.9.0
	ipgw=199.199.9.1
	fs=robsfs.rob.net
	auth=robsauth.rob.net

ip=199.99.9.2 dom=robsfs.rob.net
	ether=123456789012
	bootf=/386/9pcfs
ip=199.99.9.3 dom=robsauth.rob.net
	ether=123456789013
	bootf=/386/9pccpu

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

From: rgr@sdf.lonestar.org (Rob Ristroph)
To: 9fans@cse.psu.edu
Subject: Re: [9fans] The 9grid.
Date: 16 Aug 2003 11:24:34 -0500
Message-ID: <87fzk1bmf1.fsf@rgristroph-austin.ath.cx>

>>>>> "Chris" == Chris Hollis-Locke <chris@hollis-locke.com> writes:
Chris>
>> the GRID definition that i like most is 'distributed computing
>> across administration domains'
Chris>
Chris> Ok, the various nodes of 9grid will come under different admin
Chris> domains but isn't there a single overarching domain - that for
Chris> authentication, and who is responsible for it?

This is related to question I have.

I have two computers with Plan 9 installed on them, on an IP only
network that has no DNS.

If I want to set up one as an authentication / cpu server, and the
other as a disk server.  ( A third Plan 9 computer, or drawterm on
linux, will be used to acess them. )

Do I need to set up DNS just so I can specify the authdom variable in
the appropriate scripts ?  In other words, to run an authentication
server do I need to have a DNS server running somewhere ?

Or can I give authdom a list of IPs, or a subnet ?

--Rob

P.S.  I am currently trying to solve my problem by running a DNS
server on a linux machine, but that just turned into another problem,
i.e., why doesn't it work.

  reply	other threads:[~2003-08-16 16:41 UTC|newest]

Thread overview: 67+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-15 20:47 ron minnich
2003-08-15 21:00 ` matt
2003-08-15 21:04   ` boyd, rounin
2003-08-15 21:37     ` matt
2003-08-15 21:44       ` boyd, rounin
2003-08-16  0:32     ` Wes Kussmaul
2003-08-15 21:06   ` ron minnich
2003-08-15 21:34     ` David Presotto
2003-08-15 21:52       ` ron minnich
2003-08-15 22:37       ` Skip Tavakkolian
2003-08-16 17:17         ` andrey mirtchovski
2003-08-16 18:24           ` Skip Tavakkolian
2003-08-15 21:49     ` Jack Johnson
2003-08-15 21:56       ` ron minnich
2003-08-15 21:11 ` Chris Hollis-Locke
2003-08-15 21:40   ` andrey mirtchovski
2003-08-15 21:45     ` boyd, rounin
2003-08-18  8:56       ` Ralph Corderoy
2003-08-15 21:52     ` Chris Hollis-Locke
2003-08-15 22:15       ` ron minnich
2003-08-15 22:27       ` andrey mirtchovski
2003-08-15 22:34         ` ron minnich
2003-08-16  4:13           ` boyd, rounin
2003-08-15 22:39         ` Chris Hollis-Locke
2003-08-15 22:46           ` ron minnich
2003-08-15 22:50             ` Chris Hollis-Locke
2003-08-16  8:07         ` boyd, rounin
2003-08-16 13:49         ` boyd, rounin
2003-08-16 16:24       ` Rob Ristroph
2003-08-16 16:41         ` David Presotto [this message]
2003-08-16 21:14           ` Jim Choate
2003-08-16 21:39             ` [9fans] Node architecture? (Re: The 9grid) Jim Choate
2003-08-16 21:23           ` [9fans] Q: Drawterm Subscriptions? Jim Choate
2003-08-16 21:27             ` Andrew
2003-08-16 21:40               ` Jim Choate
2003-08-16 21:43                 ` Andrew
2003-08-17 12:22                   ` Jim Choate
2003-08-17 14:59                     ` Andrew
2003-08-17 17:02                       ` Jim Choate
2003-08-16 22:58               ` boyd, rounin
2003-08-17  3:04                 ` matt
2003-08-17  7:08               ` Joseph Holsten
2003-08-17  8:52                 ` Bruce Ellis
2003-08-17 12:31                   ` Jim Choate
2003-08-17 18:25           ` [9fans] The 9grid Rob Ristroph
2003-08-17 18:26             ` boyd, rounin
2003-08-17 18:34               ` andrey mirtchovski
2003-08-15 21:52   ` ron minnich
2003-08-15 22:08     ` Chris Hollis-Locke
2003-08-15 22:17       ` ron minnich
2003-08-16  0:29 ` rob pike, esq.
2003-08-16  0:40   ` andrey mirtchovski
2003-08-16  0:47     ` nehal
2003-08-16 15:27       ` ron minnich
2003-08-16 15:27     ` ron minnich
2003-08-16 15:25   ` ron minnich
2003-08-16  0:40 rob pike, esq.
2003-08-16  2:16 ` David Presotto
2003-08-16  5:06   ` rob pike, esq.
2003-08-16  5:43     ` andrey mirtchovski
2003-08-16  5:49       ` boyd, rounin
2003-08-16 10:02     ` Bruce Ellis
2003-08-16 15:36   ` ron minnich
2003-08-16  2:20 ` Skip Tavakkolian
2003-08-16  4:36   ` boyd, rounin
2003-08-16 15:36   ` ron minnich
2003-08-16  1:32 Herbert B. Hancock

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=11f199405b3be80ed1682181c3d10415@plan9.bell-labs.com \
    --to=presotto@closedmind.org \
    --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).