Changing a website address to an i.p. number?

windows

Guest
I apologise if this is in the wrong forum, I couldn't find any other more suitable.<br />
<br />
My question:<br />
<br />
I have seen website address as i.p numbers. How can I find out the i.p. address of my .co.uk domain so that I can access it by typing in e.g. <!-- m --><a class="postlink" href="http://111.111.111">http://111.111.111</a><!-- m -->, or is this not possible.<br />
<br />
If this is not, is it possible to disguise a url by adding characters that do not change the address e.g. w#w#w#.#g#o#o#g#l#e#.#c#o#.#u#k#??<br />
<br />
Will a CGI path work if it is a .co.uk redirect address.<br />
<br />
If anyone could answer any of the above, I would be very grateful.<br />
<br />
Many Thanks<!--content-->click START, RUN, type in CMD (on windows 2000) *or* use any method to open a DOS prompt. <br />
<br />
Type in the following: <br />
<br />
ping yahoo.com<br />
<br />
<br />
you should see: <br />
<br />
Microsoft Windows 2000 [Version 5.00.2195]<br />
(C) Copyright 1985-2000 Microsoft Corp.<br />
<br />
C:\>ping <!-- w --><a class="postlink" href="http://www.yahoo.com">www.yahoo.com</a><!-- w --><br />
<br />
Pinging <!-- w --><a class="postlink" href="http://www.yahoo.akadns.net">www.yahoo.akadns.net</a><!-- w --> [216.109.125.65] with 32 bytes of data:<br />
<br />
Reply from 216.109.125.65: bytes=32 time=231ms TTL=44<br />
Reply from 216.109.125.65: bytes=32 time=220ms TTL=44<br />
Reply from 216.109.125.65: bytes=32 time=221ms TTL=44<br />
Reply from 216.109.125.65: bytes=32 time=230ms TTL=44<br />
<br />
Ping statistics for 216.109.125.65:<br />
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),<br />
Approximate round trip times in milli-seconds:<br />
Minimum = 220ms, Maximum = 231ms, Average = 225ms<br />
<br />
<br />
That gives you the IP address that the name yahoo.com resolves to. Keep in mind that this may not be the final destination computer (lots more networking may go on behind the scenes.)<br />
<br />
Now type this into a browser: <!-- m --><a class="postlink" href="http://216.109.125.65">http://216.109.125.65</a><!-- m --> and what do you see?<!--content-->
 
Back
Top