From owner-freebsd-questions@FreeBSD.ORG Wed May 11 21:45:54 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 456AC16A4CE for ; Wed, 11 May 2005 21:45:54 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA39F43D7D for ; Wed, 11 May 2005 21:45:53 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so286873wri for ; Wed, 11 May 2005 14:45:52 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=b2twpC7v3f2DlQqtv7AVCZ+lqYFwp3pLnQYQUDStMNvD8dwix3zCAiv5tTm/+fSpx5tGJshSqQ98iZPM9bdv9zX8lklR7LeyzFuTdHCBx1+UcVDk0JImmSEnT68abi71ltoBSBdM6ez5O1BgT0PaeoMezJEHcupQLu8x2/wCQ88= Received: by 10.54.157.16 with SMTP id f16mr517498wre; Wed, 11 May 2005 14:45:52 -0700 (PDT) Received: by 10.54.62.5 with HTTP; Wed, 11 May 2005 14:45:51 -0700 (PDT) Message-ID: Date: Thu, 12 May 2005 01:45:51 +0400 From: "Andrew P." To: questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Redirect *:port to ip:port on the same machine? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Andrew P." List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 May 2005 21:45:54 -0000 Hello! 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. I've got ipfw as a firewall. Thanks! Andrew P.