proFTPd works on my LAN, but over WAN it's not reachable

Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC based Hardware
Author Message
rj.2001
DD-WRT User


Joined: 20 Jul 2006
Posts: 88
Location: Dresden

PostPosted: Mon Feb 26, 2007 21:22    Post subject: proFTPd works on my LAN, but over WAN it's not reachable Reply with quote
Hello @ all,

I have a ASUS WL500gP (DD-WRT V23_SP2) with one USB HDD are connected.
SAMBA2 works fine. Only the ProFTPd makes problems. In my local LAN everything ist ok. But if I would connect from WAN-side (other PC by a friend - let me say RemPC to it in the future), the FTP clients says: the computer is not reachable. At the same time the RemPC can go to the Control Panel of my WL500gP (via http://alias.no-ip.info:8080).
I check many thinks:

FTP address formats:
Code:
myalias.no-ip.info
ftp.myalias.no-ip.info
ftp://ftp.myalias.no-ip.info
myip
ftp.myip
ftp://ftp.myip

All of the above addresses are testet with passive / active.

firewall rules on administration --> diagnostics --> Save Firewall:
Code:
/usr/sbin/iptables -I INPUT 1 -p tcp --dport 20:21 -j logaccept
/usr/sbin/iptables -I INPUT 1 -p tcp --dport 60000:65535 -j logaccept


Nothing works. Has any one any idea?
For aditional informations I attached my proftpd.conf.
In the mailing list of the proftpd is also nothing thats works for me!

Thanks a lot!



proftpd.conf.txt
 Description:
proftpd.conf of my WL500gP

Download
 Filename:  proftpd.conf.txt
 Filesize:  2.07 KB
 Downloaded:  611 Time(s)

Sponsor
rj.2001
DD-WRT User


Joined: 20 Jul 2006
Posts: 88
Location: Dresden

PostPosted: Wed Feb 28, 2007 8:10    Post subject: Reply with quote
I make several tests again:
With vsftpd my FTP is reachable over WAN (with the iptable settings on port 21). But also only when I start the vsftp via xinetd.
And only when I paste "only_from = 0.0.0.0/0" into the /opt/etc/xinetd.d/vsftpd.
My /opt/etc/xinetd.d/vsftpd looks like:
Code:
# default: on
# description:
#   The vsftpd FTP server serves FTP connections. It uses
#   normal, unencrypted usernames and passwords for authentication.
# vsftpd is designed to be secure.
service ftp
{
        socket_type             = stream
        only_from               = 0.0.0.0/0
        wait                    = no
        user                    = root
        server                  = /opt/sbin/vsftpd
        server_args             = /opt/etc/vsftpd.conf
        log_on_failure          += USERID
        nice                    = 10
        disable                 = no
}

Have anyone a idea, to run proftpd? Its more configurable as vsftpd.
Is there a solution to start proftpd via xinetd? And wich settings must be taken in the xinetd startup file for proftpd (for vsftpd its /opt/etc/xinetd.d/vsftpd)?
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC based Hardware All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum