Sorry if this has already been posted, but I can't find anything posted nor any admin guide which explains it.
We've got the Remote VPN set up, and clients connected successfully and working.
However, when we check logs of other servers, we cant see the IP of the remote client, just the Cluster IP (Main IP) of the GW.
So for example:
LAN Network address: 192.168.0.0/22 (192.168.0.0 - 192.168.3.255)
VPN Network Range: 192.168.2.0/24 (192.168.2.0 - 192.168.2.255)
GW (Main IP): 192.168.0.1
Proxy Server: 192.168.0.100
Remote Client IP: 192.168.2.1
LAN Client IP: 192.168.0.5
Both clients visit: www.website.com
When I check the proxy log, I can see 2 connections visiting www.website.com
- LAN Client IP: 192.168.0.5
- Remote Client IP: 192.168.0.1
So I can see clearly which LAN client accessed www.website.com, but I can't see which of the 254 remote Clients accessed that website, just someone on the VPN.
Is there a way to present the remote clients address (e.g. 192.168.2.1) to the proxy server?
Note that the LAN address is 192.168.0.0/22 which covers all addresses including those in the VPN range (192.168.2.0/24)
Thanks!