Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Sep 2001 07:38:36 -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:  <200109211438.f8LEcaj32717@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ru          2001/09/21 07:38:36 PDT

  Modified files:
    lib/libalias         alias_ftp.c 
  Log:
  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.
  
  MFC after:	1 week
  
  Revision  Changes    Path
  1.14      +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?200109211438.f8LEcaj32717>