Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 2002 14:15:39 -0500 (CDT)
From:      Jamie <jamie@gnulife.org>
To:        freebsd-isp@freebsd.org
Subject:   [OT] wu-ftpd problem on FreeBSD 4.5
Message-ID:  <20021023141324.N35337-100000@floyd.gnulife.org>

next in thread | raw e-mail | index | archive | help


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:


<SNIP>
# 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.*
</SNIP>

  ... 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021023141324.N35337-100000>