Und zwar würde es mich interessieren wie man von einer Webadresse die IP Adresse herausfinden kann!
z.B.: chat.orf.at
IP Adresse ???
MFG
Chris
Internetanschluss und Tarife 23.329 Themen, 98.023 Beiträge
es sollte eigentlich mit einem Ping am einfachsten gehen !
im Dos-Fenster mal eingeben : ping www.nickles.de
Der Rechner sollte natürlich online sein
C:\WINDOWS>ping www.nickles.de
Pinging nickles.de [151.189.32.202] with 32 bytes of data:
Reply from 106.1.5.2: Destination host unreachable.
Reply from 106.1.5.2: Destination host unreachable.
Reply from 106.1.5.2: Destination host unreachable.
Reply from 106.1.5.2: Destination host unreachable.
Ping statistics for 151.189.32.202:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
C:\WINDOWS>ping www.orf.at
Pinging www.orf.at [194.232.104.24] with 32 bytes of data:
Reply from 106.1.5.2: Destination host unreachable.
Reply from 106.1.5.2: Destination host unreachable.
Reply from 106.1.5.2: Destination host unreachable.
Reply from 106.1.5.2: Destination host unreachable.
Ping statistics for 194.232.104.24:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
Da meiner jedoch über einen Proxy läuft, wird www.nickles.de zwar nicht erreicht per Ping, da der Proxy ihn nicht raus lässt, aber per DNS wird z.B. die Web.Adresse www.nickles.de in die
IP 151.189.32.202 aufgelöst.
Es werden jetzt sicher noch viele Postings mit tollen Tools folgen !!
repi
>Es werden jetzt sicher noch viele Postings mit tollen Tools folgen !!
ok, denn halt ;-)
ping ist klar die einfachste methode. eine andere idee ist für die statistik-freaks noch ganz witzig: traceroute! traceroute verfolgt den weg über alle knoten und listet diese auf. einen versuch ist es allemal wert und irgendwie macht das auch spass... achtung: das windows-interne traceroute-programme heisst "tracert"!
es gibt übrigens auch grafische traceroute-programme, welche sogar noch die lokalitäten auf einem globus einzeichnen können.
D:\>tracert www.nickles.de
Routenverfolgung zu nickles.de [151.189.32.202] über maximal 30 Abschnitte:
1 2 20 ms 20 ms 30 ms 212.53.104.1
3 20 ms 20 ms 50 ms ec-zrh-bor01.net.econophone.ch [212.53.96.254]
4 30 ms 30 ms 30 ms Loopback0.GW2.ZUR4.Alter.Net [146.188.0.68]
5 30 ms 20 ms 31 ms 322.at-1-0-0.XR1.ZUR4.Alter.Net [146.188.8.189]
6 20 ms 30 ms 30 ms so-0-0-0.TR1.ZUR3.Alter.Net [146.188.3.29]
7 30 ms 41 ms 30 ms so-0-0-0.TR2.FFT1.Alter.Net [146.188.8.150]
8 30 ms 50 ms 70 ms POS2-0.BR2.FFT1.Alter.Net [146.188.6.114]
9 310 ms 351 ms 360 ms Telia.gw.peer.ALTER.NET [146.188.55.198]
10 30 ms 30 ms 40 ms ffm-wc-b1.telia.net [195.198.3.61]
11 40 ms 40 ms 40 ms arcor-01136-ffm-b1.c.telia.net [213.248.76.38]
12 40 ms 60 ms 50 ms bln-145-254-17-109.arcor-ip.net [145.254.17.109]
13 50 ms 40 ms 50 ms ffm-145-254-18-57.arcor-ip.net [145.254.18.57]
14 40 ms 50 ms 50 ms ffm-145-254-0-222.arcor-ip.net [145.254.0.222]
15 60 ms 90 ms 70 ms 145.253.14.122
16 * * 50 ms 145.253.14.125
17 60 ms 50 ms 60 ms grf-ffm-ge037.arcor-online.net [151.189.4.200]
18 51 ms 70 ms 40 ms gate-dsl.arcor-online.net [151.189.16.40]
19 50 ms 50 ms 40 ms 151.189.3.10
20 200 ms 191 ms 180 ms 151.189.3.78
21 150 ms 130 ms 80 ms 151.189.32.194
22 230 ms * 230 ms 151.189.32.202
Ablaufverfolgung beendet.
Danke - i habs eh mal können, nur ganz drauf vergessen...
thx euch
Wenn Dich wirklich nur die IP interessiert dann ist IMHO ein DNS-Lookup eigentlich das einfachste: http://www.net.princeton.edu/tools/dnslookup.html
Gruß
Steve
Nun einen Ping, den es halt schon gibt, der ist wohl an einfachsten, oder ?