Subject: Re: pxe boot problems
To: Ignatios Souvatzis <ignatios@cs.uni-bonn.de>
From: Louis Guillaume <lguillaume@berklee.edu>
List: netbsd-users
Date: 02/13/2004 10:14:43
Ignatios Souvatzis wrote:
> Try it like this:
>
> class "pxe-clients-ia32" {
> match if substring (option vendor-class-identifier, 0, 20)
> = "PXEClient:Arch:00000";
> filename "pxeboot_ia32.bin";
> }
>
> # ...
>
> host foo {
> hardware ethernet 12:34:56:78:9a:bc;
> fixed-address 192.168.1.109;
> option root-path "192.168.1.110:/var/export/root" ;
> }
That certainly does make a difference! Thank you. Now on to the next
problem...
net_open: server path: 192.168.1.110:/var/export/root
open netbsd: Permission denied
boot: Permission denied
Boot fail
...however...
$ cat /etc/exports
/var/export/root -maproot=root:wheel -network 192.168/16
/var/export/swap -maproot=root:wheel -network 192.168/16
/usr -maproot=nobody:nobody -network 192.168/16
/home -maproot=nobody:nobody -network 192.168/16
... which seems to match what the instructions say. Any help would be
fantastaic,
Thanks,
Louis