Is there a way to rewrite a Destination IP based in NHLD?
For example if an internal client send traffic to the IP 1.1.1.1 the Wildcard will receive the traffic and the A10 will rewrite the destination from 1.1.1.1 to 20.20.20.20
With NHLD, we are typically load balancing traffic destined for the public internet across multiple firewalls or routers. To support this traffic flow, we configure wildcard vips with "no-dest-nat" on the virtual services. That in mind, what is the use-case here to deviate from this functionality?
For flows such as these, it may be simpler to configure a VIP with an IP address of the destination to intercept (1.1.1.1) and configure a service-group with slb server member of 20.20.20.20.
Comments
With NHLD, we are typically load balancing traffic destined for the public internet across multiple firewalls or routers. To support this traffic flow, we configure wildcard vips with "no-dest-nat" on the virtual services. That in mind, what is the use-case here to deviate from this functionality?
For flows such as these, it may be simpler to configure a VIP with an IP address of the destination to intercept (1.1.1.1) and configure a service-group with slb server member of 20.20.20.20.