Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I need to config my ace, to do both SSL offload, as well as Load Balancing for a pair of Citrix Secure Gateways. The issue I'm running into, is I'm able to get the CSG website to load properly with SSL Offload, however, when the Client starts a Citr...
I'm not using the CSS.I'm using the Cisco Application Control Engine(ACE), version 3.0(0)A1(6.3b).CSG = Citrix Secure Gateway.After a user logs into the website (the ace isn't dealing with client auth, this is the job of the CSG server), and a user a...
We use the stackwise with the 3750's throughout our network. For the most part, they are an excellent way to manage a group of switches. We have staked up to 8 of them together, with 9 being the max. The benefit is that if the primary switch in th...
ACLs - selecting traffic to and from the remote site. access-list CAMPUS_nat0_outbound extended permit ip 10.108.10.0 255.255.255.0 10.97.46.0 255.255.255.0 access-list CAMPUS_nat0_outbound extended permit ip 10.97.46.0 255.255.255.0 10.108.10.0 255...
You'll need to put a NAT 0 statement for non-vpn subnet on the external Interface goign to your VPN site. This should allow traffic though.We had a similar problem where traffic couldn't get routed between 2 VPNs, comming into a single device. The ...