cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
362
Views
5
Helpful
1
Replies

CSS -Can TCP port number under the VIP be different to real server TCP Port

astanislaus
Level 2
Level 2

Client

TCPrt : 80 -----------------------------> CSS VIP to the actual server on TCP port 5555 --------------> Server

The requirement is that client will send a request to VIP on port 80 and VIP has to forward the request to server on a different port(TCP port 5555).

1 Reply 1

Yes its possible.

Port command under service translates the destination port.

content whol_eiwebsit_80

add service srvr1

add service srvr2

vip address 128.1.1.1 <-- Vip

port 80 <-- Listening on port 80

protocol tcp

url "/*"

active

service srvr1

ip address 10.10.10.1

protocol tcp

port 5555 <-- will translate dest port

keepalive type tcp

keepalive port 5555

active

service srvr2

ip address 10.10.10.2

protocol tcp

port 5555

keepalive type tcp

keepalive port 5555

active

HTH

Syed Iftekhar Ahmed

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: