From owner-freebsd-questions@FreeBSD.ORG Thu Aug 19 06:00:26 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A7C610656A3 for ; Thu, 19 Aug 2010 06:00:26 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell0.rawbw.com (shell0.rawbw.com [198.144.192.45]) by mx1.freebsd.org (Postfix) with ESMTP id 1F49E8FC0A for ; Thu, 19 Aug 2010 06:00:25 +0000 (UTC) Received: from eagle.syrec.org (stunnel@localhost [127.0.0.1]) (authenticated bits=0) by shell0.rawbw.com (8.14.4/8.14.4) with ESMTP id o7J60PLn016653 for ; Wed, 18 Aug 2010 23:00:25 -0700 (PDT) (envelope-from yuri@rawbw.com) Message-ID: <4C6CC879.8000509@rawbw.com> Date: Wed, 18 Aug 2010 23:00:25 -0700 From: Yuri User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.11) Gecko/20100815 Thunderbird/3.0.6 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Why network doesn't get initialized on system startup? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Aug 2010 06:00:26 -0000 I have two similar machines, on one rc.conf has: wlans_ath0=wlan0 ifconfig_wlan0="ssid wifi-net-id weptxkey 1 deftxkey 1 wepmode on wepkey 0x1234567890 DHCP" and it gets initialized at startup. On another rc.conf has: wlans_ndis0=wlan0 ifconfig_wlan0="ssid wifi-net-id weptxkey 1 deftxkey 1 wepmode on wepkey 0x1234567890 DHCP" and this one doesn't get initialized at startup. The only difference is that the second one uses ndis0 with some preloaded ndis driver. It shouldn't matter. How can I make an interface to get initialized at startup and why it doesn't do this by itself? Yuri