EdgeRouter - IPv4, IPv6 주소를 위한 핑 도구 ==================================================== download at 2017-10-18T21:54:42Z `origin `_ Overview -------- -------------- 이 문서는 IPv4, IPv6 주소에 핑 명령어를 수행하는 방법을 서술합니다. IPv4 설정 ---------- -------------- IPv4 기반 호스트 이름과 주소에 핑을 수행하려면 \ **ping** 명령어를 실행합니다. .. raw:: html
:: ubnt@ubnt:~$ ping Possible completions: Send ICMP echo request to specified 핑 옵션: :: ubnt@ubnt:~$ ping -help Usage: ping [-LRUbdfnqrvVaAD] [-c count] [-i interval] [-w deadline]             [-p pattern] [-s packetsize] [-t ttl] [-I interface]             [-M pmtudisc-hint] [-m mark] [-S sndbuf]             [-T tstamp-options] [-Q tos] [hop1 ...] destination .. raw:: html
아래 예제에서는 호스트네임에 핑을 수행합니다: :: ubnt@ubnt:~$ ping www.ubnt.com PING ubnt.com (23.21.93.68) 56(84) bytes of data. 64 bytes from ec2-23-21-93-68.compute-1.amazonaws.com (23.21.93.68): icmp_req=1 ttl=47 time=80.0 ms 64 bytes from ec2-23-21-93-68.compute-1.amazonaws.com (23.21.93.68): icmp_req=2 ttl=47 time=79.7 ms ^C --- ubnt.com ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1001ms rtt min/avg/max/mdev = 79.770/79.917/80.065/0.318 ms IPv6 설정 ---------- -------------- IPv6 기반 호스트 네임과 주소에 핑을 수행하기 위해서는 \ **ping6** 명령어를 수행합니다. :: ubnt@ubnt:~$ ping6 ipv6.google.com PING ipv6.google.com(pb-in-x93.1e100.net) 56 data bytes 64 bytes from pb-in-x93.1e100.net: icmp_seq=1 ttl=55 time=27.3 ms ^C --- ipv6.google.com ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 27.317/27.317/27.317/0.000 ms