Hi,
I am able to login to FTP using FTP client but when the client try to list directories I get timeout !!
I am doing NAT in the firewall by my ISP
My ISP informed me that all ports are open for the nated IP public IP but not the internal IP
in /etc/proftpd.conf
	
	
	
		
I opened /etc/proftpd.vhosts.conf and found it empty
So I added manually
	
	
	
		
I restarted proFTPd but still I can't list with client FTP on port 21
1) Any idea why list in not working ?
2) Why /etc/proftpd.vhosts.conf was empty ?
3) When using global mode to access FTP, it connects to the internal IP with passive ports , Why is that ?
				
			I am able to login to FTP using FTP client but when the client try to list directories I get timeout !!
I am doing NAT in the firewall by my ISP
My ISP informed me that all ports are open for the nated IP public IP but not the internal IP
in /etc/proftpd.conf
		Code:
	
	Port                    21
PassivePorts            35000 35999
//last line shows
/etc/proftpd.vhosts.conf
	I opened /etc/proftpd.vhosts.conf and found it empty
So I added manually
		Code:
	
	<VirtualHost **.**.**.**>
        ServerName              "ProFTPd"
        ExtendedLog             /var/log/proftpd/**.**.**.**.bytes WRITE,READ userlog
        AuthUserFile            /usr/local/directadmin/data/users/*username*/ftp.passwd
</VirtualHost>
	I restarted proFTPd but still I can't list with client FTP on port 21
1) Any idea why list in not working ?
2) Why /etc/proftpd.vhosts.conf was empty ?
3) When using global mode to access FTP, it connects to the internal IP with passive ports , Why is that ?