How to get the OS type from the IPAddress or Hostname ?
How to get the OS type from the IPAddress ?
Collapse
X
-
Tags: None
-
IP Address and Hostname are OS independent. There is no way to really tell what OS they are linked/assigned to. To tell that, you would either have to be at the machine the IP is assigned to or, when it connects to your website, have a look at the HTTP headers as it is stored in there.
Regards,
JeffComment
Comment