I need to be able to tunnel ftp through a nat gateway to my freebsd server. The topology looks like this:
client --------> win2k ICS --------> freebsd ftp box (192.168.0.2) (192.168.0.1 | External IP) (External IP2) I can ftp normally since the win2k gateway is quite forgiving. However, I want to avoid using plaintext authentication to the freebsd box, so I want to use SSH to tunnel the ftp-control channel. I can set up the outgoing tunnel fine. I can do 'ftp localhost' on the client and log in fine. I cannot establish a data connection though. Furthermore, I have tried this with stunnel and it also doesn't work. How would I do this? I have to use FTP because the ftp is being done by some oldish win32 program that doesn't do sftp etc. thanks pete -- Peter C. Lai University of Connecticut Dept. of Molecular and Cell Biology | Undergraduate Research Assistant Yale University School of Medicine Center for Medical Informatics | Research Assistant http://cowbert.2y.net/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
