From owner-freebsd-questions@FreeBSD.ORG Sun Mar 30 11:31:10 2008 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 DFDBE1065670 for ; Sun, 30 Mar 2008 11:31:10 +0000 (UTC) (envelope-from dangkm@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.freebsd.org (Postfix) with ESMTP id A52438FC24 for ; Sun, 30 Mar 2008 11:31:10 +0000 (UTC) (envelope-from dangkm@gmail.com) Received: by py-out-1112.google.com with SMTP id u52so1576377pyb.10 for ; Sun, 30 Mar 2008 04:31:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=VxpScIumRjAQCAOauQaxLEbbIwk5Mwf4zBbSjtNrHVs=; b=qE7J6ILe7kl74vWOonQSv2/EBulD12YO3a2igsN4T1sQwbccxGFQcIv4bxjM4hLJ2LAuyjWj/CBvh6eFkpcUU0Mo634rSiRfw9q3o10K+YS3HWmSXdqMcf8X5osCE2taeMJ1G3EVdimD3l5tIf/mBRz0FIdyrGW5lMQloBv17t4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=T1cevCFH0IVS0omUWiivTUQXVM+rAwRkwrGxSpLna73/8Piscp3H/j2aRly0YFYGVhd4xnkT4GSOzoZ5ItoKY4HS1H9+nmmu5ZqsbGtJ/bIqFTrYRWXR8+j5nF30IZicfd/Q8Hs1zlWgwiTZAbSn0G36UO4t2gGv0wM5YKortvc= Received: by 10.65.153.15 with SMTP id f15mr569811qbo.54.1206876668861; Sun, 30 Mar 2008 04:31:08 -0700 (PDT) Received: by 10.64.209.16 with HTTP; Sun, 30 Mar 2008 04:31:08 -0700 (PDT) Message-ID: <82f916c90803300431m3a912c67w6682d04922408aeb@mail.gmail.com> Date: Sun, 30 Mar 2008 12:31:08 +0100 From: "Kemian Dang" To: "Tuc at T-B-O-H.NET" In-Reply-To: <200803290025.m2T0PYZc070500@himinbjorg.tucs-beachin-obx-house.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200803290025.m2T0PYZc070500@himinbjorg.tucs-beachin-obx-house.com> Cc: freebsd-questions@freebsd.org Subject: Re: Quick+easy port redirect 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: Sun, 30 Mar 2008 11:31:11 -0000 The freebsd-tips suggest: ports/net/netcat port is useful not only for redirecting input/output to TCP or UDP connections, but also for proxying them with inetd(8). Best wishes, Kemian On 29/03/2008, Tuc at T-B-O-H.NET wrote: > Hi, > > Is there a quick/easy (cookbook?) way to do port > redirects. Basically I want that anything that leaves > a specific interface to any ip on port 80 go to > 192.168.0.1 port 87. > > I'm using ipfw for some other things so it has to > work and play well with that. > > Thanks, Tuc > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >