how do you start PureFTPd ?
You need to tell the daemon (in standalone mode atleast) to accept connections on a certain IP by defining it with:
-S 192.168.0.1,21 where 21 obviously is the portnumber
otherwise check your inetd/xinetd that handles pureftpd that it has -S IP,PORT set correctly for your needs.
Main Topics
Browse All Topics





by: owensleftfootPosted on 2004-03-12 at 01:48:26ID: 10579201
You could always run the server standalone.