Re: How do I specify the static ip address in the kernel config?

[ Available lists | Index of freebsd-arm | Month of Oct 2007 | Week of 23 Oct 2007 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Sam Leffler <sam@errno.com>
Date
23 Oct 2007 17:04:29
Subject
Re: How do I specify the static ip address in the kernel config?
Message-ID
471E1F49.7010105@errno.com

In reply to
References to

[ Hide this part ]
rtos wrote:
> 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\""
>

I always have the dhcp server deliver this based on the mac address.
Having "MYIP" built into the kernel means you cannot boot the kernel on
multiple boards, right?

Sam



Elapsed time: 0.231 seconds