Date: Tue, 2 Oct 2001 04:47:44 -0700 (PDT) From: Ruslan Ermilov <ru@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libalias alias_ftp.c Message-ID: <200110021147.f92BliF96608@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ru 2001/10/02 04:47:44 PDT Modified files: (Branch: RELENG_4) lib/libalias alias_ftp.c Log: MFC: 1.14: Fixed the bug that prevented communication with FTP servers behind NAT in extended passive mode if the server's public IP address was different from the main NAT address. This caused a wrong aliasing link to be created that did not route the incoming packets back to the original IP address of the server. natd -v -n pub0 -redirect_address localFTP publicFTP Note that even if localFTP == publicFTP, one still needs to supply the -redirect_address directive. It is needed as a helper because extended passive mode's 229 reply does not contain the IP address. Revision Changes Path 1.5.2.5 +5 -4 src/lib/libalias/alias_ftp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110021147.f92BliF96608>