When you need to get ip address information from a windows machine, the quickest way is to use the ipconfig command from a command prompt. Go to start, then run and type
cmd
then run
ipconfig /all
will give you most of the information you’ll need to figure out how the network stack is configured on a windows machine including the hostname, IP, dns servers, netmask, etc.