What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

FTP usb problem rt-ac87u

Buildersoft

New Around Here
I have an asus router rt-ac87u with the latest software 380-57 installed
I have attached an usb drive with is formatted with ext3
I put some folders on it en give some users right to access these folders
This is all done with menu item : Media Services and Servers
My wan ip address is registered by an DDNS organisation
In google chrome ftp://hostname.... works fine and can access the folders
But when I do the same thing in IE or in Firefox, it give me the error: page not found
Any ideas?
Best regards, Buildersoft
 
You need PASV part even if you dont use SSL. And remember to open ports.
 
You need PASV part even if you dont use SSL. And remember to open ports.
Octopus, I don't no what is going wrong at the moment
My vsftpd.conf file:

anonymous_enable=NO

nopriv_user=root

write_enable=YES

local_enable=YES

chroot_local_user=YES

local_umask=000

dirmessage_enable=NO

xferlog_enable=NO

syslog_enable=NO

connect_from_port_20=YES

use_localtime=YES

listen=YES

pasv_enable=YES

ssl_enable=YES

tcp_wrappers=NO

max_clients=2

ftp_username=anonymous

ftpd_banner=Welcome to FMC-FTP service.

rsa_cert_file=/etc/ssl/private/vsftpd.pem

rsa_private_key_file=/etc/ssl/private/vsftpd.pem

allow_anon_ssl=NO

force_local_data_ssl=YES

force_local_logins_ssl=YES

ssl_tlsv1=YES

ssl_sslv2=NO

ssl_sslv3=NO

require_ssl_reuse=NO

ssl_ciphers=HIGH

pasv_min_port=9970

pasv_max_port=10000

I make the jffs enabled and put the file in /jffs/configs
The vsfpd.pem file hase been made by openssl command
I did a service stop_ftpd and a service_start_ftpd
iptables has been updated : iptables -I INPUT -p tcp -m tcp --dport 9970:10000 -j ACCEPT

I tested with Filezilla client , but no connection possible

Regards, Buildersoft
 
Filezilla have problem with handshaing try this:

The cause of this issue is due to some older versions of FileZilla which required explicit-like protocol messages
to establish the secure data channel when these should only be optional for implicit mode. Implicit mode implies
that all connections are secure by default, so it shouldn't be necessary to explicitly send these commands.
Nevertheless, this should resolve the issue for both FileZilla, vsftpd, and any other servers which require these
commands be sent even when using implicit FTPS.

To fix this issue, place the following commands into the "Additional commands to execute upon signon" box in Advanced Options for this host:

PBSZ 0
PROT P


Now the server should receive the messages it expects and the host should work normally.
 
A few years back I had problems trying to ftp into my Humax Foxsat box using Filezilla. After giving up with Filezilla, I tried the Fireftp add-on for Firefox and it worked flawlessly. It might be worth a look, anyway.
 
Filezilla have problem with handshaing try this:

The cause of this issue is due to some older versions of FileZilla which required explicit-like protocol messages
to establish the secure data channel when these should only be optional for implicit mode. Implicit mode implies
that all connections are secure by default, so it shouldn't be necessary to explicitly send these commands.
Nevertheless, this should resolve the issue for both FileZilla, vsftpd, and any other servers which require these
commands be sent even when using implicit FTPS.

To fix this issue, place the following commands into the "Additional commands to execute upon signon" box in Advanced Options for this host:

PBSZ 0
PROT P


Now the server should receive the messages it expects and the host should work normally.
Oke, I will test this, but the main issue is with the modification I early mentioned vsftpf.conf, etc is also not working in IE, Firefox or Chrome either
So when I build it to its original, ftp work only in chrome
The question is what I doing wrong with the modified configuration in the asus router?

Regards Fred
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!

Staff online

Back
Top