HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Port Redirect
Operating System - Linux
1827221
Members
2247
Online
109716
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
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
12-13-2000 03:45 AM
12-13-2000 03:45 AM
Port Redirect
I need to redirect all http traffic from my network to Internet, to a proxy server that is different from firewall server after following schema:
Source: 0.0.0.0/80 -> Destination: 1.2.3.4/8080
(where 1.2.3.4 is IP of the proxy server).
I am using RedHat 6.1.
Source: 0.0.0.0/80 -> Destination: 1.2.3.4/8080
(where 1.2.3.4 is IP of the proxy server).
I am using RedHat 6.1.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2000 06:35 AM
12-13-2000 06:35 AM
Re: Port Redirect
Gumeni,
The simplest way to perform this is to redirect your http traffic to the other server.
This is easily accomplished viat the redirect command. Edit your/etc/httpd/conf/httpd.conf file and add the following statement to the end of the file:
redirect / http://1.2.3.4:8080
Then issue a
/etc/rc.d/init.d/httpd restart
This will allow the Httpd daemons to refresh and reread the configuration.
You could also accomplish this via the WebMin interface at http://localhost:901
Hope that helps.
Have a Great Day!
The simplest way to perform this is to redirect your http traffic to the other server.
This is easily accomplished viat the redirect command. Edit your/etc/httpd/conf/httpd.conf file and add the following statement to the end of the file:
redirect / http://1.2.3.4:8080
Then issue a
/etc/rc.d/init.d/httpd restart
This will allow the Httpd daemons to refresh and reread the configuration.
You could also accomplish this via the WebMin interface at http://localhost:901
Hope that helps.
Have a Great Day!
Sr. Systems Consultant @ ABS Computer Technology, Inc. http://www.abs-comptech.com/aewhale.html & http://www.ancegroup.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2000 07:50 AM
12-13-2000 07:50 AM
Re: Port Redirect
Some ideas:
consider using "redir"
http://www.linux.org/apps/AppId_865.html
-consider using "squid"
http://www.linux.org/apps/AppId_6667.html
good luck.
consider using "redir"
http://www.linux.org/apps/AppId_865.html
-consider using "squid"
http://www.linux.org/apps/AppId_6667.html
good luck.
nothing wrong with me that a few lines of code cannot fix!
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
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP