Re: Newbie netbooting from Mac OS X

Christian Limpach <[email protected]> Mon, 5 Aug 2002 19:31:12 +0200
Newsgroups gmane.os.netbsd.ports.next68k
Message-ID <[email protected]>
Quoting Aram Greenman <[email protected]>:

> I am trying to netboot a NeXTStation from a Mac OS X server and have 
> followed all the instructions in the HOW-TO (I think) but all my slab 
> says is
> 
> Requesting BOOTP information.... [timeout]

you should use tcpdump on the Mac to check if it receives packets from the 
station and if the Mac sends any replies.  If you have NeXTstep on the 
station, you should maybe also confirm that the network connection works at 
all...

> host nextstation {
>          hardware ethernet 00:00:0f:00:fd:fe;
>          fixed-address 10.0.0.2;
        filename "/path/to/boot";
        option root-path "/path/to/root-for-client";
> }

then, if the Mac sees the packets from the station, check the arp cache on 
the Mac (arp -a).  I have to add entries for my stations in my nfs server's 
arp cache (running linux), otherwise it won't talk to the stations.  My dhcp 
server (on NetBSD) doesn't need manual entries...

-- 
Christian Limpach <[email protected]>