Camiel Dobbelaar schrieb:
On Mon, 13 Nov 2006, Marc Peters wrote:
this is the output from ftp-proxy:
# /usr/sbin/ftp-proxy -d -D7
listening on 127.0.0.1 port 8021
#1 accepted connection from 192.168.0.14
#1 FTP session 1/100 started: client 192.168.0.14 to server 194.XXX.XX.180 via
proxy 194.XXX.XX.254
#1 server: 220 194.XXX.XX.180 FTP server ready\r\n
#1 client: USER ftpuser\r\n
#1 server: 331 Password required for ftpuser.\r\n
#1 client: PASS ************\r\n
#1 server: 230 User ftpuser logged in.\r\n
#1 client: SYST\r\n
#1 server: 215 UNIX Type: L8\r\n
#1 client: FEAT\r\n
#1 server: 211-Features:\n
#1 server: MDTM\n
#1 server: REST STREAM\n
#1 server: SIZE\r\n
#1 server: 211 End\r\n
#1 client: PWD\r\n
#1 server: 257 "/" is current directory.\r\n
#1 client: CWD internet/foo-com/staging/htdocs/leistungen\r\n
Any idea how much time passed between the previous line and the line
below? (How long before the client closed? Did it timeout?)
60 seconds, and the client gives me this message:
421 Service not available, remote server timed out. Connection closed
(mac osx command line ftp-client)
#1 client close
#1 ending session
That CWD line did not pass out on the DMZ interface?
no it didn't. it is everytime the same, that CWD line didn't pass the
dmz interface and so the server didn't recieve the command.