質問編集履歴

1

2022/02/03 06:32

投稿

n_k23
n_k23

スコア21

test CHANGED
File without changes
test CHANGED
@@ -28,6 +28,26 @@
28
28
  ```
29
29
  しかし同じエラーが発生し改善せず
30
30
  ご教授をお願いします。
31
+ ### 追記
32
+ ```
33
+ [vagrant@localhost ~]$ ping 8.8.8.8
34
+ PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
35
+ 64 bytes from 8.8.8.8: icmp_seq=1 ttl=63 time=23.5 ms
36
+ 64 bytes from 8.8.8.8: icmp_seq=2 ttl=63 time=12.9 ms
37
+ 64 bytes from 8.8.8.8: icmp_seq=3 ttl=63 time=12.4 ms
38
+ 64 bytes from 8.8.8.8: icmp_seq=4 ttl=63 time=11.8 ms
39
+ 64 bytes from 8.8.8.8: icmp_seq=5 ttl=63 time=13.2 ms
40
+ ```
41
+ ```
42
+ [vagrant@localhost ~]$ ping google.com
43
+ PING google.com (142.250.206.238) 56(84) bytes of data.
44
+ 64 bytes from kix06s10-in-f14.1e100.net (142.250.206.238): icmp_seq=1 ttl=63 time=15.2 ms
45
+ 64 bytes from kix06s10-in-f14.1e100.net (142.250.206.238): icmp_seq=2 ttl=63 time=19.4 ms
46
+ 64 bytes from kix06s10-in-f14.1e100.net (142.250.206.238): icmp_seq=3 ttl=63 time=79.5 ms
47
+ 64 bytes from kix06s10-in-f14.1e100.net (142.250.206.238): icmp_seq=4 ttl=63 time=103 ms
48
+ 64 bytes from kix06s10-in-f14.1e100.net (142.250.206.238): icmp_seq=5 ttl=63 time=12.8 ms
49
+ ```
50
+
31
51
 
32
52
  ### 補足情報(FW/ツールのバージョンなど)
33
53