9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] dhcpd no binding
@ 2004-08-31 11:09 tt.gustavsson
  0 siblings, 0 replies; 7+ messages in thread
From: tt.gustavsson @ 2004-08-31 11:09 UTC (permalink / raw)
  To: 9fans


It was a typo, but I havent included the parameters
dom= and bootf=
will try this when I get home from work.

Thanks

/Tony



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

* [9fans] dhcpd no binding
@ 2004-08-31 19:42 tt.gustavsson
  0 siblings, 0 replies; 7+ messages in thread
From: tt.gustavsson @ 2004-08-31 19:42 UTC (permalink / raw)
  To: 9fans

I found apossible cause,
I have multiple lines in /lib/ndb/local connecting ip adresses to mac addresses:

ip=192.168.10.40 sys=comp1 ether=12122.....
ip=192.168.10.40 sys=comp2 ether=43232.....

The computer that has the mac address corresponding to the first line gets the ip address, but not the computers on the next lines.

To get the SIP box to get the ip address, I put its line first, and
voila, it worked. Weird?


/Tony G




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

* Re: [9fans] dhcpd no binding
  2004-08-31 15:43 tt.gustavsson
@ 2004-08-31 15:53 ` Francisco Ballesteros
  0 siblings, 0 replies; 7+ messages in thread
From: Francisco Ballesteros @ 2004-08-31 15:53 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Sorry if it was said before, but, have you included an ea entry in the ndb.
I mean, the ethernet address.

I think it´s said in the dhcpd man page.

On Tue, 31 Aug 2004 17:43:07 +0200, tt.gustavsson@bredband.net
<tt.gustavsson@bredband.net> wrote:
> 
> Unfortunately that did not help, this is the exact message from
> ip-dhcpd:
> 
> !Discover(id01000b82016c8c via 192.168.10.26): no binding 0.0.0.0
> 
> Does the computer that send the dhcp request also send what address
> it wants to have, might that be a problem for dhcpd?
> 
> Clueless
> 
> /Tony G
> 
>


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

* [9fans] dhcpd no binding
@ 2004-08-31 15:43 tt.gustavsson
  2004-08-31 15:53 ` Francisco Ballesteros
  0 siblings, 1 reply; 7+ messages in thread
From: tt.gustavsson @ 2004-08-31 15:43 UTC (permalink / raw)
  To: 9fans


Unfortunately that did not help, this is the exact message from
ip-dhcpd:

!Discover(id01000b82016c8c via 192.168.10.26): no binding 0.0.0.0

Does the computer that send the dhcp request also send what address
it wants to have, might that be a problem for dhcpd?

Clueless

/Tony G



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

* Re: [9fans] dhcpd no binding
  2004-08-31 10:49 tt.gustavsson
  2004-08-31 10:51 ` lucio
@ 2004-08-31 10:52 ` geoff
  1 sibling, 0 replies; 7+ messages in thread
From: geoff @ 2004-08-31 10:52 UTC (permalink / raw)
  To: 9fans

You gave an example entry of

192.168.10.40 sys=abc123 ether=0001b....

That should be

ip=192.168.10.40 sys=abc123 dom=abc123.mydomain.net bootf=/some/file ether=0001b....

If the machines aren't going to TFTP-load their kernels from Plan 9,
/some/file can be any file, but it must exist.


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

* Re: [9fans] dhcpd no binding
  2004-08-31 10:49 tt.gustavsson
@ 2004-08-31 10:51 ` lucio
  2004-08-31 10:52 ` geoff
  1 sibling, 0 replies; 7+ messages in thread
From: lucio @ 2004-08-31 10:51 UTC (permalink / raw)
  To: 9fans

> I have set up the computers to get static dhcp addresses in
> /lib/ndb/local
>
> 192.168.10.40 sys=abc123 ether=0001b....

Was it a typo, or did you leave out the ip= keyword?

++L



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

* [9fans] dhcpd no binding
@ 2004-08-31 10:49 tt.gustavsson
  2004-08-31 10:51 ` lucio
  2004-08-31 10:52 ` geoff
  0 siblings, 2 replies; 7+ messages in thread
From: tt.gustavsson @ 2004-08-31 10:49 UTC (permalink / raw)
  To: 9fans

I have am trying to use dhcpd on a plan9 server to serve all my
computers inside the firewall 192.168.10.* ,
Some computers get their network settings alright,
but
with two computers I have: ibook with macosx, and a SIP phone box,
cant get their addresses, the messages from ip/dhcpd is:

!Discover .... via 192.168.10.26  No binding

I have set up the computers to get static dhcp addresses in
/lib/ndb/local

192.168.10.40 sys=abc123 ether=0001b....

I am wondering what is going on, what does this message mean?

Regards

/Tony G



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

end of thread, other threads:[~2004-08-31 19:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-31 11:09 [9fans] dhcpd no binding tt.gustavsson
  -- strict thread matches above, loose matches on Subject: below --
2004-08-31 19:42 tt.gustavsson
2004-08-31 15:43 tt.gustavsson
2004-08-31 15:53 ` Francisco Ballesteros
2004-08-31 10:49 tt.gustavsson
2004-08-31 10:51 ` lucio
2004-08-31 10:52 ` geoff

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