Changes between Initial Version and Version 1 of Ticket #12991
- Timestamp:
- Oct 3, 2023, 4:33:48 PM (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12991 – Description
initial v1 5 5 Not recognizing this CGNAT space results in failed passive transfers and the following error: 6 6 {{{Data peer IP [A.B.C.D] differs from control peer IP [100.x.x.x]: this shouldn't happen, aborting the data connection.}}} 7 8 What's happening here is that the CGNAT address space is being treated as a non-local connection and is being sent the "public" IP (resolved from the hostname provided) in the 227 response. Instead, CGNAT address space should be treated the same as private network address space and the 227 response should have the server's IP.