From owner-freebsd-net@freebsd.org Mon Jun 29 11:53:29 2015 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3C7098E32D for ; Mon, 29 Jun 2015 11:53:28 +0000 (UTC) (envelope-from contact@winterei.se) Received: from mail-pd0-f169.google.com (mail-pd0-f169.google.com [209.85.192.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C7EDA19DE for ; Mon, 29 Jun 2015 11:53:27 +0000 (UTC) (envelope-from contact@winterei.se) Received: by pdcu2 with SMTP id u2so115812855pdc.3 for ; Mon, 29 Jun 2015 04:53:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=xi/L817VAXJ+07r7HrH0X0W0We5eUKKfv83iJce4kzU=; b=K4gyzdXcjDJWlk5GuhD34JX2aP0ZxxqgsKUkaiWOTHk+ykif4bsdm8/5PsCUdTb8D/ Kz38zQn/sO9LO4IUBQpqbwDH/5rXX3wQKufW10jigU7RnQyCCLxx/pPsWA6UMckKlyKy bN1fziVwki2vV3Il6KusdO6iJDIoBY5Mw92ORWq6H2GdRTKJ3fEIETcfLJ6cG1Eu2/lk jkhYgKEvAEpLZJtln0BZBGXHM2rCKJClFP5f3Os19PqyA4lJnL6yGcrBmuUZBtu9p2iu RXFP23Q/Ml8DGv0M/NUs/QPP6J2OiXGHRWYNjyRxWdHtpsc8LfPY5T7J9nXTMnfdtNxm s7Uw== X-Gm-Message-State: ALoCoQm102SsN6pqOQUkN4s4GQmXghY2IhMwz+daOn39z8asxkvfmhw/u3ktdONVFNgZAakd114e X-Received: by 10.68.219.1 with SMTP id pk1mr31055235pbc.18.1435578801111; Mon, 29 Jun 2015 04:53:21 -0700 (PDT) Received: from [128.199.254.70] (sgp.sin.winterei.se. [128.199.254.70]) by mx.google.com with ESMTPSA id ko1sm42093497pdb.58.2015.06.29.04.53.19 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 29 Jun 2015 04:53:20 -0700 (PDT) Message-ID: <559131AC.6010304@winterei.se> Date: Mon, 29 Jun 2015 20:53:16 +0900 From: "Paul S." User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: freebsd-net@freebsd.org Subject: Re: Same NIC name to MAC mapping on FreeBSD References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 11:53:29 -0000 On my production systems, I've never seen it deviate without hardware changes. Are you seeing otherwise? On 6/29/2015 午後 04:23, Wei Hu wrote: > Hi, > > On a FreeBSD system with multiple NICs, ie, multiple MAC addresses, is there a way to keep the same network interface name to MAC address mapping across reboot? It seems on Linux udev rule can help achieve this. Anything similar on FreeBSD? > > Thanks, > Wei > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"