From owner-freebsd-arm@FreeBSD.ORG Mon Oct 22 21:14:41 2007 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 415A816A419 for ; Mon, 22 Oct 2007 21:14:41 +0000 (UTC) (envelope-from rtos@rogers.com) Received: from smtp104.rog.mail.re2.yahoo.com (smtp104.rog.mail.re2.yahoo.com [206.190.36.82]) by mx1.freebsd.org (Postfix) with SMTP id BE5A913C4AC for ; Mon, 22 Oct 2007 21:14:40 +0000 (UTC) (envelope-from rtos@rogers.com) Received: (qmail 77300 invoked from network); 22 Oct 2007 20:47:44 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:X-YMail-OSG:From:To:Subject:Date:User-Agent:MIME-Version:Content-Type:Content-Transfer-Encoding:Content-Disposition:Message-Id; b=wVdhxthCT34UmXa/99E54C/z9MyFFUlz+Sem06AMnjE4J9UdGFFDWIOisYoo0J8nfiEgy8swlx40/gmzj6zt7YWcfENAtOBdNBBLVTLp1ULsN7TzmWMf82gUjTGSHDt5llAUK57I0hZTIfvEianKmzZ7YAjlj1V+cYEroKNP7rM= ; Received: from unknown (HELO pav) (rtos@rogers.com@99.230.77.185 with login) by smtp104.rog.mail.re2.yahoo.com with SMTP; 22 Oct 2007 20:47:44 -0000 X-YMail-OSG: FHHrXaUVM1kzfcA8Ln1UxgNeJTKEqeUQ5nuxob9tdtcGNNLeH0CnXB7ob6jmgBpHOg-- From: rtos To: freebsd-arm@freebsd.org Date: Mon, 22 Oct 2007 16:47:33 -0400 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710221647.34126.rtos@rogers.com> Subject: How do I specify the static ip address in the kernel config? X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Oct 2007 21:14:41 -0000 Hi, This is how I boot my NetBSD board and would like to do the same for FreeBSD. Does FreeBSD have similar options. options NFS_BOOT_BOOTSTATIC options NFS_BOOTSTATIC_MYIP="\"192.168.1.4\"" options NFS_BOOTSTATIC_GWIP="\"192.168.1.1\"" options NFS_BOOTSTATIC_MASK="\"255.255.255.0\"" options NFS_BOOTSTATIC_SERVADDR="\"192.168.1.1\"" options NFS_BOOTSTATIC_SERVER="\"192.168.1.1:/exported/armrootfs\"" Thanks, rtos