From owner-freebsd-stable@freebsd.org Fri Sep 2 02:34:40 2016 Return-Path: Delivered-To: freebsd-stable@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 7A241BCBEBB for ; Fri, 2 Sep 2016 02:34:40 +0000 (UTC) (envelope-from eborisch@gmail.com) Received: from mail-it0-x231.google.com (mail-it0-x231.google.com [IPv6:2607:f8b0:4001:c0b::231]) (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 3FE77BE5 for ; Fri, 2 Sep 2016 02:34:40 +0000 (UTC) (envelope-from eborisch@gmail.com) Received: by mail-it0-x231.google.com with SMTP id c198so14975020ith.1 for ; Thu, 01 Sep 2016 19:34:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=bXrmCXIOa7JU8/ZeO9z2sUubXDFgHH/jul2/Kvl7ysY=; b=NDs8w96PCe8UVJdznRSTnC1naM5gnvB6dOBc/llX0cmNGmlWvbH8WS8vZBanmxPuFc jJ3rba9515Ufos2uId3r15FDXGXmGwFLA4SiAyedFIx2m5i7ftiRxVN7p8YYyx0WI1TP 1SASSUrzY8gUdaHrldTHWoOay2dQsMyYR4TMBi+m3iVKmGzNY1T6EoE1sa9PIAvaxMgT SWZV93U7I4fdlqxmlL2qhleIw+u9GKjCE8O3ZGei2c6/+L65kfiBjymHBNRSmwoAjjYC z87qstjRuWmlprZJFmnGAHVPPL3mg04TgTPOjJyCEmF7D9mKYJDzbAh9mg/mxsA/I8IO KJVA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=bXrmCXIOa7JU8/ZeO9z2sUubXDFgHH/jul2/Kvl7ysY=; b=Xzow6QjCr3Cjhfw76lnt6Wsu7sqa8hlHpekZlWjtnAN35Z2Q7zpOiBaUjPXE2qr4FP 9Dm0D05Oeb6JOgHHuxThtRQKw2IhvCL+o7nsrtTLRal5kGofVD8MQU5qSjnvn+m5bwk+ rf9Bq4l1me5NsEa24qnMxEPM/+AzeT5ovSLsmucrWKhs0MAcdWOfe5yKb4BmPYfUDmVY xb1EiPKspmIz3jzLU0W3nkAZmdfkvqXIY2OM4BGG1y/nKLrecuM6/1DYCryatTHNC+GP Ru8rhfHJmHdw8l24F+H6BB55ZttRitF8QaQ7+f5PgANIW6oftaijAZ8JsX0WAaLHEYgL Pbwg== X-Gm-Message-State: AE9vXwN8956QbkaWnGUKGKec2kDw6InytG04zWGKdnr6G1gE9HSOqpGEIm1Yogg7DfUEXuD/RCnHZ47gEhbBmg== X-Received: by 10.36.101.65 with SMTP id u62mr1526990itb.45.1472783679694; Thu, 01 Sep 2016 19:34:39 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.10.42 with HTTP; Thu, 1 Sep 2016 19:34:38 -0700 (PDT) In-Reply-To: <20160901222144.8b9271868373b86e04dbd1a2@eternamente.info> References: <20160901222144.8b9271868373b86e04dbd1a2@eternamente.info> From: "Eric A. Borisch" Date: Thu, 1 Sep 2016 21:34:38 -0500 Message-ID: Subject: Re: ue1 and ue2 swinging To: Nenhum_de_Nos Cc: "freebsd-stable@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2016 02:34:40 -0000 Matheus, I had a very similar problem, which led me to throw this together: https://github.com/eborisch/ethname I think the comments in it are fairly complete, let me know if anything doesn't make sense. Perhaps there is an easier way, but most discussions I found ended in "you could rename them on boot" - which is what this rc.d script does. I use it on my home router to great effect. (I rename the adapters to cable and priv just to make firewall rules etc. even clearer.) - Eric On Thursday, September 1, 2016, Nenhum_de_Nos wrote: > Hail, > > I am trying to make a RPI2 as a home router, and I am using two Linksys > USB200M as two extra NIC's for two internet pipes. But I have an issue > here, I turned off the board, and when I got it running the NIC's just > swapped. This would render my home router useless, and I would like to know > if there is a way to set it to a fixed index and have it be ue2 forever. > > Is this possible? > > running FreeBSD bee 11.0-RC2 FreeBSD 11.0-RC2 #0 r304923: Sun Aug 28 > 02:47:43 BRT 2016 RPI2-pf arm > > thanks, > > matheus > > -- > "We will call you Cygnus, > the God of balance you shall be." > _______________________________________________ > freebsd-stable@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org > " >