How do I find the static IP of a website?

Suppose the web site can be visited through a static IP. How can I find what it is?

1

3 Answers

You can run nslookup this will work in both dos (windows command prompt) and linux terminal enviroments.

Lookup google.com

nslookup google.com

Ping isn't always responded to, depending on firewall rules. If it is a domain name, use nslookup to give you the ip address.

You can click Start menu in Windows and find the Run: and type in 'cmd' or 'cmd.exe' and it will open a DOS terminal. Then type the following:

ping somewebsite.com

where somewebsite.com is the site you're referencing. Another option is visit this site and enter the website address and it will tell you the IP address:

Hope that helps.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like