No of visitors who read this post: 202
Category: Networking
Type: Question
Author: Jonchinha
Your rating: None Average: 5 (1 vote)

Hi all,

We know about internet protocol .When we need connection for internet, then IP is needed. We setup IP address in my pc for net connection .we know IP address location in my pc, but we do not know how to find our IP address in our server. That means the location of IP address in server.

Advice needed.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

# (Solution Accepted)

Try using this link to locate the location of the server you are looking for. http://www.81solutions.com/server-location.html. But it also depends on the connection type of the server. If it is dynamic, the ip address changes every connection, try to check if the type of network for the server is static. Also might I ask why would you want to know the location of the ip address of the server?  In some countries that would be considered invasion of privacy. An easier way to also do this is to I log in to the server and run the command ipconfig, this should reveal the ip address of the server, also while in dos command also input this as well nslookup xxx.xxx.xxx.xxx. That should do the trick

# (Solution Accepted)

Hello,

  • You could try visiting this website http://www.ip-adress.com/  (its actually wrong spelling) it shows your IP that the ISP gave you
  • But it actually changes time to time because most ISP's use Automatic DHCP.
  • In an automatic DHCP, ip-addresses are sent out in dynamic meaning it changes from time to time,. EX: if you have an IP of 192.168.15.1 Today ,the moment you terminate your connection that Network is reserved and can be available to others so when you connect again to the internet the DHCP will provide you another IP address randomly depending on a specified range provided by the isp E.G 1-255.

Thanks!