cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
932
Views
0
Helpful
4
Replies

ACE 4710 Client and Server hitting same VIP

mbalasko
Level 1
Level 1

But the catch here is we are using IP's from server side VLAN's as opposed to from the Client side. If that were the case I would simply use SNAT and assign a pool but in this case that doesn't appear to work.

So how do I get this to work?

Mike

1 Accepted Solution

Accepted Solutions

you have to create a natpool on the vlan facing the servers.

Then create a policy, match the same vip, and simply add the nat dynamic function.

Assign this policy to the server vlan.

If the address in the natpool belong to the server subnet, nothing else is required.

Otherwise, you need to make sure the servers have a route to the addresses in the pool pointing to the ACE.

If that does not work, send your config.

Gilles.

View solution in original post

4 Replies 4

Gilles Dufour
Cisco Employee
Cisco Employee

you need client nat for the connections opened by the servers.

Whatever the VIP, after loadbalancing the destination is the server.  So when the server sees a connection from another server, it does reply to the server directly, bypassing the ACE, and therefore the response comes directly from the server instead of the vip.

Gilles.

And how do I do that? You say client nat, i hear source nat and think of this-

http://www.cisco.com/en/US/products/hw/modules/ps2706/products_configuration_example09186a00809c6ef5.shtml

this doesn't work because my VIP IP pool is the same as the server side vlan.

We are using public IP on our servers as to not have to manage rfc1918 addresses.

Mike

you have to create a natpool on the vlan facing the servers.

Then create a policy, match the same vip, and simply add the nat dynamic function.

Assign this policy to the server vlan.

If the address in the natpool belong to the server subnet, nothing else is required.

Otherwise, you need to make sure the servers have a route to the addresses in the pool pointing to the ACE.

If that does not work, send your config.

Gilles.

It never occured to me that I would have to NAT an IP from a subnet to an IP in the same exact subnet. It

doesn't make any sense on the surface, but under the hood I get it now.

Thanks!

Mike