cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
332
Views
5
Helpful
2
Replies

Problem with intra-network server communication

jefferyprice
Level 1
Level 1

I am having a problem on my css11503. My server guys want to be able to have one set of application servers talk to the vip for another application on the same css. If the traffic is generated from external to the css it works fine, but the problem is when the server that is on the same network tries to communicate to the vip to be load balanced to another server on the same network.

Thanks

Jeff

2 Replies 2

melchib
Level 1
Level 1

I've seen this before a number of times. If I'm reading this right you have your real servers on the same network (ex. 10.10.10.x/24).

So when serverA hits VIP associated with serverX and serverY...serverX/Y will not send the traffic back thru the CSS because the CSS just passes serverA's IP to serverX/Y and serverX/Y see's it's on the same subnet as serverA and tries to respond directly back to serverA. This obviously breaks the communication because serverA is expecting a response back from the VIP.

There are a couple options to get around this.

Put serverA and serverX/Y on different subnets on the backside of the CSS (vlan trunking to your switch)

or

configure a source group nat for serverA, thereby forcing the traffic to go back thru the CSS

this is the correct explanation.