From owner-freebsd-questions@FreeBSD.ORG Wed Mar 7 17:14:04 2012 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 994F01065670 for ; Wed, 7 Mar 2012 17:14:04 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 2767A8FC0C for ; Wed, 7 Mar 2012 17:14:03 +0000 (UTC) Received: by wgbds12 with SMTP id ds12so5637800wgb.31 for ; Wed, 07 Mar 2012 09:14:03 -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=TbKXsveA7xwc5YAA8UVrqbnROW4KZWeAKeS62OEp1B0=; b=CZo3QNLcmB6Vh7A4kHeQJ9RDLDATXWQojsasexX4Mas14EjEfKe2IeCgtggpwz2IBA mzLL1UOPvQQTzg9XCTmdGzGtESJJkkplWiwgvGKV836DMS6ncmadKs7+rOOLG94HsOk/ LGLw2awzfO9vyo8oypabkB2YSCu2F9xm9/wez9r7fqTFe9VtKsZwiTP1aMSRrJdL62cw dd/E8Z53c6NYNSHwJGPKZ4iDVmCdinCKO7GnAaOj19QY89IP4q2yHaYet/U687EZcIIU y4ImkdZkqFh77VpkqSsIjxlP1iaFOZrIhDKm5VHCXIw+Qe79Assk7czeea+D2KwCOG1N 8muw== MIME-Version: 1.0 Received: by 10.180.24.166 with SMTP id v6mr27831164wif.10.1331140443142; Wed, 07 Mar 2012 09:14:03 -0800 (PST) Received: by 10.223.93.138 with HTTP; Wed, 7 Mar 2012 09:14:02 -0800 (PST) In-Reply-To: <4F577312.7070500@gmail.com> References: <4F577312.7070500@gmail.com> Date: Wed, 7 Mar 2012 11:14:02 -0600 Message-ID: From: Adam Vande More To: Brent Clark Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Network interface aliasing? 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, 07 Mar 2012 17:14:04 -0000 On Wed, Mar 7, 2012 at 8:39 AM, Brent Clark wrote: > Hiya > > I would like to ask. > > Is it possible to, do network interface aliasing. Im not talking about ip > aliasing. > > I basically want to bind one process to network interface vr0:0 and > another process to vr0:1. > setfib(1) -- Adam Vande More