ACE 4710 - Traffic to VIP not passing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2010 06:24 PM
We have the ACE appliance set up on 2x VLANs. The public side has public addressing and the private side has RFC1918 addresses. All webservers sit on the private side and there is a punlic VIP applied to the site we are load balancing. The load balancing part is working well. However.. although the webservers work, they sometime need to send traffic to other servers within the same VLAN, I would like this traffic to be sent to a different VIP and load balanced between several servers performing the necessary function. The issue is the traffic sent to the VIP isnt working and for the moment I am having to use the real RFC1918 addresses in host files..
- Labels:
-
Application Networking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2010 05:38 AM
Hi,
Probably your problem is the return traffic. Because all your servers are in the same VLAN (IP Subnet) the traffic flow is:
Server -> VIP on ACE -> server
Server <----------------------- server.
To have loadbalancing working, your initial and return traffic both need to pass the ace, because it is a stateful device.
You can solve this by doing source NAT.
Take a llok at following example on how to configure SNAT.
HTH,
Dario
