You need to add a "bind" statement to each of the file that specifies the IP address on which each instance of vsFTPd will listen.
Add this to each file:
The "man xined.conf" command will give you a further list of options that could be helpful in future.Code:bind virtual.host.ip.address
You can verify beforehand whenther the bind statements have worked by using the netstat command.
This should show a list of IP addresses on which FTP is listening.Code:netstat -a | grep -i ftp


!
Reply With Quote

Bookmarks