From owner-freebsd-questions@FreeBSD.ORG Fri Aug 15 16:30:16 2003 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 2708F37B401 for ; Fri, 15 Aug 2003 16:30:14 -0700 (PDT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95D4243FBF for ; Fri, 15 Aug 2003 16:30:13 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (be-well.no-ip.com[66.30.200.37]) by comcast.net (sccrmhc12) with ESMTP id <200308152330120120032ns5e>; Fri, 15 Aug 2003 23:30:12 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [66.30.200.37] (may be forged)) by be-well.ilk.org (8.12.9/8.12.9) with ESMTP id h7FNUCMe052433; Fri, 15 Aug 2003 19:30:12 -0400 (EDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.9/8.12.6/Submit) id h7FNUBew052430; Fri, 15 Aug 2003 19:30:11 -0400 (EDT) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f Sender: lowell@be-well.no-ip.com To: Frank Reppin References: <002001c362ae$f4265410$04fea8c0@moe> <44n0eaa56g.fsf@be-well.ilk.org> <3F3D6BAB.3000903@boerde.de> From: Lowell Gilbert Date: 15 Aug 2003 19:30:11 -0400 In-Reply-To: <3F3D6BAB.3000903@boerde.de> Message-ID: <44adaaa48s.fsf@be-well.ilk.org> Lines: 22 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: Charles Howse cc: freebsd-questions@freebsd.org Subject: Re: Make popa3d listen on specific interface 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: Fri, 15 Aug 2003 23:30:16 -0000 Frank Reppin writes: > wouldn't it be possible to change this whilst editing > within the source? I just downloaded popa3d > and it shows: > > /* > * The address and port to listen on. > */ > #define DAEMON_ADDR "0.0.0.0" /* INADDR_ANY */ > #define DAEMON_PORT 110 > > but I have to mention that I dunno if the port can handle this. :/ > must check first > But at least it should be possible to bind popa3d to a specific interface. Yes, you *can* bind to an address that way. However, you can't bind to an interface that easily, which is really required to do this as a security measure. A firewall may be protecting you from source-spoofed packets, but then you're back to, well, depending on the firewall for the real security.