From owner-freebsd-current@FreeBSD.ORG Tue Mar 12 07:43:40 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 45559CB9 for ; Tue, 12 Mar 2013 07:43:40 +0000 (UTC) (envelope-from kolyasir@gmail.com) Received: from mail-qa0-f45.google.com (mail-qa0-f45.google.com [209.85.216.45]) by mx1.freebsd.org (Postfix) with ESMTP id 00E9FE6F for ; Tue, 12 Mar 2013 07:43:39 +0000 (UTC) Received: by mail-qa0-f45.google.com with SMTP id g10so1437524qah.4 for ; Tue, 12 Mar 2013 00:43:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=K2skPpa+zAFTnPiC9MbBpOTCjT1hsgqQjcqJC3w7Fbw=; b=bk7E7d7SfggHRzWq0+tqyTYV4+XT6XAmlexlKaKkEIqbPYGcSiHWHklQDC4yp8MJfj VmRBKkFz45zoZdrBS8w2RcZQoRcu54P3cvPXCCMGW0hkqoKEZdBSxPEGmWg9M5+7UoE6 XdkCX7fDXwYIKVNZxF1yVxzYO+/2UMfknMWd3zU7rtSKB/dxayYQGclSDzpA7Y7PCsvP XyKv1YxA7mGuI+o9JI8+5fnaOL7zxZOakB4mwo/IRMTpC6Bq2usdfLgCuGJWDE/0opqq ugoW3FNraG0HhqUHntPUPkTu1xfkPNBV3KFREFTVL9syk+FSVU3TpfQXp7Jm+WgObbIC mVYw== MIME-Version: 1.0 X-Received: by 10.224.117.66 with SMTP id p2mr15330671qaq.45.1363074219529; Tue, 12 Mar 2013 00:43:39 -0700 (PDT) Received: by 10.49.48.197 with HTTP; Tue, 12 Mar 2013 00:43:39 -0700 (PDT) Date: Tue, 12 Mar 2013 03:43:39 -0400 Message-ID: Subject: using multiple interfaces for same Network Card From: Yasir hussan To: Current Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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 07:43:40 -0000 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