質問編集履歴

1

外部からのPingを追加

2019/11/15 06:31

投稿

dragon_seven
dragon_seven

スコア7

test CHANGED
File without changes
test CHANGED
@@ -79,3 +79,23 @@
79
79
  ssh: connect to host 172.17.0.2 port 22: Network is unreachable
80
80
 
81
81
  ```
82
+
83
+ 外部からのPing
84
+
85
+ ```Linux
86
+
87
+ ping 172.17.0.2
88
+
89
+ PING 172.17.0.2 (172.17.0.2): 56 data bytes
90
+
91
+ Request timeout for icmp_seq 0
92
+
93
+ Request timeout for icmp_seq 1
94
+
95
+ 36 bytes from 60.47.170.89: Destination Host Unreachable
96
+
97
+ Vr HL TOS Len ID Flg off TTL Pro cks Src Dst
98
+
99
+ 4 5 00 5400 46e1 0 0000 3c 01 7c24 10.13.204.27 172.17.0.2
100
+
101
+ ```