I have a CSS configured with public (203.x.x.x), DMZ (202.x.x.x) and private segments (172.16.x.x).
Configured reverse proxy to internal servers 172.16.3.3 and 172.16.3.4 using VIP 202.x.x.10. This is fine.
Now, we want also direct access to the internal servers. How do I do a direct NAT to the internal servers? I'm given 202.x.x.11 for 172.16.3.3 and 202.x.x.12 for 172.16.3.4.
Thanks.