From owner-freebsd-questions@FreeBSD.ORG Thu May 12 17:30:38 2005 Return-Path: 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 CA59616A4CE for ; Thu, 12 May 2005 17:30:38 +0000 (GMT) Received: from cartman.xxiii.com (cartman.xxiii.com [208.62.177.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 394E943D75 for ; Thu, 12 May 2005 17:30:38 +0000 (GMT) (envelope-from wc_fbsd@xxiii.com) Received: from PC02.xxiii.com (lan23.xxiii.com [208.62.177.50]) by cartman.xxiii.com (8.12.10/8.12.10) with ESMTP id j4CHUbva044148 for ; Thu, 12 May 2005 13:30:37 -0400 (EDT) (envelope-from wc_fbsd@xxiii.com) Message-Id: <6.2.1.2.0.20050512132842.02c08e08@mailsvr.xxiii.com> X-Mailer: QUALCOMM Windows Eudora Version 6.2.1.2 Date: Thu, 12 May 2005 13:30:33 -0400 To: freebsd-questions@freebsd.org From: WMC In-Reply-To: <1b6c15ea05051209563c7af4b0@mail.gmail.com> References: <1b6c15ea05051209563c7af4b0@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Re: Redirect *:port to ip:port on the same machine? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 May 2005 17:30:39 -0000 At 12:56 PM 5/12/2005, you wrote: >I have a program that binds to ip:port. What are my options, if I want it >to listen on all interfaces (*:port)? Let's say reconfiguring the program >and/or running one instance per interface is not possible. How 'bout: * Install ports/net/redir * Config original program to listen on localhost * Config redir to pass from the other IPs to localhost. -Wayne