From owner-freebsd-questions@FreeBSD.ORG Wed May 10 20:13:35 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 7E41F16A94A for ; Wed, 10 May 2006 20:13:35 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC9ED43D7E for ; Wed, 10 May 2006 20:13:27 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.6/8.13.6/Debian-1) with ESMTP id k4AKD4pM018770 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 10 May 2006 23:13:07 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.6/8.13.6) with ESMTP id k4AKDKZc061036; Wed, 10 May 2006 23:13:21 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.6/8.13.6/Submit) id k4AKDK3g061035; Wed, 10 May 2006 23:13:20 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 10 May 2006 23:13:20 +0300 From: Giorgos Keramidas To: Sean Murphy Message-ID: <20060510201320.GD60714@gothmog.pc> References: <44624631.9000503@calarts.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44624631.9000503@calarts.edu> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.394, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.81, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: daemon to listen on localhost only? 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: Wed, 10 May 2006 20:13:40 -0000 On 2006-05-10 12:59, Sean Murphy wrote: > Is there a way to tell a daemon to listen only to the localhost without > using a firewall? This depends on the daemon. Some programs accept a command-line option to do this. Others don't. What daemon are you interested in doing this for?