From owner-freebsd-hackers Mon Jan 26 01:40:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA02320 for hackers-outgoing; Mon, 26 Jan 1998 01:40:30 -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 BAA02313 for ; Mon, 26 Jan 1998 01:40:26 -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 JAA06790; Mon, 26 Jan 1998 09:10:17 +0100 From: Luigi Rizzo Message-Id: <199801260810.JAA06790@labinfo.iet.unipi.it> Subject: Re: Is it possible to .. To: marc@bowtie.nl Date: Mon, 26 Jan 1998 09:10:16 +0100 (MET) Cc: hackers@FreeBSD.ORG In-Reply-To: <199801260935.KAA27363@bowtie.nl> from "Marc van Kempen" at Jan 26, 98 10:34:52 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk > send/receive udp (broadcast) packets when you don't know > your IP nr. yet? It must be possible since bootp does it, > but how? look at the netboot or kernel_bootp sources (the latter in /sys/nfs i believe). It uses a local ip of 0.0.0.0 (for kernel bootp, it probably assigns this address to the local interface first.) luigi