Reputation: 347
I'm working with ASP.NET and I'm using Request.ServerVariables("REMOTE_ADDR")
to get the Client's IP which seems to be like this 200.107.XXX.XXX
.
I'd like to know if is possible to get the "LOCAL OR LAN" Client's IP (i.e. 192.168.1.XXX
)
Upvotes: 0
Views: 371
Reputation: 16723
No, that information is behind the corporate proxy and doesn't get surfaced to external systems.
Upvotes: 1