开发者_运维百科My webapp received a request from 10.18.255.249 (but the 10.0.0.0/9 cidr block is reserved) according to https://www.arin.net/knowledge/rfc/rfc1918.txt
I\'m using Request.UserHo开发者_JAVA技巧stAddress in a C# ASP.NET MVC web application to get the IP address of the client.
Excluding options field in IPv4 header, after 20 bytes of header, data follows. That data may be TCP packet, or UDP etc.
Closed. This question is off-topic. It is not currently accepting answers. 开发者_JAVA百科 Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I have a problem when I use HttpContext.Current.Request.UserHostAdd开发者_Go百科ress, some times returns \"192.168.0.17\" (IPv4) and some times returns \"fe80::99be:a05d:7938:1c30%8\" (IPv6), calling
I\'m trying to get the ip address of my local PC, and one one of my other PCs it gets the v4 address fine, but on this one the code: