Hi.
I'm trying to put in operation an explicit Web proxy within a VS (on a VSX cluster).
This VS only has 2 interfaces, external (the default route), and the internal (RFC 1918 route).
It works ok, PC have the VS internal IP address as proxy, and the outbound traffic leaves the VS with the external IP address.
However, If I want to use as proxy address an IP address from the VS internal interface, I can't put it to work.
I've tried IP address in the network as the internal interface (with NAT rule and proxy ARP entry), but it didn't work.
Tried with an IP from a different network (with a NAT rule for VS internal IP), but no luck.
The traffic arrives in the VS, but nothing happens after.
Also, a second issue is to change the outbound IP address based on the source PC.
But no luck also, just created a simple NAT hide rule, but it isn't taken in account... it always use the external interface IP.
Maybe I can do it for the destination, but then the rule will be applied to all sources...
And as far as I know, loopback or secondary addresses are not permitted in VS.
Anybody succeeded in putting a Web proxy working in VS but using IP different from the interface IP (or internal IP, or external IP, or both)?
This deals with a proxy migration, where I would like to keep the old proxy address (and it is an IP and not a FQDN), and the old outbound public address, but the same can't be assigned directly to the VS interfaces.
Thanks