Hi,
a friend of mine set up a VPN Server with key authentication and a anonymous FTP Server. He send me his client.conf and keys for me. I adjusted the conf file for my keys. Started the my OpenVPN client, pinged the server and all clients in this net. Everything is OK.
Next I checked the anonymous ftp Server, but could only copy files that are smaller than 5kb to the server. With every larger file I get a timeout of the ftp connection. I tried different Linux programs, nautilus, gftp, filezilla and the commandline ftp. Download is perfectly OK and fast. My friend uses the same settings (obviously) and can upload his files without a timeout. At the best case, I had 1.308 B file on the server.
Next I checked if I can connect to the ftp server trough vpn with vista. I used openvpn and also filezilla. There I could upload my files to the ftp server. Problems with my Lan settings or router can be excluded.
Once again I upload a picture with 83 kb, filezilla tried it 3 times and timeout.
Code:
Command: STOR shawn.jpg
Response: 150 Ok to send data.
Error: Connection timed out
Status: Connecting to 10.0.0.1:21...
Status: Connection established, waiting for welcome message...
Response: 220
Command: USER anonymous
Response: 331 Please specify the password.
Command: PASS **************
Response: 230 Login successful.
Status: Connected
Status: Starting upload of shawn.jpg
Command: CWD /_public_
Response: 250 Directory successfully changed.
Status: Retrieving directory listing...
Command: TYPE I
Response: 200 Switching to Binary mode.
Command: PASV
Response: 227 Entering Passive Mode (10,0,0,1,205,249)
Command: LIST
Response: 150 Here comes the directory listing.
Response: 226 Directory send OK.
Command: PASV
Response: 227 Entering Passive Mode (10,0,0,1,122,250)
Command: STOR shawn.jpg
Error: Connection timed out
Response: 421 Timeout.
I checked what is transmitted through the tap0 with IPTraf while the upload, packages are transmitted but they seem to get lost.
There are no rules in my iptables.
My system is Ubuntu 9.04 (same as my friend), wireless in my Lan.
Thanks in advance for reading my post, I hope you can help me. If you need more informations feel free to ask. I try to investigate further with wireshark.
dandanplan