From owner-freebsd-net@FreeBSD.ORG Wed Mar 7 08:21:54 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D85A31065670 for ; Wed, 7 Mar 2012 08:21:54 +0000 (UTC) (envelope-from hiren.panchasara@gmail.com) Received: from mail-tul01m020-f182.google.com (mail-tul01m020-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 9AF778FC1D for ; Wed, 7 Mar 2012 08:21:54 +0000 (UTC) Received: by obbwc7 with SMTP id wc7so9519357obb.13 for ; Wed, 07 Mar 2012 00:21:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=/yWJJZAuZVp+ULCWdHOR1s5Ss212lM4N5mrTyJJzQxo=; b=uRB+s5yBcP6Bhd7xXf1kmLQfaR0rHKrfReFWTTeq5cPz1Rgpli/HMnyXKXmr2yninz U2nXB3sRoee91zU2/Clkp8Fb5TNzn4OnwBokmZKAZWwk4Hz1HRZb4sBE8zSw3tYZ78dn 6id54V3l9cO+jiuqJws1rzZMg0JgWXUiDe5gGqhhWiJPmW3Y8ONcbRWTb4dMHPrA4POZ osLLu/NDQlIqgetxUR9SIBuMxjUn8SzRFPZxXlx8p2Fj7DyWA5EO5Y7xRCx6ZBYLXNDM p9BtnciftjTTg7AV6OdX4Dth6iBxDYkNuUhGgwbRRSfUu9fCi5YSQ/ybn/7mTCuXqs8M gTrA== MIME-Version: 1.0 Received: by 10.182.193.73 with SMTP id hm9mr471044obc.29.1331108514085; Wed, 07 Mar 2012 00:21:54 -0800 (PST) Received: by 10.182.11.101 with HTTP; Wed, 7 Mar 2012 00:21:54 -0800 (PST) In-Reply-To: <63821C69-16E5-4483-8307-69DCF2865E99@my.gd> References: <63821C69-16E5-4483-8307-69DCF2865E99@my.gd> Date: Wed, 7 Mar 2012 00:21:54 -0800 Message-ID: From: hiren panchasara To: Damien Fleuriot Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "freebsd-net@freebsd.org" Subject: Re: Network Interface configuration X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Mar 2012 08:21:54 -0000 On Wed, Mar 7, 2012 at 12:08 AM, Damien Fleuriot wrote: > > In /etc/rc.conf > > See the man page for rc.conf for a more detailed use. > See the small example bellow: > > ifconfig_re0="inet 192.168.0.30/24 up" > defaultrouter="192.168.0.254" > > These are the very basics ;) > Thanks Damien. I looked at the man page. I did "ifconfig" on my box and found an interface named fwe0. I do not see any entry for that in any /etc/rc.conf or /etc/defaults/rc.conf Where is that coming from? Am I missing anything? Appreciate your help, Hiren