Page 1 of 1

Problem using multi-domains ?

Posted: Thu May 27, 2010 8:58 am
by toky
Hi,

We are testing the Wing FTP server and we want to use the multi-domain function.
Our configuration is :
- One IP address 192.168.10.200 binded to all domain
- 3 domains : ftp.toto.com , ftp.titi.com, ftp.tata.com
- Each domain has one user TEST configured with different password.

When we try to connect to the FTP.TITI.COM with the user TEST of this domain, the user can't login(login failed,invalid password). Seeing the log, the user TEST is connecting to FTP.TOTO.COM instead of to connect FTP.TITI.COM.
How can we do to solve this problem ?
Best regards

Re: Problem using multi-domains ?

Posted: Thu May 27, 2010 10:19 am
by FTP
Hi,

Multiple-domains means you can run multiple virtual servers on the same IP address. But each domain has its own listening port. So firstly, please check "Domains->Settings->Listeners" to make sure every listener works fine(with a green mark). If certain port is not working normally, you will need to change the pot number. Say, if ftp.toto.com uses port 21 and ftp.titi.com uses 2222, when you connect to your server with ftp, in addition to the IP address(or DNS), you also need to specify the port number(21 or 2222). So we suggest you check the status of the listeners first. If this cannot solve the problem, please give us more details to make further investication.

Regards,

Re: Problem using multi-domains ?

Posted: Tue Jun 01, 2010 3:21 pm
by toky
Thanks