Subject: Re: something got wrong with dhcpd!!!
To: Wojciech Puchar <wojtek@tensor.3miasto.net>
From: Michael <macallan18@earthlink.net>
List: current-users
Date: 09/20/2005 16:24:17
--Signature_Tue__20_Sep_2005_16_24_17_-0400_jh6IejOO7B=Pzkdq
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable

Hello,

> 10.255.245.5 is able to boot xterminal.bin that it turn boots=20
> /usr/local/Xterminals/wojtek/netbsd which starts, then does DHCP again
> and then can't mount NFS root because server is 0.0.0.0

Well, you didn't state from which server it's supposed to mount its root.

> my config:
>=20
> authoritative;
> option domain-name "l.";
> option domain-name-servers dns.l.;
> default-lease-time 60000;
> max-lease-time 72000;
> ddns-updates off;
> ddns-update-style none;
>=20
> class "pxe-clients-ia32" {
> match if substring (option vendor-class-identifier, 0, 20)
> =3D "PXEClient:Arch:00000";
> filename "xterminal.bin";
> }
>=20
> subnet 10.255.245.0 netmask 255.255.255.0 {
> ddns-updates off;
> option routers 10.255.245.1;
> option subnet-mask 255.255.255.224;
> option broadcast-address 10.255.245.31;
> deny unknown-clients;
> range 10.255.245.20 10.255.245.30;
>=20
>   host mama.dom {
>    hardware ethernet 00:0A:Cd:05:45:FB;
>    fixed-address 10.255.245.2;
>    option host-name "mama.dom";
>   }
>=20
>   host wojtek-term2.dom {
>    hardware ethernet 00:50:04:ed:2a:3d;
>    fixed-address 10.255.245.5;
>    option host-name "wojtek-term2.dom";
>    option root-path "/usr/local/Xterminals/wojtek";
>   }
>=20
> }

next-server whatever;

should cure it.

have fun
Michael

--Signature_Tue__20_Sep_2005_16_24_17_-0400_jh6IejOO7B=Pzkdq
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (NetBSD)

iQEVAwUBQzBv8spnzkX8Yg2nAQIqugf/Q/I/cf2fQoIR23MwrGUH0eRnEPTX4qgK
YFDnjFTYne8/N1nRRh3QuIRPfhirzvK5BJA18o/KPlkZK1ntsheNGxWNie/HBjlV
x0YPN8KYY8eTrAbyC88OJTbuTVGCGwesjdIp5Lyjz9W0cs6Iz7cP2UTt1/9i1BQG
AMU4tAdJEfv8IvZusoio3+pjVe3JPgn0uXABrdFDdIUDUsrsYBKla+4NhpLkyHrf
y9pKeF8ENccHrQDv7pUuX/hixGj0KS1A44ayZLMVQUl8VXHF9HgNfSOLbl6Z4Ebq
KUceAcgCpxl5p46/viqFEUw+RKzN9ihbvuAn2c23WyEanbfqelbGDw==
=6QPn
-----END PGP SIGNATURE-----

--Signature_Tue__20_Sep_2005_16_24_17_-0400_jh6IejOO7B=Pzkdq--