9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] DIskless boot off a kfs machine?
@ 2003-01-21 14:09 steve.simon
  2003-01-21 17:24 ` Russ Cox
  0 siblings, 1 reply; 2+ messages in thread
From: steve.simon @ 2003-01-21 14:09 UTC (permalink / raw)
  To: 9fans


[-- Attachment #1.1: Type: text/plain, Size: 352 bytes --]

The following attachment had content that we can't
prove to be harmless.  To avoid possible automatic
execution, we changed the content headers.
The original header was:

	Content-Type: application/octet-stream
	Content-Id: <1679612449-2@snellwilcox.com>
	Content-Transfer-Encoding: base64
	Content-Disposition: attachment; filename="Plan9.ini"

[-- Attachment #1.2: Plan9.ini.suspect --]
[-- Type: application/octet-stream, Size: 403 bytes --]

*nomp=1
distname=plan9
partition=new
ether0=type=i82557
monitor=multisync135
vgasize=1024x768x8
mouseport=0 -d C

bootfile=fd0!dos!9pcdisk.gz
fs=128.163.161.15
auth=128.163.161.15

                            
                                                      
                                                      
                                                      
                           

[-- Attachment #2: Type: text/plain, Size: 662 bytes --]

Hi,

Iam trying to get a PC to diskless boot from a single KFS plan9 system.

I start the listeners on the Plan9 system (IL and TCP)

I would prefer to load my kernel accross the wire from the kfs system
but I cannot see how to do this from the info in 9load(8) or plan9.ini(8),
so I just boot a 9pcdisk from floppy.

Both systems use DHCP to get IP addresses.

I set fs= to the IP address of the kfs machine in plan9.ini.

However what do I set the auth server address to be,
and how should I authenticate?

Anyone help?

BTW our DHCP server doesn't talk to our DNS server so I have to
do everything by IP addresses (sigh)


 

-Steve

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [9fans] DIskless boot off a kfs machine?
  2003-01-21 14:09 [9fans] DIskless boot off a kfs machine? steve.simon
@ 2003-01-21 17:24 ` Russ Cox
  0 siblings, 0 replies; 2+ messages in thread
From: Russ Cox @ 2003-01-21 17:24 UTC (permalink / raw)
  To: 9fans

You need to run an auth server.  Set auth= to the IP address
of the auth server.

Alternately, if you are the same user on the kfs and an the
remote machine you can just run

	echo 'key proto=p9sk1 user=steve.simon dom=steve.dom !password=secret' >/mnt/factotum/ctl

Make sure it's the first key.

And then use that same user and password on the terminal.

Russ



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-01-21 17:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-21 14:09 [9fans] DIskless boot off a kfs machine? steve.simon
2003-01-21 17:24 ` Russ Cox

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