» 
Changing the default port 21 for vsftpd?
Hi readers....
I have a problem with my internet provider. They block all ports
<1024 with exception of port 25 for smtp.
My provider advised me to use a different port for FTP but I have
no idea how to change it.
/etc/vsftpd/vsftpd.conf does not provide any entry except for:
connect_from_port_20=YES
but this does not specify which port to use instead.
Then I tried changing the /etc/services file to redefine the ports
for ftp from 20 to 8020 and from 21 to 8021
Changed
connect_from_port_20=NO
But to no avail, still connecting on port 21
8021 grants no connection... Isn't even found.
Any one of you out there that have a solution?
Last edited by TVScoundrel; 01-29-2004 at 11:36 AM.
|