請問網址的名稱.要如何操作才能得知其IP位址



贊助商連結


yessteven
2002-08-26, 01:36 AM
請問網址的名稱.要如何操作才能得知其IP位址

比如
知道此網址 http://my.netscape.com/index2.psp
如何操作得知其IP 為 168.95.1.75

贊助商連結


Schnaufer
2002-08-26, 01:37 AM
  tracert my.netscape.com

  不過得出來的結果是 207.200.86.66。

geminiab
2002-08-26, 04:17 AM
ping my.netscape.com
=207.200.86.66

rainwen
2002-08-26, 04:26 AM
呵呵!yessteven兄應該只是做個假設,
不然他也不用問大家怎麼查了.....
tracert及ping這兩個指令都能查出網址IP...

yessteven
2002-08-26, 11:58 AM
rainwen 說得對.我只是假設.沒有說清楚真抱歉~~~
tracert 或ping 是在執行的執行列打上

例如~~~www.pczone.com.tw/
是打 ping my www.pczone.com.tw/
及打上 tracert www.pczone.com.tw/嗎?

ping 及 tracert 又是代表什麼意義.
ping 常聽.tracert 倒是不曉得什麼意義

jmi
2002-08-26, 12:05 PM
>>tracert 或ping 是在執行的執行列打上
>>
>>例如~~~www.pczone.com.tw/
>>是打 ping my www.pczone.com.tw/
>>及打上 tracert www.pczone.com.tw/嗎?

是要在命令提示字元中輸入 ping www.pczone.com.tw 或是 tracert www.pczone.com.tw
網址前後都不能加任何斜線...

使用說明~
http://www.nhit.edu.tw/cc-dorm/ping-trace.htm

Usage: ping [-t] [-a] [-n count] [-l size] [-f] [-i TTL] [-v TOS]
[-r count] [-s count] [[-j host-list] | [-k host-list]]
[-w timeout] target_name

Options:
-t Ping the specified host until stopped.
To see statistics and continue - type Control-Break;
To stop - type Control-C.
-a Resolve addresses to hostnames.
-n count Number of echo requests to send.
-l size Send buffer size.
-f Set Don't Fragment flag in packet.
-i TTL Time To Live.
-v TOS Type Of Service.
-r count Record route for count hops.
-s count Timestamp for count hops.
-j host-list Loose source route along host-list.
-k host-list Strict source route along host-list.
-w timeout Timeout in milliseconds to wait for each reply.

Usage: tracert [-d] [-h maximum_hops] [-j host-list] [-w timeout] target_name

Options:
-d Do not resolve addresses to hostnames.
-h maximum_hops Maximum number of hops to search for target.
-j host-list Loose source route along host-list.
-w timeout Wait timeout milliseconds for each reply.

yessteven
2002-08-26, 12:09 PM
對不起.看來我真的是 " 網路小白 " .還是謝謝你的解答~~~~

nine
2002-08-26, 02:20 PM
nslookup 也是查的出來,還查出兩個IP