From owner-freebsd-hackers Thu Nov 12 10:31:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA06150 for freebsd-hackers-outgoing; Thu, 12 Nov 1998 10:31:24 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id KAA06137 for ; Thu, 12 Nov 1998 10:31:09 -0800 (PST) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id JAA09255; Thu, 12 Nov 1998 09:03:12 +0100 From: Luigi Rizzo Message-Id: <199811120803.JAA09255@labinfo.iet.unipi.it> Subject: Re: kernel BOOTP To: n@nectar.com (Jacques Vidrine) Date: Thu, 12 Nov 1998 09:03:11 +0100 (MET) Cc: hackers@FreeBSD.ORG In-Reply-To: <199811102018.OAA20884@spawn.nectar.com> from "Jacques Vidrine" at Nov 10, 98 02:17:41 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Hi, > > I'm attempting to boot a machine off the floppy, and mount all filesystems > over NFS. The network card is supported by the kernel xl driver, but not > by the netboot code. Therefore, I created a kernel with the BOOTP and > BOOTP_NFSROOT options and put it on a floppy. > > The reply from the BOOTP server is not being received (i.e. ``BOOTP > timeout for server 0xffffffff''). The client and the BOOTP server are > on the same network. there's a chicken and egg problem -- the bootp server is responding to the client's IP address and the latter refuses the reply because it does not know its address (some servers solve the problem by replying to the broadcast address 255.255.255.255, but not all of them and apparently not the one in FreeBSD). You need another option, BOOTP_COMPAT or so, to enable your machine to accept packets before the network card is assigned an address. Look in /sys/i386/conf/LINT. > Is there any documentation for use of kernel BOOTP? Is anyone using it > successfully? something is at http://www.iet.unipi.it/~luigi/FreeBSD.html/ cheers luigi -----------------------------+-------------------------------------- Luigi Rizzo | Dip. di Ingegneria dell'Informazione email: luigi@iet.unipi.it | Universita' di Pisa tel: +39-50-568533 | via Diotisalvi 2, 56126 PISA (Italy) fax: +39-50-568522 | http://www.iet.unipi.it/~luigi/ _____________________________|______________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message