From owner-freebsd-current@FreeBSD.ORG Tue Mar 12 10:08:22 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1C9BD188 for ; Tue, 12 Mar 2013 10:08:22 +0000 (UTC) (envelope-from tevans.uk@googlemail.com) Received: from mail-la0-x22f.google.com (mail-la0-x22f.google.com [IPv6:2a00:1450:4010:c03::22f]) by mx1.freebsd.org (Postfix) with ESMTP id 7FBA9810 for ; Tue, 12 Mar 2013 10:08:21 +0000 (UTC) Received: by mail-la0-f47.google.com with SMTP id fj20so4984157lab.34 for ; Tue, 12 Mar 2013 03:08:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=ukNYjkG9VJlblgFA4ybga4aBh1/gmEuPOTX1pHRhI0Q=; b=MRPnYj2Crgl2PLDaFYCkJvjhHNn13rRmLTKF83VQXndaiKAzDU6DOZQqoN1wWFG8kh k8hKEGap4Zf56OUjaWUZxU8xiRIwWijqilX+/SCPHX0dtAEPlqZsiPi4zw/Jov+7zzEu BiQuRXvm3WnURWsMxglW9aEzyvuoVBkdvchg7LyU56yQ3dQ8kzvrYfLAqXNAWTRxsvAc 3BdNcNJXeM4lu/KI1bQy9nekgI/Q8voDiBnX51XYii3606Gw6RoCgTjlEfaNU5OFOgO9 iVcutOwcUcwniibW1xnBN1Jf6OkjUJCzTr9DxSrFGC2x8iTyQOyot29qSV9zrJ6YOZuE DbEA== MIME-Version: 1.0 X-Received: by 10.112.88.72 with SMTP id be8mr5878067lbb.116.1363082900215; Tue, 12 Mar 2013 03:08:20 -0700 (PDT) Received: by 10.112.26.135 with HTTP; Tue, 12 Mar 2013 03:08:20 -0700 (PDT) In-Reply-To: References: Date: Tue, 12 Mar 2013 10:08:20 +0000 Message-ID: Subject: Re: using multiple interfaces for same Network Card From: Tom Evans To: Yasir hussan Content-Type: text/plain; charset=UTF-8 Cc: Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Mar 2013 10:08:22 -0000 On Tue, Mar 12, 2013 at 7:43 AM, Yasir hussan wrote: > Hi guys, > > Is there any way that i can have multiple interfaces which i can able to > access from any other machine for same single network card, I am able to > create new interfaces like > > # ifconfig arge0.1 create > > but i am unable to access it frm any other machine. I want it be able to > oing from any other machine.... > > Thanks I see you asked about this yesterday: https://groups.google.com/forum/?fromgroups=#!topic/mailing.freebsd.current/uP9BC7_dSrA "ifconfig create" is how aliases are created on linux. You need to use "ifconfig alias" on FreeBSD. As was pointed out to you yesterday when you asked. Cheers Tom