S
Seth Anderson
Somewhere buried in the System.Net namespace is a call or method that I
really need that I cannot find. Most computers on the Internet these days go
through NAT, where an private intranet address (192.168.x.x) gets translated
through NAT and becomes visible on the Internet. My entire home network uses
NAT, so I'm well versed in NAT on that end. My problem is with my web
application. Because of it rather complex model, two computers connecting
with the same public IP address get their data muddled between requests. I
can get the public IP address easily, through the Request object, but how do
I get the private IP address? It is the one way I can uniquely identify
connecting computers, because even if they share the same public IP address,
they cannot share the same private IP address.
Any help is appreciated.
Thank you kindly,
Seth Anderson
really need that I cannot find. Most computers on the Internet these days go
through NAT, where an private intranet address (192.168.x.x) gets translated
through NAT and becomes visible on the Internet. My entire home network uses
NAT, so I'm well versed in NAT on that end. My problem is with my web
application. Because of it rather complex model, two computers connecting
with the same public IP address get their data muddled between requests. I
can get the public IP address easily, through the Request object, but how do
I get the private IP address? It is the one way I can uniquely identify
connecting computers, because even if they share the same public IP address,
they cannot share the same private IP address.
Any help is appreciated.
Thank you kindly,
Seth Anderson