The "common-functions" widget cannot be found.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
cancel
Showing results for 
Search instead for 
Did you mean: 

Virtual Server and Nat

irodi
Level 2
Level 2

Hello,

I have a question reguarding the the combination between Vserver and NAT. Maybe this is due to the order of the operation. I have a virtual server with the server farm. So the first think to do is Load Balancing (IOS SLB) toward the N°2 real server. Then just only for a kind of traffic (tcp port 23 or something else) I want to nat the ip address of one real to another (destination nat). Is this possible?

You can see tha attach for more detail.

Thanks

Ira

1 Reply 1

Gilles Dufour
Cisco Employee
Cisco Employee

if you want to forward the traffic to another ip for a specific port, why don't you create a new serverfarm with the new real server ip address and then create a new vserver to handle this particular traffic

ie:

serverfarm regular

real x.x.x.x

ins

!

vserver regular

vip x.x.x.x /0 any

serverfarm regular

inservice

!

Then ADD

serverfarm special

real x.x.x.x <=== new real ip

inservice

!

vserver special

vip x.x.x.x /0 tcp 23

serverfarm special

inservice

!

This is the way to do it.

Regards,

Gilles.

Thanks for rating.