01-07-2005 06:05 AM
Hi,
I am trying to get a pair of CSS11501 to work in a single-armed configuration. The basic configuration as pointed out in
is clear to me: the CSS listens at the virtual IP address as specified in the service definition and replaces the virtual IP destination address in the original packet with the IP address of a real server (NAT).
In order to make this NAT work, the response packets of the server must be routed back to the CSS.
My problem is: which IP address do I have to use as a gateway address on the servers? If I use the circuit IP address of the primary CSS, all works fine, but that wouldn't work in case of failure of the primary CSS. I would guess I would have to set up another virtual router configuration for return traffic, but apparently virtual routers can only be used for IP addresses assigned to content rules.
Thanks in advance,
Jacco van der Bijl
Solved! Go to Solution.
01-07-2005 07:45 AM
You would configure the servers to point at a virtual interface configured with the following:
ip redundant-interface vrid ip_address
You can find more detailed information here:
~Zach
01-07-2005 07:45 AM
You would configure the servers to point at a virtual interface configured with the following:
ip redundant-interface vrid ip_address
You can find more detailed information here:
~Zach
01-10-2005 10:56 PM
Zach,
Ah, that seems to do the trick. Thanks for the pointer.
Regards, Jacco.
01-07-2005 09:33 AM
Hi Jacco,
another possibility than the one described by Zach would be to use source groups replacing the src-address of the connetion with the one of the CSS (or a redundant one). This would cause the routing to be fine as the return flow is directed to the CSS.
Kind Regards,
Joerg
01-10-2005 11:03 PM
Hi Joerg,
Hmm, interesting suggestion. In this case, Zach's method was easier to implement, but I will keep this in mind for future projects.
Thanks for your response,
Regards, Jacco.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide