On May 29, 9:30 am, Paul Matthews <p...@cattytown.me.uk> wrote:
> Jack Daniels wrote:
> >The CSS seems to see the ISA server as one connection and as a result
> >whatever server it gets connected to by the CSS then gets the full
> >load of all the VPN clients users.
>
> Info on your config on the CSS would help.
>
> I presume the ISA is translating to all users appear to have the same source
> address? Do you have sticky configured on the CSS? If you have sticky set by
> source address, it is behaving exactly as it should. You could try other
> options for stick, or even remove it entirely if the application does not need
> it.
>
> P.
> --
> Paul Matthews CCIE #4063
> Please post questions to the NG, NOT by e-mail.
All traffic is being translated by the ISA server so the CSS see it as
one IP connecting and one connection.
!*************************** CIRCUIT
**************************
circuit vlan1
ip address 10.10.10.5 255.255.255.0
no redirects
!*************************** SERVICE
**************************
service 1
ip address 10.10.10.2
active
service 2
ip address 10.10.10.3
active
service 3
ip address 10.10.10.4
active
!*************************** OWNER
****************************
owner cisco_systems
content One-Arm-rule
vip address 10.10.10.6
add service 1
add service 2
add service 3
active
!*************************** GROUP
****************************
group Servers
vip address 10.10.10.6
add destination service 1
add destination service 2
add destination service 3
active
|