tracert (traceroute)의 원리는 ping이다. (TTL (time to live) 이용)
ping -i 5 IP_ADDRESS 하여 TTL expire가 발생하면 5번째 라우터 IP 주소를 찾을 수 있다.
-d 옵션을 주면 DNS 이름 찾기를 하지 않으므로 훨씬 빠르다.
tracert -d IP_ADDRESS
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.
'Network' 카테고리의 다른 글
네임서버(DNS)의 port사용 (0) | 2022.09.01 |
---|---|
이곳저곳의 DNS 주소들 (0) | 2014.08.01 |