From owner-freebsd-questions@FreeBSD.ORG Wed May 21 23:29:34 2008 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 964891065671 for ; Wed, 21 May 2008 23:29:34 +0000 (UTC) (envelope-from biancalana@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.226]) by mx1.freebsd.org (Postfix) with ESMTP id 7041E8FC12 for ; Wed, 21 May 2008 23:29:34 +0000 (UTC) (envelope-from biancalana@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so3088700rvf.43 for ; Wed, 21 May 2008 16:29:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=xCXNx3lLBZWal34YBLEigDnNQ2kPEX2jl9gbOwOwvgo=; b=Ky6Qgm1Dv23LX7TEhJoRuofkvH5rF9+H8VLQt2zeGBBx3xdwG8zijxY8lcYGFQLn6Gn6ad9zei1igDj/08YNQMcTsD6CHnA2PmCznAnCRyy/T1dG6sTSBm8U75fYPdRwYfUK0ueScxFGlV5hTnj7TRwCgk6moN9W2bECFheOx/I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=YHQc1C8TS+gT0G8kumZQHo5v6/ryO8pzbJxhghbDaXUcQWaN3Ex0orhDi0OhEujo2aVvEIGDCLeTo4Wldj2v0OvuWkUY/Bb4B7z/Y7GssGQiL4pFPu47z5vXlI0z9hqAljM4gcTSJkBbvLkHvg1VFgrkSK5g9eiWDXr1hQObUpM= Received: by 10.141.86.14 with SMTP id o14mr5450557rvl.148.1211411114764; Wed, 21 May 2008 16:05:14 -0700 (PDT) Received: by 10.141.203.16 with HTTP; Wed, 21 May 2008 16:05:14 -0700 (PDT) Message-ID: <8e10486b0805211605o7952f1f9q174fb4a03f56eff9@mail.gmail.com> Date: Wed, 21 May 2008 20:05:14 -0300 From: "Alexandre Biancalana" To: freebsd-questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Network interface detection order 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: Wed, 21 May 2008 23:29:34 -0000 Hi list, I'm installing some new Dell PowerEdge Servers and I have a question, this servers came with 2 internal nics and FreeBSD recognize the interfaces in inversal order, the nic marked as 1 in chassis is bce1 in ifconfig and nic marked as 2 is bce0. Someone know why ? Do we have some way to change this or the better is change interface name ? Regards, Alexandre