9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] network problem
@ 2008-05-07  9:25 lupin636
  2008-05-07 11:09 ` erik quanstrom
  2008-05-08  8:37 ` lupin636
  0 siblings, 2 replies; 8+ messages in thread
From: lupin636 @ 2008-05-07  9:25 UTC (permalink / raw)
  To: 9fans

I would like to do my own network at home, i've already  configured my
fileserver + authserver (in the same pc), but when i try to connect
with other terminals, i get this error in display:

 " !discover (id01'macaddressterminal' via 'ipfileserver'): no binding
"

can you help me??

thanks a lot

Armaste.



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

* Re: [9fans] network problem
  2008-05-07  9:25 [9fans] network problem lupin636
@ 2008-05-07 11:09 ` erik quanstrom
  2008-05-08  8:37 ` lupin636
  1 sibling, 0 replies; 8+ messages in thread
From: erik quanstrom @ 2008-05-07 11:09 UTC (permalink / raw)
  To: 9fans

> I would like to do my own network at home, i've already  configured my
> fileserver + authserver (in the same pc), but when i try to connect
> with other terminals, i get this error in display:
>
>  " !discover (id01'macaddressterminal' via 'ipfileserver'): no binding
> "
>
> can you help me??
>
> thanks a lot

the terminals need ipaddresses in /lib/ndb/local.  if you are not pxe
booting, the minimum requirment is to have an entry like

sys=gnot ip=192.168.0.100

the man pages ndb(6) and ndb(8) should be helpful.

- erik




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

* Re: [9fans] network problem
  2008-05-07  9:25 [9fans] network problem lupin636
  2008-05-07 11:09 ` erik quanstrom
@ 2008-05-08  8:37 ` lupin636
  2008-05-08 11:20   ` erik quanstrom
  2008-05-08 11:21   ` erik quanstrom
  1 sibling, 2 replies; 8+ messages in thread
From: lupin636 @ 2008-05-08  8:37 UTC (permalink / raw)
  To: 9fans

> the terminals need ipaddresses in /lib/ndb/local.  if you are not pxe
> booting, the minimum requirment is to have an entry like
>
> sys=gnot ip=192.168.0.100
>
> the man pages ndb(6) and ndb(8) should be helpful.
>
> - erik

thank you for your answer...
in my /lib/ndb/local i have all the ip's what i need...i took a look
to my /lib/ndb/local and i notice that i haven't got the 9ethload
file,can it be the problem???...because i have this line:

bootf=/386/9ethload

i checked up in /386 and 9ethload does not exist in, i have others
files like: 9pc,9load,9pccpu,9pcterf,9pcdisk
my kernel is pcterf.

thank you in advance..

armando



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

* Re: [9fans] network problem
  2008-05-08  8:37 ` lupin636
@ 2008-05-08 11:20   ` erik quanstrom
  2008-05-08 11:21   ` erik quanstrom
  1 sibling, 0 replies; 8+ messages in thread
From: erik quanstrom @ 2008-05-08 11:20 UTC (permalink / raw)
  To: 9fans

> > the terminals need ipaddresses in /lib/ndb/local.  if you are not pxe
> > booting, the minimum requirment is to have an entry like
> >
> > sys=gnot ip=192.168.0.100
> >
> > the man pages ndb(6) and ndb(8) should be helpful.
> >
> > - erik
>
> thank you for your answer...
> in my /lib/ndb/local i have all the ip's what i need...i took a look
> to my /lib/ndb/local and i notice that i haven't got the 9ethload
> file,can it be the problem???...because i have this line:
>
> bootf=/386/9ethload

if you're going to pxe boot, you should generally be using bootf=9load.
if you use a second line for an ndb entry,  it needs to start with
whitespace.

in your prior email you indicated that your machine was looking
for an ip address.  this would indicate you're booting fine.

- erik



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

* Re: [9fans] network problem
  2008-05-08  8:37 ` lupin636
  2008-05-08 11:20   ` erik quanstrom
@ 2008-05-08 11:21   ` erik quanstrom
  2008-05-08 12:43     ` Gorka Guardiola
  1 sibling, 1 reply; 8+ messages in thread
From: erik quanstrom @ 2008-05-08 11:21 UTC (permalink / raw)
  To: 9fans

>if you're going to pxe boot, you should generally be using bootf=9load.

sorry, "bootf=/386/9load".

- erik



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

* Re: [9fans] network problem
  2008-05-08 11:21   ` erik quanstrom
@ 2008-05-08 12:43     ` Gorka Guardiola
  2008-05-08 12:43       ` erik quanstrom
  2008-05-09  8:51       ` lupin636
  0 siblings, 2 replies; 8+ messages in thread
From: Gorka Guardiola @ 2008-05-08 12:43 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Thu, May 8, 2008 at 1:21 PM, erik quanstrom <quanstro@coraid.com> wrote:
> >if you're going to pxe boot, you should generally be using bootf=9load.
>
>  sorry, "bootf=/386/9load".
>

you mean 9pxeload ?


--
- curiosity sKilled the cat



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

* Re: [9fans] network problem
  2008-05-08 12:43     ` Gorka Guardiola
@ 2008-05-08 12:43       ` erik quanstrom
  2008-05-09  8:51       ` lupin636
  1 sibling, 0 replies; 8+ messages in thread
From: erik quanstrom @ 2008-05-08 12:43 UTC (permalink / raw)
  To: paurea, 9fans

> On Thu, May 8, 2008 at 1:21 PM, erik quanstrom <quanstro@coraid.com> wrote:
>> >if you're going to pxe boot, you should generally be using bootf=9load.
>>
>>  sorry, "bootf=/386/9load".
>>
>
> you mean 9pxeload ?

ready, shoot, aim!

- erik




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

* Re: [9fans] network problem
  2008-05-08 12:43     ` Gorka Guardiola
  2008-05-08 12:43       ` erik quanstrom
@ 2008-05-09  8:51       ` lupin636
  1 sibling, 0 replies; 8+ messages in thread
From: lupin636 @ 2008-05-09  8:51 UTC (permalink / raw)
  To: 9fans

On 8 Mag, 14:51, quans...@quanstro.net (erik quanstrom) wrote:
> > On Thu, May 8, 2008 at 1:21 PM, erik quanstrom <quans...@coraid.com> wrote:
> >> >if you're going to pxe boot, you should generally be using bootf=9load.
>
> >>  sorry, "bootf=/386/9load".

I resolve the problem on the display's fileserver....i exchanged the
ip lines in /lib/ndb/local, putting the ip terminal by first, and
after the ip fs..but i can't to connect my terminal,on the terminal
display i notice dhcp is ok (i suppose),i create a /cfg/pxe/mac
address/plan9.ini and it was found by terminal,but it ask me for the
boot from,and i don't know what to do, this pc is diskless..
In the other hand,i can't connect it by tcp with a terminal no
diskless,it tell me: boot:can't connect to fileserver:dial tcp!ip file
server!564: connection refused
thanks..

Armaste



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

end of thread, other threads:[~2008-05-09  8:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-07  9:25 [9fans] network problem lupin636
2008-05-07 11:09 ` erik quanstrom
2008-05-08  8:37 ` lupin636
2008-05-08 11:20   ` erik quanstrom
2008-05-08 11:21   ` erik quanstrom
2008-05-08 12:43     ` Gorka Guardiola
2008-05-08 12:43       ` erik quanstrom
2008-05-09  8:51       ` lupin636

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