From owner-freebsd-questions@FreeBSD.ORG Wed Mar 7 15:24:33 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 1A678106566B for ; Wed, 7 Mar 2012 15:24:33 +0000 (UTC) (envelope-from mikel.king@olivent.com) Received: from mail.olivent.com (mail.olivent.com [75.99.82.91]) by mx1.freebsd.org (Postfix) with ESMTP id C2FC28FC1E for ; Wed, 7 Mar 2012 15:24:32 +0000 (UTC) Received: from localhost ([127.0.0.1]) by mail.olivent.com (Kerio Connect 7.0.0 patch 1); Wed, 7 Mar 2012 10:24:23 -0500 Message-ID: <4F577D9E.4020705@olivent.com> Date: Wed, 07 Mar 2012 10:24:14 -0500 From: Mikel King Organization: Olivent Technologies, llc User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: Brent Clark References: <4F577312.7070500@gmail.com> In-Reply-To: <4F577312.7070500@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 15:24:33 -0000 On 3/7/12 9: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. > > Thanks > Brent Brent, You can rename an interface to just about anything you wish. If the process allows for interface binding then you can use that new name. http://jafdip.com/index.php/2008/09/08/renaming-ethernet-interfaces-under-freebsd-7x/ Regards, Mikel