- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- changing the ftp port in redhat linux 9
Operating System - Linux
1822349
Members
4731
Online
109642
Solutions
Forums
Categories
Company
Local Language
юдл
back
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
Forums
Discussions
юдл
back
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
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
тАО11-07-2005 02:39 PM
тАО11-07-2005 02:39 PM
Hi All
I need to change the ftp port in redhat linux from 21 to 65530 ... I have chaged in /etc/services and restarted the server ..
but it is not working ...The ftp service which is started is vsftp
Please help
Binu
I need to change the ftp port in redhat linux from 21 to 65530 ... I have chaged in /etc/services and restarted the server ..
but it is not working ...The ftp service which is started is vsftp
Please help
Binu
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-07-2005 05:40 PM
тАО11-07-2005 05:40 PM
Solution
Hello Binu,
the /etc/services is only a file which maps portnumbers to human readable names. It├В┬┤s used for example by netstat.
If you are running vsftp standalone, use the "listen_port" directive in vsftpd.conf. If you start vsftp through inetd or xinetd, change the listen port in the serviceconfiguration of inetd / xinetd.
Regards,
Patrick
the /etc/services is only a file which maps portnumbers to human readable names. It├В┬┤s used for example by netstat.
If you are running vsftp standalone, use the "listen_port" directive in vsftpd.conf. If you start vsftp through inetd or xinetd, change the listen port in the serviceconfiguration of inetd / xinetd.
Regards,
Patrick
Best regards,
Patrick
Patrick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-07-2005 05:48 PM
тАО11-07-2005 05:48 PM
Re: changing the ftp port in redhat linux 9
make sure you have a line
listen=YES which makes vsftpd to run in standalone mode
and append a line
listen_port=65300
then restart the vsftpd service with
service vsftpd restart
listen=YES which makes vsftpd to run in standalone mode
and append a line
listen_port=65300
then restart the vsftpd service with
service vsftpd restart
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-07-2005 08:03 PM
тАО11-07-2005 08:03 PM
Re: changing the ftp port in redhat linux 9
Hi All
I have appened the vsftp.conf file
with the following entry
listen_port=65300
then restart the vsftpd service with
service vsftpd restart also the changed the port no from 21 to 65300 inthe /etc/services
then restart the vsftpd service with
service vsftpd restart
It worked
Thanks for the help
Binu
I have appened the vsftp.conf file
with the following entry
listen_port=65300
then restart the vsftpd service with
service vsftpd restart also the changed the port no from 21 to 65300 inthe /etc/services
then restart the vsftpd service with
service vsftpd restart
It worked
Thanks for the help
Binu
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP