From owner-freebsd-hackers@FreeBSD.ORG Wed Jun 18 05:40:25 2014 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4664FEB3; Wed, 18 Jun 2014 05:40:25 +0000 (UTC) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.116.12]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ECE982791; Wed, 18 Jun 2014 05:40:23 +0000 (UTC) Received: from th-04.cs.huji.ac.il ([132.65.80.125]) by kabab.cs.huji.ac.il with esmtp id 1Wx8bY-000NZg-Ev; Wed, 18 Jun 2014 08:40:16 +0300 Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) Subject: Re: iPXE booting latest PCengines alu board From: Daniel Braniss In-Reply-To: <53A08840.5060001@freebsd.org> Date: Wed, 18 Jun 2014 08:40:16 +0300 Content-Transfer-Encoding: quoted-printable Message-Id: References: <9D14C4BD-8A13-43FC-ACDA-0315A58CEBC6@cs.huji.ac.il> <5399C6A0.9010506@sentex.net> <539B47C0.2050400@sentex.net> <5FA602AC-C827-4727-A038-B96FBEF8E6AB@cs.huji.ac.il> <42ECF631-FC15-4036-8CD4-BC7B240AC265@cs.huji.ac.il> <53A08840.5060001@freebsd.org> To: Julian Elischer X-Mailer: Apple Mail (2.1878.2) Cc: hackers@freebsd.org, Mike Tancsa X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2014 05:40:25 -0000 On Jun 17, 2014, at 9:26 PM, Julian Elischer wrote: > On 6/17/14, 7:05 PM, Daniel Braniss wrote: >> if a gateway is needed, then all is ok. >> any ideas? > you are giving it the wrong netmask? >=20 no. BTW, the same setup is being used for PXE, and works (and has been = working since way back :-), it seems our pxe/pxeboot work fine with =91standard=92 PXE, but fails = with iPXE. I tracked it down to the rpc doing a sendutp and !PXE returning status =3D 1, fail, and I see = no traffic on the wire, there should have been an ARP request. just a shot in the dark, but it seems PXE handles correctly the routing = (send to gateway or local net) while iPXE does not. thanks, danny