From owner-freebsd-questions@FreeBSD.ORG Thu Mar 26 16:49:12 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 53A7646E; Thu, 26 Mar 2015 16:49:12 +0000 (UTC) Received: from mail-la0-x231.google.com (mail-la0-x231.google.com [IPv6:2a00:1450:4010:c03::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E67AF656; Thu, 26 Mar 2015 16:49:11 +0000 (UTC) Received: by labe2 with SMTP id e2so50316594lab.3; Thu, 26 Mar 2015 09:49:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=B6n/6Erp2xYYjpUpw/1OxDXCqsIeJ/usPA0L0Bw27FA=; b=Psi1NttnLocGFAB68DrW7tMvMqub+2hU2TVPxNNKvyDYazdY1jyxKQDWhrsKLhcbmF tM4+aAuopBCai8UeMqigIrr0Sk3I/sVZ0iS23TrmvdwzYEV++W4ydG2u18KURmjnCHco eXl14ENRKdFyn9fPUOLZlxHgude9VSztnilUto8VFx5Ypaj8uQcRskF7uZ5zI53LgZ4f C9yNJ9ZepEbYxnu1muvD1LYZrFZ9t1n9HlQctpz8KTtRGuawONPvfa9pqxyYbLnwiAkw 7bqrtDtIrKTa0QU4ywPZhNVfOp+2RZlmZScem5K/TVBTyOhDaOPpkqO9xhqiHGlP3s63 3dcQ== MIME-Version: 1.0 X-Received: by 10.112.212.106 with SMTP id nj10mr14135425lbc.36.1427388550077; Thu, 26 Mar 2015 09:49:10 -0700 (PDT) Sender: chmeeedalf@gmail.com Received: by 10.25.145.205 with HTTP; Thu, 26 Mar 2015 09:49:09 -0700 (PDT) Date: Thu, 26 Mar 2015 09:49:09 -0700 X-Google-Sender-Auth: NBilI4HWCXo7_zxpp8g-w81UsaE Message-ID: Subject: Unable to boot system over BOOTP From: Justin Hibbits To: FreeBSD PowerPC ML , freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Mar 2015 16:49:12 -0000 Bringing up a RouterBoard RB800, I'm trying to use the bootpd server that comes in base to netboot the board from another system. The kernel boots fine, but when it tries to mount the root, it attempts another DHCP/BOOTP request, and continuously times out. Has anyone else been able to get a machine to boot from BOOTP (not DHCP) using the base utilities? The configuration is as follows: /etc/bootptab: jumpgate:hn:ha=000c42aedcc6:bf=kernel.rb800:ip=10.0.0.2:rp="10.0.0.5:/zhabar/jails/rb800":vm=rfc1048:sa=10.0.0.5: Relevant logs: RouterBoard: ... bootpc_init: wired to interface 'tsec0' Sending DHCP Discover packet from interface tsec0 (00:0c:42:ae:dc:c6) tsec0: link state changed to DOWN tsec0: link state changed to UP DHCP/BOOTP timeout for server 255.255.255.255 DHCP/BOOTP timeout for server 255.255.255.255 DHCP/BOOTP timeout for server 255.255.255.255 ... bootpd: bootpd: info(6): recvd pkt from IP addr 0.0.0.0 bootpd: info(6): bootptab mtime: Wed Mar 25 23:04:17 2015 bootpd: info(6): request from Ethernet address 00:0C:42:AE:DC:C6 bootpd: info(6): found 10.0.0.2 (jumpgate) bootpd: info(6): bootfile="/kernel.rb800" bootpd: info(6): vendor magic field is 99.130.83.99 bootpd: info(6): request message length=1460 bootpd: info(6): request has DHCP msglen=1460 bootpd: info(6): extended reply, length=1418, options=1182 bootpd: info(6): sending reply (with RFC1048 options) bootpd: info(6): setarp 10.0.0.2 - 00:0C:42:AE:DC:C6 Every request looks like that. I also ran tcpdump to check, and that looks fine. I'm using the stock MPC85XX kernel config with unrelated changes (additional devices, debugging, for other purposes). Thanks, Justin