Hello everyone.

I am struggling with enabling tftpd-hpa on my knoppix cd to serve as an ftp server for the local network.

after boot i did the following:

- Changed /etc/hosts.allow to just contail the line
ALL : ALL@ALL : ALLOW
- Removed all lines from /etc/hosts.deny
- Removed all lines from /etc/ftpusers
- Added a lot of users to /etc/ftpchroot

BUT, I am still unable to ftp into the box (no matter if I try to connect to localhost / 127.0.0.1 on the box itself or
from another host on the network).
No matter which user i choose, the server always tells me "login incorrect".
Passwords are correct. Tested a ssh login and passwords were accepted.
Even anonymous ftp fails.

Can anyone point me to the right direction (besides manpage, read that!) how to make the tftpd work?

Thanks a lot