Unsolved
This post is more than 5 years old
9 Posts
0
1635
April 29th, 2011 20:00
Client IP address on a SecureIT connection anybody?
Is there a way to find out what is the cliet ip address via script or registry on a user connection? (specially over a SSL conection using SecureIT).
I wrote an application to gather this info using wtsapi32.dll but it give me the user's PC ip address and not the router where he/she is connecting (i.e. I get 192.168.1.2 when they connect from home instead of the router)
thanks!!
No Events found!
hbui-sbcpro.de
25 Posts
1
June 2nd, 2011 10:00
Tony,
as far as i know by design there is no way to query the address of the router because the RDP protocol itself stores only the local IP of the connected client.
If your clients would be connected via VPN with DNS fully functional you could query the name of the client followed by a trace, catching the address of the router from there, but i guess this could not be done when the client comes over Secure-IT/Web-IT.
In our own implementation of Secure-IT/Web-IT, that i actually using from China, we could catch such an information from the logging of our Firewall/Router (Watchguard Firebox).
So in my opinion, but keep in mind that i am NOT an expert regarding to your question, the answer must be NO.
Holger