From owner-freebsd-current@FreeBSD.ORG Tue Oct 8 07:26:02 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 82CE4E8F for ; Tue, 8 Oct 2013 07:26:02 +0000 (UTC) (envelope-from kolyasir@gmail.com) Received: from mail-pd0-x22d.google.com (mail-pd0-x22d.google.com [IPv6:2607:f8b0:400e:c02::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5EC6629C5 for ; Tue, 8 Oct 2013 07:26:02 +0000 (UTC) Received: by mail-pd0-f173.google.com with SMTP id p10so8265031pdj.4 for ; Tue, 08 Oct 2013 00:26:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=wyzKXx+S4AsStoM9M1ytGOuOMVHPpZ3KDca2nLqDJkg=; b=hOsw0j0qSAU0aRFc5KhN/Z2XyisLPd/R5XXJHN/EOx3QbyPwtthqJdJsgUbkhRTzGU hCFHTA551cInuu+ksjb9Nr/nQTjtyyIyai+aeZvJF8hN5+DNjNrpsGEwVkmVUs06gC3H Ee/KW8OlNXHPwVD+ZOd1y+Da7iibTU4gr9LLb8iU850bL/bT8a+Zbys+N+XY5Y/xZ6Yn 7pjEFgxBre0xh1ybAh7+Yy6Unl/s5M6+CG/Zw8i31YWMGfrq8GmEEJi0Hh72JsAH0FCN eLXaoRlJ+9lSPL1r4ocxjwWFOYkIAKJuDntLJc7fz1Fx+VYP8uDOeAHQ5+nm67lcskks loqQ== MIME-Version: 1.0 X-Received: by 10.68.200.200 with SMTP id ju8mr225302pbc.172.1381217161452; Tue, 08 Oct 2013 00:26:01 -0700 (PDT) Received: by 10.70.38.199 with HTTP; Tue, 8 Oct 2013 00:26:01 -0700 (PDT) Date: Tue, 8 Oct 2013 12:26:01 +0500 Message-ID: Subject: brigding between two interfaces 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, 08 Oct 2013 07:26:02 -0000 Hi, i am little bit weak in networking concept, i have two network interfaces usb0 and eth0, eth0 is connected to a static ip, which works perfectly fine, now i want that usb0 should be able to access static ip which is connected to eth0, can anyone guide me proper solutionwith command for this which i can test thanks