Background / Network Structure
The are two layers of routers. The router at the outer layer has public Internet IP 123.123.123.123
(fake as example) and private IP 192.168.11.1
. The router at the inner layer, which is also a client of the outer router, has public IP 192.168.11.2
and private IP 192.168.1.1
. A computer of Windows 7 Enterprise with FileZilla Server is a client of the inner router with IP 192.168.1.48
. All IPs are static.
I have been using Windows Remote Desktop from the other side of the Internet connecting to the Win7 machine for months. So I think that my port forward rules in both routers are correct.
From the other side of the Internet, FTP connection is also fine. I have already
- Set the FileZilla Server FTP port to 21
- Set the FileZilla Server implicit FTP over TLS port to 990
- Set the FileZilla Server Passive mode custom port range to 50000-65000
- Allowed those ports in Windows Firewall Inbound Rules
- Forwarded those ports (TCP) to IP
192.168.1.48
at the inner router - Forwarded those ports (TCP) to IP
192.168.11.2
at the outer router
Problem
As you can see below is the FileZilla FTP Server log. After the server is online, it keeps getting (dummy) connections from 192.168.11.1
around every 30 seconds. I believe this is not normal.
While the server is busy receiving these connections, normal login and file transfer from the other side of the Internet works normally. But these (dummy) connections from 192.168.11.1
never stop, even after FTP users are logged in. It stops only after the server is offline.
Creating listen socket on port 21...
Creating listen socket on port 990...
Server online
(000696)11/05/2017 11:18:45 - (not logged in) (192.168.11.1)> Connected on port 21, sending welcome message...
(000696)11/05/2017 11:18:45 - (not logged in) (192.168.11.1)> 220-FileZilla Server 0.9.60 beta
(000696)11/05/2017 11:18:45 - (not logged in) (192.168.11.1)> 220-written by Tim Kosse (tim.kosse@filezilla-project.org)
(000696)11/05/2017 11:18:45 - (not logged in) (192.168.11.1)> 220 Please visit https://filezilla-project.org/
(000696)11/05/2017 11:18:45 - (not logged in) (192.168.11.1)> disconnected.
(000697)11/05/2017 11:19:10 - (not logged in) (192.168.11.1)> Connected on port 21, sending welcome message...
(000697)11/05/2017 11:19:10 - (not logged in) (192.168.11.1)> 220-FileZilla Server 0.9.60 beta
(000697)11/05/2017 11:19:10 - (not logged in) (192.168.11.1)> 220-written by Tim Kosse (tim.kosse@filezilla-project.org)
(000697)11/05/2017 11:19:10 - (not logged in) (192.168.11.1)> 220 Please visit https://filezilla-project.org/
(000697)11/05/2017 11:19:10 - (not logged in) (192.168.11.1)> disconnected.
(000698)11/05/2017 11:19:34 - (not logged in) (192.168.11.1)> Connected on port 21, sending welcome message...
(000698)11/05/2017 11:19:34 - (not logged in) (192.168.11.1)> 220-FileZilla Server 0.9.60 beta
(000698)11/05/2017 11:19:34 - (not logged in) (192.168.11.1)> 220-written by Tim Kosse (tim.kosse@filezilla-project.org)
(000698)11/05/2017 11:19:34 - (not logged in) (192.168.11.1)> 220 Please visit https://filezilla-project.org/
(000698)11/05/2017 11:19:34 - (not logged in) (192.168.11.1)> disconnected.
(000699)11/05/2017 11:19:58 - (not logged in) (192.168.11.1)> Connected on port 21, sending welcome message...
(000699)11/05/2017 11:19:58 - (not logged in) (192.168.11.1)> 220-FileZilla Server 0.9.60 beta
(000699)11/05/2017 11:19:58 - (not logged in) (192.168.11.1)> 220-written by Tim Kosse (tim.kosse@filezilla-project.org)
(000699)11/05/2017 11:19:58 - (not logged in) (192.168.11.1)> 220 Please visit https://filezilla-project.org/
(000699)11/05/2017 11:19:58 - (not logged in) (192.168.11.1)> disconnected.
(000700)11/05/2017 11:20:23 - (not logged in) (192.168.11.1)> Connected on port 21, sending welcome message...
(000700)11/05/2017 11:20:23 - (not logged in) (192.168.11.1)> 220-FileZilla Server 0.9.60 beta
(000700)11/05/2017 11:20:23 - (not logged in) (192.168.11.1)> 220-written by Tim Kosse (tim.kosse@filezilla-project.org)
(000700)11/05/2017 11:20:23 - (not logged in) (192.168.11.1)> 220 Please visit https://filezilla-project.org/
(000700)11/05/2017 11:20:23 - (not logged in) (192.168.11.1)> disconnected.
(000701)11/05/2017 11:20:52 - (not logged in) (192.168.11.1)> Connected on port 21, sending welcome message...
(000701)11/05/2017 11:20:52 - (not logged in) (192.168.11.1)> 220-FileZilla Server 0.9.60 beta
(000701)11/05/2017 11:20:52 - (not logged in) (192.168.11.1)> 220-written by Tim Kosse (tim.kosse@filezilla-project.org)
(000701)11/05/2017 11:20:52 - (not logged in) (192.168.11.1)> 220 Please visit https://filezilla-project.org/
(000701)11/05/2017 11:20:52 - (not logged in) (192.168.11.1)> disconnected.
Server is going offline...
Server offline.