HPE GreenLake Administration
Operating System - HP-UX
1837257
Members
2426
Online
110115
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
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
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
03-10-2004 05:18 AM
03-10-2004 05:18 AM
Is there any way to force ftp to use port 80?
UNIX IS GOOD
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 05:23 AM
03-10-2004 05:23 AM
Re: FTP
I believe with ipfilters you could forward all incoming port 21(ftp) connections to port 80. You'd also have to do something to the ftpd server, and that depends on which server you are using.
This might interfere with correct operation of your httpd server.
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9901AA
Port forwarding is easy with iptables for Linux. I WISH HP would port it.
SEP
This might interfere with correct operation of your httpd server.
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9901AA
Port forwarding is easy with iptables for Linux. I WISH HP would port it.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
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
03-10-2004 05:27 AM
03-10-2004 05:27 AM
Solution
Hi,
Yes. Change /etc/services file. Comment out http that is listed with 80 (only to avoid duplicate entries) and change ftp from 21 to 80. Restart inetd with inetd -c. You should see ftp (control) listening at port 80. Try
#ftp localhost
However, you will need to change the service lookup file on the client to point ftp to 80 there too. Otherwise the client will try to connect at port 21 and will get a connection refused message.
-Sri
Yes. Change /etc/services file. Comment out http that is listed with 80 (only to avoid duplicate entries) and change ftp from 21 to 80. Restart inetd with inetd -c. You should see ftp (control) listening at port 80. Try
#ftp localhost
However, you will need to change the service lookup file on the client to point ftp to 80 there too. Otherwise the client will try to connect at port 21 and will get a connection refused message.
-Sri
You may be disappointed if you fail, but you are doomed if you don't try
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP