I am using CentOS 6 (64bit) and have VSFTPD installed.
I have two different users for vsftpd: privateuser
and publicuser
.
I need to configure that only privateuser
can login to the ftp server from the local IP range (192.168.2/24) and publicuser
can login from both the local range and another public range (example 192.168.2/24 and 180.150/16).
Is there any solution for this?