| View previous topic :: View next topic |
| Author |
Message |
bdon
Joined: 04 Aug 2005 Posts: 3
|
Posted: Thu Aug 04, 2005 6:57 pm Post subject: router issue |
|
|
I have my ftp behind a linksys router. I seem to have every setting correct. The client connects password and username are confirmed then when the server goes /pasv. The client is disconnected from the router.
I have experimented with different server and client programs. All with the same result. I normally use the Quick and Easy 2.7.1 and would like to keep doing so.
Does anyone know of a security setting on the router that would cause it to boot the client after the mode switches? |
|
| Back to top |
|
 |
admin Site Admin
Joined: 13 Apr 2005 Posts: 1467
|
|
| Back to top |
|
 |
bdon
Joined: 04 Aug 2005 Posts: 3
|
Posted: Thu Aug 04, 2005 7:54 pm Post subject: |
|
|
OH yes. I have done all of that. Like I said the server and client connect.
Here is the log
14:52:58.437 [1092] FTP Server started on port 21.
14:53:19.359 [3872] Client connected from 192.168.1.1.
14:53:19.359 [3872] 220 Welcome to Quick 'n Easy FTP Server
14:53:19.359 [3872] USER clemtown
14:53:19.359 [3872] 331 Password required for clemtown
14:53:19.375 [3872] PASS ****
14:53:19.375 [3872] 230 User successfully logged in.
14:53:19.375 [3872] SYST
14:53:19.375 [3872] 215 UNIX emulated by Quick 'n Easy FTP Server.
14:53:19.375 [3872] FEAT
14:53:19.375 [3872] 211-Extensions supported SIZE MDTM XCRC 211 END
14:53:19.406 [3872] PWD
14:53:19.406 [3872] 257 "/" is current directory.
14:53:19.406 [3872] TYPE A
14:53:19.406 [3872] 200 Type set to ASCII
14:53:19.421 [3872] PASV
14:53:19.421 [3872] 227 Entering Passive Mode (192,168,1,1,0,22)
14:53:19.421 [3872] Client disconnected from 192.168.1.1.
The client software just gets kicked. It never gets a list of directories |
|
| Back to top |
|
 |
admin Site Admin
Joined: 13 Apr 2005 Posts: 1467
|
Posted: Thu Aug 04, 2005 8:57 pm Post subject: |
|
|
Here are a few tips:
1. You did not correctly setup passive mode.
Please make sure the PASV mode ip address is correctly setup if you want users outside your local network to be able to connect to your server.
2. Do not use PASV mode if you connect from your local network, turn passive mode off in your FTP client.
3. The server does not kick you off, it just doesn't create the data the connection because you did not configure it correctly.
4. Since you are using a router select 'Get ip address from remote server'
You have either selected 'Default' or '192.168.1.1', this will not work if your PC is on a LAN.
5. Did you forward all FTP related ports on your router?
For more information read the help file, other related topics on the forum and the FAQ. |
|
| Back to top |
|
 |
bdon
Joined: 04 Aug 2005 Posts: 3
|
Posted: Sat Aug 06, 2005 12:02 am Post subject: |
|
|
well taking the clients out of pasv mode worked. I am semi confused why. I thought since I was behind a router with the ports forwarded they would have to be set pasv.
But thanks for helping me out. I like the new lite 3.0. Your software is very user friendly. I see the pro version you can control download speed. What speeds are the lite version set at? |
|
| Back to top |
|
 |
admin Site Admin
Joined: 13 Apr 2005 Posts: 1467
|
Posted: Sat Aug 06, 2005 1:49 pm Post subject: |
|
|
It's always difficult to explain the PASV vs. PORT mode.
If you want to know more about it go to:
http://slacksite.com/other/ftp.html for a definitive explanation.
The lite version download/upload speed is set to unlimited. |
|
| Back to top |
|
 |
|