Walter Colchado
Walter Colchado

Reputation: 347

Is it possible to get the Lan IP address with ASP.NET?

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

Answers (1)

Mister Epic
Mister Epic

Reputation: 16723

No, that information is behind the corporate proxy and doesn't get surfaced to external systems.

Upvotes: 1

Related Questions