|
||||||||
Ok, egg on my face... I tried getting Cuteftp to write logs but it wasn't so I upgraded it to the latest 8.0 version and everything works fine. The logs it made now definitely show me using passive and listing files now works. COMMAND:> [8/15/2006 9:31:39 PM] PASV [8/15/2006 9:31:39 PM] 227 Entering Passive Mode (192,168,16,107,21,126). COMMAND:> [8/15/2006 9:31:39 PM] LIST STATUS:> [8/15/2006 9:31:39 PM] Substituting received PASV address 192.168.16.107 to server address X.X.X.107. STATUS:> [8/15/2006 9:31:39 PM] Connecting FTP data socket... X.X.X.107:5502... [8/15/2006 9:31:39 PM] 125 Data connection already open; Transfer starting. [8/15/2006 9:31:39 PM] 226 Transfer complete. STATUS:> [8/15/2006 9:31:40 PM] Directory listing completed. STATUS:> [8/15/2006 9:31:47 PM] Getting listing "/www"... COMMAND:> [8/15/2006 9:31:47 PM] CWD /www [8/15/2006 9:31:47 PM] 250 CWD command successful. STATUS:> [8/15/2006 9:31:47 PM] PWD skipped. Current folder: "/www". > -----Original Message----- > From: Chris K Ellsworth [mailto:ckellsworth at yahoo dot com] > Sent: Tuesday, August 15, 2006 8:44 PM > To: David Kitchens > Cc: m0n0wall at lists dot m0n0 dot ch > Subject: Re: [m0n0wall] Passive ftp problem > > well the only way i know to help is to see the Full log from > the client side app, I could probably tell you pretty quickly > if it was a ftp setting error or something else. > > On Aug 15, 2006, at 5:28 PM, David Kitchens wrote: > > > Cute FTP uses passive by default as do most ftp client > programs to my > > knowledge. Also since I didn't mention it in first mail, I am using > > 1.23b1 > > on a soekris 4511, the servers are in a VLAN on my Cisco > 2924 switch. > > > >> -----Original Message----- > >> From: Chris K Ellsworth [mailto:ckellsworth at yahoo dot com] > >> Sent: Tuesday, August 15, 2006 7:41 PM > >> To: m0n0wall at lists dot m0n0 dot ch > >> Subject: Re: [m0n0wall] Passive ftp problem > >> > >> did you tell cuteftp to use passive mode? > >> On Aug 15, 2006, at 3:43 PM, David Kitchens wrote: > >> > >>> Guys, I know this has been hashed out MANY times but I am > >> still stuck. > >>> I've recently moved a MS 2003 server behind my m0n0wall, it has a > >>> static ip configured under Server NAT and its got a Proxy > >> Arp setting > >>> as well. Ports 80, 443, 25, and 110 work with no problems, > >> port 20 and > >>> 21 are mapped for ftp tho I don't think I need 20 as msftp > >> runs on 21. > >>> External ip is > >>> x.x.x.107 and internal ip is 192.168.16.107. I have set the ftp > >>> service to use 5500-5700 per > >>> http://support.microsoft.com/Default.aspx? > >>> id=555022 and > >>> created an Inbound NAT entry and Rule pointing that range to the > >>> internal ip. I can connect to the ftp server without a > problem from > >>> the outside but I get an Error: Failed to establish data socket, > >>> Trashed response received, > >>> 425 Can't open data connection. No directory listing can be shown. > >>> I am > >>> using Cute FTP when trying to connect but I don't think that has > >>> anything to do with it. Attempted to connect using IE as > >> well and get > >>> no listing, tried setting IE to not use Passive connection > >> and still > >>> get errors. > >>> > >>> Does anyone use passive ftp with a 2003 server? Can > someone tell me > >>> WTF I am missing please? > >>> > >>> Dave |