Find IP Address of Any Website or Yours
This is not a big task to find the ip address of any website without any software.You can find the ip address of any website by following ways.
TYPE FOLLOWING COMMANDS ON COMMAND PROMPT
1) tracert your_website
for ex-> tracert www.google.com
OUTPUT:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.C:\Users\op>tracert www.opsblogs.blogspot.com
Tracing route to blogspot.l.google.com [74.125.236.75]
over a maximum of 30 hops: 1 60 ms 64 ms 60 ms 10.228.1.29
2 * * * Request timed out.3 59 ms 62 ms 65 ms 116.202.224.145
4 60 ms 59 ms 60 ms 116.202.224.29
5 64 ms 65 ms 67 ms 125.21.187.237
6 80 ms 72 ms 60 ms 74.125.51.146
7 67 ms 63 ms 82 ms 66.249.95.106
8 102 ms 99 ms 98 ms 66.249.94.222
9 102 ms 97 ms 117 ms 66.249.94.91
10 102 ms 95 ms 99 ms 209.85.249.235
11 105 ms 103 ms 117 ms maa03s05-in-f11.1e100.net [74.125.236.75]
Trace complete.
Here after on the first line is the 74.125.236.75 is ip address.
after these it shows how the packet is reached and how much delivery time.Hops between you and target.
-- find your own ip address
1) ipconfig /all
simply type this command on the dos,provide space between ipconfig and /all.
it will provide all your ip configuration or all information regarding your connection.
OUTPUT:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.C:\Users\op>ipconfig /all
Windows IP Configuration
Host Name . . . . . . . . . . . . : op-PC
Primary Dns Suffix . . . . . . . :Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
PPP adapter MBlaze USB Modem:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : MBlaze USB ModemPhysical Address. . . . . . . . . :
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
IPv4 Address. . . . . . . . . . . : 116.203.250.175(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.255
Default Gateway . . . . . . . . . : 0.0.0.0
DNS Servers . . . . . . . . . . . : 10.228.1.113
8.8.8.8
NetBIOS over Tcpip. . . . . . . . : Disabled
Wireless LAN adapter Wireless Network Connection:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :Description . . . . . . . . . . . : Atheros AR5B97 Wireless Network Adapter
Physical Address. . . . . . . . . : 38-59-F9-0C-91-61
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Ethernet adapter Local Area Connection:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :Description . . . . . . . . . . . : Atheros AR8151 PCI-E Gigabit Ethernet Con
troller (NDIS 6.20)
Physical Address. . . . . . . . . : B8-70-F4-DE-F2-B1
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Tunnel adapter isatap.{C3752C99-0CD0-4566-9835-0B086C445010}:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :Description . . . . . . . . . . . : Microsoft ISATAP Adapter
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Tunnel adapter isatap.{E4F7F6A0-41F1-4015-8E4C-27ABDC7DC660}:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :Description . . . . . . . . . . . : Microsoft ISATAP Adapter #3
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Tunnel adapter isatap.{5375E0FC-413A-45C7-BD11-410EB1DC4575}:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :Description . . . . . . . . . . . : Microsoft ISATAP Adapter #2
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Tunnel adapter 6TO4 Adapter:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Microsoft 6to4 AdapterPhysical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
IPv6 Address. . . . . . . . . . . : 2002:74cb:faaf::74cb:faaf(Preferred)
Default Gateway . . . . . . . . . : 2002:c058:6301::1
2002:c058:6301::c058:6301
DNS Servers . . . . . . . . . . . : 10.228.1.113
8.8.8.8
NetBIOS over Tcpip. . . . . . . . : Disabled
Tunnel adapter Teredo Tunneling Pseudo-Interface:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Teredo Tunneling Pseudo-InterfacePhysical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
IPv6 Address. . . . . . . . . . . : 2001:0:9d38:6ab8:1cd4:1438:8b34:550(Prefe
rred)
Link-local IPv6 Address . . . . . : fe80::1cd4:1438:8b34:550%18(Preferred)
Default Gateway . . . . . . . . . :
NetBIOS over Tcpip. . . . . . . . : Disabled
--find particular host responding
1) ping website
for ex- ping www.google.com
it will show the site is reachable or not or host reachability.
this will shown packet delivered and reached,round trip time and delivery ratio.
OUTPUT:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.C:\Users\op>ping google.com
Pinging google.com [74.125.236.40] with 32 bytes of data:
Reply from 74.125.236.40: bytes=32 time=92ms TTL=54Reply from 74.125.236.40: bytes=32 time=93ms TTL=54
Reply from 74.125.236.40: bytes=32 time=97ms TTL=54
Reply from 74.125.236.40: bytes=32 time=115ms TTL=54
Ping statistics for 74.125.236.40:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),Approximate round trip times in milli-seconds:
Minimum = 92ms, Maximum = 115ms, Average = 99ms
Alternative ways
-> www.whatismyip.com this will shows your ip address.
tags:ip address,how to find ip address,ways to find ip address,pc ip address,host ip address,ip address manually,ip address command prompt.