- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Change FTP port
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2005 03:54 AM
09-27-2005 03:54 AM
Change FTP port
I have a questin that may sound simple for you, I started 2 months ago in UNIX, and I would like to change the access port from 21 to xxxx. Anyone know how to accomplish this? Thank you very much in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2005 04:05 AM
09-27-2005 04:05 AM
Re: Change FTP port
Anyway, it depends of the ftp server, in VSFTPD, you have the listen and ftp_data_port directive in the configuration file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2005 04:05 AM
09-27-2005 04:05 AM
Re: Change FTP port
Hello to you Ana
http://www.cae.wisc.edu/site/public/?title=linbegin
http://www.informit.com/articles/article.asp?p=20665
first link advises against this course of action.
The second link advises how to do it.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2005 04:13 AM
09-27-2005 04:13 AM
Re: Change FTP port
You can Change the port in /etc/inetd.conf of service ftp and restart inetd, or
if you have xinetd you can
create a new service in /etc/services,
create a file in /etc/xinetd.d/ that refers to the new service created /etc/services,
then restart xinetd ( service xinetd restart )
Regards,
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2005 04:17 AM
09-27-2005 04:17 AM
Re: Change FTP port
For security (rules here in mi work that I don't understand...)I have to blocked port 21, but I need another port in order to have a proxy conection... that's the reason that I need to add another FTP port, but it dosn't be port 21
Alex, I have inetd, I'm working on UNIX v11.0
Thanx a lot to all, I'm going to prove all your recomendations...
see you soon boys!!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2005 04:35 AM
09-27-2005 04:35 AM
Re: Change FTP port
openssh server is secure, runs on port 22.
Client is built into all Linux machines and there are good free ones for Windows.
Be secure, don't use ftp. ftp does clear text authentication. That means your passwords fly across the network without the benefit of encryption.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com