From owner-freebsd-hackers Tue Nov 7 3:53:32 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from cs.huji.ac.il (cs.huji.ac.il [132.65.16.10]) by hub.freebsd.org (Postfix) with ESMTP id 6826837B479; Tue, 7 Nov 2000 03:53:29 -0800 (PST) Received: from sexta.cs.huji.ac.il ([132.65.16.13] ident=exim) by cs.huji.ac.il with esmtp (Exim 3.16 #1) id 13t7Je-0002yF-00; Tue, 07 Nov 2000 13:53:26 +0200 Received: from localhost ([127.0.0.1] helo=sexta.cs.huji.ac.il ident=danny) by sexta.cs.huji.ac.il with esmtp (Exim 3.15 #1) id 13t7Jd-0005X6-00; Tue, 07 Nov 2000 13:53:25 +0200 X-Mailer: exmh version 2.2 06/23/2000 with nmh-0.24 To: Paul Saab Cc: Mike Smith , freebsd-hackers@FreeBSD.ORG Subject: diskless/routing Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 07 Nov 2000 13:53:25 +0200 From: Danny Braniss Message-Id: Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, Some more WLP (wee-little-problem :-) 1- not setting a gateway in dhcp panics the kernel. I've been down this road road before, but can't remember the fix - yet :-(. 2- somewhere - and it's not bootp.c - there must be a htonl ntohl problem. example: client-ip: 132.65.80.251 mask: 255.255.0.0 root-server: 132.65.16.6 if I set the gateway (only needed because of 1), to 132.65.32.1 it works - only because the router is sending icmp redirects! - the packets are sent out with the mac address of the router. if set to 132.65.16.1 all is fine. btw, the first stage, tftp is ok, the problem is in the nfs loading of the kernel. danny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message