Page 1 of 1

FTP multiple logins

Posted: Fri Apr 21, 2006 8:21 am
by beejan
Hai there!

I have successfully enable my ftp server through mikrotik. I did the port forwarding. However i notice that only 1 user can passthrough the mikrotik to open the ftp. How can i enable the mikrotik to allow multiple users login?

thanks! :D

Posted: Fri Apr 21, 2006 12:16 pm
by Mapik
I think this may help

/ip firewall service-port enable ftp

Posted: Fri Apr 21, 2006 2:45 pm
by Gotmoh
I think this may help

/ip firewall service-port enable ftp
Realy? It enables internal ftp server on MikroTik IMHO. You dont need this to use ftp inside your LAN.

Posted: Fri Apr 21, 2006 8:06 pm
by tneumann
Realy? It enables internal ftp server on MikroTik IMHO. You dont need this to use ftp inside your LAN.

Gotmoh, you're confusing this with /ip service, which
indeed controls services on the router itself.


--Tom

Posted: Sat Apr 22, 2006 12:40 am
by valens
Check the FTP Server configuration.
I don't think it's the problem on Mikrotik.
If one user can login, it means the D-NAT / Routing / Firewall in Mikrotik correctly configured.

Posted: Sat Apr 22, 2006 9:21 am
by Gotmoh
Realy? It enables internal ftp server on MikroTik IMHO. You dont need this to use ftp inside your LAN.

Gotmoh, you're confusing this with /ip service, which
indeed controls services on the router itself.


--Tom
Me confusing? Or Mapik? :twisted:

Posted: Sat Apr 22, 2006 10:30 am
by Mapik
Realy? It enables internal ftp server on MikroTik IMHO. You dont need this to use ftp inside your LAN.

Gotmoh, you're confusing this with /ip service, which
indeed controls services on the router itself.


--Tom
Me confusing? Or Mapik? :twisted:
command
/ip firewall service-port enable ftp

will enable internal ftp proxy in MT, which may help with this problem I hope

Posted: Wed Apr 26, 2006 3:56 am
by beejan
thanks for the numerous replies guys!! :D i really appreciate it!

Mapik, i have enable the service-port as u said. my ftp is working already.

however...what i want is multiple users to use the ftp at the same time. currently only 1 user can use the ftp. mikrotik does not allow multiple users to use the ftp simultaneously.

is there a way to setup the mikrotik to allow more users using the ftp?

thanks!