From 5b12320bc97610855b6c3c5d1a3edc8eb86e719b Mon Sep 17 00:00:00 2001 From: bonnie Date: Sat, 18 Jul 2020 23:17:25 +0800 Subject: [PATCH] Networking - Send a ping with a limited TTL to 10 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4f96e75..51a6539 100644 --- a/README.md +++ b/README.md @@ -2282,6 +2282,11 @@ ipmitool -I bmc lan set 1 defgw ipaddr 192.168.0.1 dig +short www.example.com ``` +##### Send a ping with a limited TTL to 10 (TTL: Time-To-Live, which is the maximum number of hops that a packet can travel across the Internet before it gets discarded.) +```bash +ping 8.8.8.8 -t 10 +``` + ##### Show the SSL certificate of a domain ```bash openssl s_client -showcerts -connect www.example.com:443