From owner-freebsd-questions@FreeBSD.ORG Fri May 30 03:12:05 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 0F77A37B401 for ; Fri, 30 May 2003 03:12:05 -0700 (PDT) Received: from stormdbn.stormnet.co.za (stormdbn.stormnet.co.za [196.22.196.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0D6F43F93 for ; Fri, 30 May 2003 03:12:03 -0700 (PDT) (envelope-from nelis@brabys.co.za) Received: from postoffice.brabys.co.za ([192.96.48.13] helo=brabys.co.za) by stormdbn.stormnet.co.za with esmtp (Exim 4.12) id 19Lgri-00068F-00 for questions@freebsd.org; Fri, 30 May 2003 12:12:02 +0200 Received: from [192.96.48.37] (nelis [192.96.48.37]) by brabys.co.za (8.12.0/8.12.0) with ESMTP id h4UABval015928 for ; Fri, 30 May 2003 12:11:57 +0200 From: Nelis Lamprecht To: FreeBSD Questions Mail List Content-Type: text/plain Organization: Message-Id: <1054289517.36640.36.camel@enigma.8ball.co.za> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 30 May 2003 12:11:57 +0200 Content-Transfer-Encoding: 7bit X-MailScanner: Found to be clean Subject: [Re: proftpd/ipfw issues] Problem Solved X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: nelis@brabys.co.za List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2003 10:12:05 -0000 For the archives: DefaultServer On needed to be set. It is/was commented out ( by default? ). The DefaultServer directive controls which server configuration is used as the default when an incoming connection is destined for an IP address which is neither the host's primary IP address or one of the addresses specified in a configuration block. Normally such "unknown" connections are issued a "no server available to service your request" message and disconnected. When DefaultServer is turned on for either the primary server configuration or a virtual server, all unknown destination connections are serviced by the default server. Only a single server configuration can be set to default.