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.
Hi everyone,I'm trying to design a CSS configuration that allows servers in the same vlan to be the source and destination of load-balanced traffic. My thought is to add two new vlans, one for the VIPs and one for the servers, then NAT the source IPs...
I have setup simple load balancing for our SharePoint service using a two content rules. The port 80 is intended to just redirect to port 443. The rule goes to services pointing to an ASP that should redirect the http to https. The port 443 rule goes...
Given two rules on a CSS 11503: content layer4rule vip address 123.45.67.89 port 80 protocol tcp balance leastconn add service server1-plain-text add service server2-plain-text active content layer5rule vip address 12...
Does anyone know what the "Layer 4 hash value" is mentioned in the documentation under ssl-l4-fallback?Our standard SSL content rules look like: content layer5rule vip address 123.45.67.89 port 443 protocol tcp application ssl ad...
Hi Steve,Thanks for your detailed answer The issue I have is that the location of the redirect cannot be hardcoded. There are dozens of name-based virtual hosts on each IP address.Is there a way to do this without specifying the target host?Cheers,R...
There is an equivalent. From the docs:Use the ssl-server number urlrewrite command to add a URL rewrite rule to the virtual SSL server to avoid nonsecure HTTP 300-series redirects. This commandinstructs the CSS, through the SSL module, to examine eve...