Lex said:I'm at work and i need to know the IP address of our webserver.
How can i do this? I know the url but i would like to know the IP of that url.
Poolybit said:Surely you can just ping <url> to get the IP?
/edit beaten![]()
Clarkey said:a web server you don't know the url for. What the hell?
Lex said:Is there a way however to search for the webserver of your network if you dont know the url and u dont know the ip? I guess you can assign the webserver with any kind of ip or url even? You'd either need to know one or the other right?
Lex said:I'm at work and i need to know the IP address of our webserver.
How can i do this? I know the url but i would like to know the IP of that url.
Dr_Evil said:Obviously you need to read up on all this a little. ANY machine on ANY network has an IP as well as a URL. The network administrator will know what these are.
Lex said:dude i know that! I'm just curious to know if there is ANOTHER way to find out. ...."obviously".
lol please dont say 'ask the network administrator.' hehe
Lex said:dude i know that! I'm just curious to know if there is ANOTHER way to find out. ...."obviously".
lol please dont say 'ask the network administrator.' hehe
Dr_Evil said:sorry, i didn't mean to be rude. There's just soo much to explain about all that, i didn't really know what else to put.
Basically any machine on a network has an IP address - either assigned manually by the network admin, or dynamically by the server or router they are attached to. This goes for internal networks or internet connected machines.
If you have registered a "domain name" and have the company set it up properly so that it points to the ip of your webserver, you can access it's web services by typing in the url. Otherwise, you'll have to type in it's IP.
You can get the IP in several ways. Easiest i find is to type "ipconfig" in a command prompt on your webserver.
hope this helps.
Dr_Evil said:it's 127.0.0.1 a.k.a. localhost![]()
Lex said:That would be the virtual webserver of my 'local' machine. not the webserver on the network that hosts our site address. correct me if im mistaken.
Dr_Evil said:ok to find out the IP of "another" machine on a LAN:
c:\> ping <machinename>
or, do this on the machine itself:
c:\>ipconfig
both will give you the IP address of the machine you're after.
Clarkey said:rubbish, nslookup is the tool for looking up dns names.