The "common-functions" widget cannot be found.
09-07-2005 04:07 AM
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
09-07-2005 05:15 AM
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.