cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
557
Views
10
Helpful
6
Replies

CSS Loadbalancing without natting??

gabrielbryson
Level 1
Level 1

Im rather new to CSS, is it possible to config load balancing but not natting the address, ie the vip address in on the same subnet as the servers providing services???

6 Replies 6

Gilles Dufour
Cisco Employee
Cisco Employee

you want the css loadbalance but not replace the vip address with the server address ?

if yes, the solution is to use the command 'type transparent' under the service configuration.

Gilles.

Thanks for that Gilles, in doing that would i just assign both the inbound and outbound interface to the same vlan, as my css will be inside a single DMZ subnet and therefore will really never have to route into other vlans?

the fact that your inbound and outbound interfaces are in the same vlan, is not related to the question of nating or not.

If the true question is 'can we put the CSS inline between firewall and servers' then the answer is yes. Simply put the interfaces in the same vlan.

But that's not a reason not to nat.

I mean, traffic can be routed or bridged without nating but traffic that hit a content rule should normally be nated.

We can prevent it with the command I gave you in my first answer, but I do not think that's what you want to do.

Gilles.

Maybe he's after using destination services unless the servers all respond to the VIP addr? If he's load-balancing in the same subnet, then I think destination services (to source nat) are the only option.

Hi, what i have is a firewall natting from the Internet to a VIP address in the dmz, only thing is for political reasons we want to keep all the services(servers) also in the dmz, in the same ip subnet as the VIP. all the examples ive seen on cisco.com all have the CSS natting to the servers. im my example we do not want to nat again for loadbalancing. I have almost got this to work, when i type show flows I can see traffic passing from the VIP to the respective servers, but not getting the webpage on my client. What ip address do i put on the servers as a default gateway, the same vip, i dont suspect the firewalls address should be used??

hi,

If you want to disable natting, and the clients are in a different subnet, you need to remove source natting and put VIP address as server gateway address. Source nat configuration in CSS will look as below

group test

add destination service server1

add destination service server1

vip address 3.3.3.3

active

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: