From owner-freebsd-isp Wed Oct 23 12: 5:32 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A401237B404 for ; Wed, 23 Oct 2002 12:05:30 -0700 (PDT) Received: from floyd.gnulife.org (floyd.gnulife.org [199.86.41.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37E1643E42 for ; Wed, 23 Oct 2002 12:05:30 -0700 (PDT) (envelope-from jamie@gnulife.org) Received: by floyd.gnulife.org (Postfix, from userid 1000) id DC8AE432C9; Wed, 23 Oct 2002 14:15:39 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by floyd.gnulife.org (Postfix) with ESMTP id CE840432C6 for ; Wed, 23 Oct 2002 14:15:39 -0500 (CDT) Date: Wed, 23 Oct 2002 14:15:39 -0500 (CDT) From: Jamie To: freebsd-isp@freebsd.org Subject: [OT] wu-ftpd problem on FreeBSD 4.5 Message-ID: <20021023141324.N35337-100000@floyd.gnulife.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Has anyone run into anything like this? We have wu-ftp 2.6.1 running on FreeBSD 4.5. I installed wu-ftpd from the ports collection, and I am firing it off in inetd with this line: ftp stream tcp nowait root /usr/local/libexec/ftpd ftpd -l -a -d -u 007 I am trying to log into a site ftp.foo.com with userid frank from the machine fee.fi.com. For some reason, I keep getting this error in /var/log/messages and I am unable to connect: Oct 23 13:53:15 ftp ftpd[70395]: FTP LOGIN FAILED (virtual host access denied) for fee.fi.com [203.145.21.43], frank I have the host fee.fi.com added in the ftphosts file like this: # Everything after a '#' is treated as comment, # empty lines are ignored allow frank 203.145.21.43 allow bartm somehost.domain deny fred otherhost.domain 131.211.32.* ... but I keep getting the same logging error. Why is it telling me that virtual host access is denied? Thanks! - Jamie "There are only 10 types of people in the world: those who understand binary and those who don't." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message