Forum Discussion

genseek_32178's avatar
genseek_32178
Icon for Nimbostratus rankNimbostratus
Jun 27, 2012

VS Issue

Hi,

 

 

Have the following 2 Virtual servers config,

 

 

virtual VS1

 

pool pl443

 

destination 1.1.1.1:443

 

ip protocol tcp

 

profiles tcp-default

 

vlan 2 enable

 

 

client - any

 

 

VIP - 1.1.1.1:443

 

 

pl443 - 10.10.10.10 ( status- UP )

 

 

when trying to access- https://1.1.1.1/active.html via VIP - Not working

 

 

when trying to access directly on pool member - https://10.10.10.10/active.html- Works

 

 

virtual VS2

 

pool pool443

 

destination 172.20.20.10:443

 

ip protocol tcp

 

profiles tcp-default

 

vlan 3 enable

 

 

client - any

 

 

VIP - 172.20.20.10:443

 

 

pool443 - 172.20.20.30 (status - up )

 

 

when connecting VIP via sql server studio - DOES NOT WORK

 

 

but when connecting via DIP/pool member via sql server studio- IT WORKS

 

 

any ideas would be greatful

 

 

genseek