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

Olivier Houchard mlfbsd at ci0.org
Tue Oct 23 02:30:03 PDT 2007


On Mon, Oct 22, 2007 at 04:47:33PM -0400, 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\""
> 
> Thanks,
> rtos

Hi,

I may be wrong, but I'm afraid there's no such options in FreeBSD. I've 
always used BOOTP for this.

Regards,

Olivier


More information about the freebsd-arm mailing list