The webserver that im working on is using a static private IP address and it is configured in a firewall where it has a configured virtual public IP address.
I can successfully get the client's IP address if i will browse my webserver via its static IP address.
However, if I will browse my webserver using the Virtual IP address that i have configured in the firewall, the client's IP address that I'am getting is the IP address of the firewall itself.
is it possible to get the client's REAL IP address if the client will browse using the Virtual IP of the Webserver?