How to check who is connect through FTP and change or modify files. I have 50 users and 1 live IP any buddy connect but log show only my live IP. I can not find local computer name. And user says I am not upload any files. FTP log shows IP and user but not shows local computer netbios name. Is it any way to find out who is connect and change files.
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|
If there is a NAT firewall between your users and the FTP server, the FTP server will only be able to log the public address of that NAT firewall. If the FTP server and the users are on the same local network, but the users are connecting to your public IP address (and the public IP is forwarded to the FTP server) the FTP server still will only see that the clients are coming from the public IP address. Your users would need to connect to the private IP address of the FTP server in order for the FTP server to see their private IP addresses. |
|||
|
|