cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
422
Views
0
Helpful
2
Replies

ACE - VIP ports ...

aslamta123
Level 1
Level 1

Hi All,

My real servers are probing on port 8000 and VIP listening on port 80.

In the configuration I couldnt find any issues but for me its not working. When I try to telnet VIP on port 80 its not connecting.

Is it required the real servers should aware about VIP listening port ?? or can we use any port for VIP ?

Rgds

Aslam

1 Accepted Solution

Accepted Solutions

dario.didio
Level 4
Level 4

Hi,

the real server does not to know on which port the VIP is listening. You can use any port for the VIP.

Normally your config should look like this:

serverfarm example-SF

rserver server1 8000

inservice

rserver server2 8000

inservice

class-map example-CM

match virtual-address 10.1.1.1 tcp port eq www

HTH,

Dario

View solution in original post

2 Replies 2

dario.didio
Level 4
Level 4

Hi,

the real server does not to know on which port the VIP is listening. You can use any port for the VIP.

Normally your config should look like this:

serverfarm example-SF

rserver server1 8000

inservice

rserver server2 8000

inservice

class-map example-CM

match virtual-address 10.1.1.1 tcp port eq www

HTH,

Dario

Thnx Dario ..its working... :-)