From owner-freebsd-questions@FreeBSD.ORG Thu Nov 2 14:32:02 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4709D16A5E0 for ; Thu, 2 Nov 2006 14:32:02 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from vjofn.tucs-beachin-obx-house.com (vjofn.tucs-beachin-obx-house.com [204.107.90.128]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4B7543D66 for ; Thu, 2 Nov 2006 14:32:01 +0000 (GMT) (envelope-from ml@t-b-o-h.net) Received: from himinbjorg.tucs-beachin-obx-house.com (c-69-249-95-230.hsd1.nj.comcast.net [69.249.95.230]) (authenticated bits=0) by vjofn.tucs-beachin-obx-house.com (8.12.9/8.12.9) with ESMTP id kA2EW0Yh072077 for ; Thu, 2 Nov 2006 09:32:00 -0500 (EST) Received: from himinbjorg.tucs-beachin-obx-house.com (localhost.tucs-beachin-obx-house.com [127.0.0.1]) by himinbjorg.tucs-beachin-obx-house.com (8.13.6/8.13.6) with ESMTP id kA2EVtjS010588 for ; Thu, 2 Nov 2006 09:31:55 -0500 (EST) (envelope-from ml@t-b-o-h.net) Received: (from tbohml@localhost) by himinbjorg.tucs-beachin-obx-house.com (8.13.6/8.13.6/Submit) id kA2EVsCP010587 for freebsd-questions@freebsd.org; Thu, 2 Nov 2006 09:31:54 -0500 (EST) (envelope-from tbohml) From: "Tuc at T-B-O-H.NET" Message-Id: <200611021431.kA2EVsCP010587@himinbjorg.tucs-beachin-obx-house.com> To: freebsd-questions@freebsd.org Date: Thu, 2 Nov 2006 09:31:54 -0500 (EST) X-Mailer: ELM [version 2.5 PL8] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: TAP usage questions 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: Thu, 02 Nov 2006 14:32:02 -0000 Hi, I need to use a TAP interface for a project. Right now I have the item using the TAP configured with A.B.C.2 and "tap0" as A.B.C.1, with "net.inet.ip.forwarding: 1" set in sysctl. So now I have the ability to route to the item on the .2 without issue. But now I want to have the IP of the item to be in the same subnet at my wi0. Is there a way to do this without much hassle? Thanks, Tuc