• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Refused PORT 10,0,0,1,8,151 (address mismatch)

M

MaRiOs

Guest
Oct 12 20:47:27 linux7 proftpd[23404]: linux7.grserver.gr (62.38.174.68[62.38.174.68]) - Refused PORT 10,0,0,1,8,149 (address mismatch)
Oct 12 20:47:48 linux7 proftpd[23404]: linux7.grserver.gr (62.38.174.68[62.38.174.68]) - Refused PORT 10,0,0,1,8,151 (address mismatch)
Oct 12 20:48:10 linux7 proftpd[23404]: linux7.grserver.gr (62.38.174.68[62.38.174.68]) - Refused PORT 10,0,0,1,8,153 (address mismatch)
Oct 12 20:48:31 linux7 proftpd[23404]: linux7.grserver.gr (62.38.174.68[62.38.174.68]) - Refused PORT 10,0,0,1,8,155 (address mismatch)

I saw this in my /var/log/messages

anyone knows what it means ?
 
probably someone behind NAT is trying to use your FTP server, when doing a list or download its telling it to connect to them at 10.0.0.1 which is obviously a LAN only IP so it wont work, they should be using passive mode.. is nothing to worry about.
 
Definitely someone on the same router/NAT/LAN segment, or someone filling the PORT command with bogus IP info.
The PORT command takes arguments that are the IP address (comma separated) and
port (which is 2 bytes, comma separated).
 
loool thats was stupid? or he was trying to achieve something ?
 
Back
Top