558
Views
0
Helpful
1
Replies
Port remapping
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2005 08:37 AM
I have a need to remap client content requests from port 80 to 7777 for the back end servers. Can this be done on my CSS11503?
Labels:
- Labels:
-
Application Networking
1 Reply 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2005 08:51 AM
yes,
simply configure the port on the service.
ie
service real-7777
ip address x.x.x.x
port 7777
active
owner MyCompany
content www
vip x.x.x.x
port 80
add service real-7777
active
A client would connect to vip:80 and this will be forwarded to real:7777
Regards,
Gilles.
