質問編集履歴
2
Ip丸見えだったため修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -138,21 +138,21 @@
|
|
138
138
|
|
139
139
|
```
|
140
140
|
|
141
|
-
# ping
|
141
|
+
# ping xxx.xxx.xxx.xxx
|
142
|
-
|
142
|
+
|
143
|
-
PING
|
143
|
+
PING xxx.xxx.xxx.xxx (xxx.xxx.xxx.xxx) 56(84) bytes of data.
|
144
|
-
|
144
|
+
|
145
|
-
64 bytes from
|
145
|
+
64 bytes from xxx.xxx.xxx.xxx: icmp_seq=1 ttl=64 time=0.123 ms
|
146
|
-
|
146
|
+
|
147
|
-
64 bytes from
|
147
|
+
64 bytes from xxx.xxx.xxx.xxx: icmp_seq=2 ttl=64 time=0.057 ms
|
148
|
-
|
148
|
+
|
149
|
-
64 bytes from
|
149
|
+
64 bytes from xxx.xxx.xxx.xxx: icmp_seq=3 ttl=64 time=0.055 ms
|
150
|
-
|
150
|
+
|
151
|
-
64 bytes from
|
151
|
+
64 bytes from xxx.xxx.xxx.xxx: icmp_seq=4 ttl=64 time=0.057 ms
|
152
|
-
|
152
|
+
|
153
|
-
64 bytes from
|
153
|
+
64 bytes from xxx.xxx.xxx.xxx: icmp_seq=5 ttl=64 time=0.065 ms
|
154
|
-
|
154
|
+
|
155
|
-
64 bytes from
|
155
|
+
64 bytes from xxx.xxx.xxx.xxx: icmp_seq=6 ttl=64 time=0.072 ms
|
156
156
|
|
157
157
|
```
|
158
158
|
|
@@ -178,11 +178,11 @@
|
|
178
178
|
|
179
179
|
```
|
180
180
|
|
181
|
-
telnet
|
181
|
+
telnet xxx.xxx.xxx.xxx 80
|
182
|
-
|
182
|
+
|
183
|
-
Trying
|
183
|
+
Trying xxx.xxx.xxx.xxx...
|
184
|
-
|
184
|
+
|
185
|
-
telnet: connect to address
|
185
|
+
telnet: connect to address xxx.xxx.xxx.xxx: Connection timed out
|
186
186
|
|
187
187
|
```
|
188
188
|
|
1
telnetを再確認したため、修正。
test
CHANGED
File without changes
|
test
CHANGED
@@ -178,15 +178,15 @@
|
|
178
178
|
|
179
179
|
```
|
180
180
|
|
181
|
-
telnet 160.16.135.216
|
181
|
+
telnet 160.16.135.216 80
|
182
182
|
|
183
183
|
Trying 160.16.135.216...
|
184
184
|
|
185
|
-
telnet: connect to address 160.16.13
|
185
|
+
telnet: connect to address 160.16.136.216: Connection timed out
|
186
|
-
|
186
|
+
|
187
|
-
```
|
187
|
+
```
|
188
|
-
|
188
|
+
|
189
|
-
ア
|
189
|
+
タイムアウトになってしまいました…。
|
190
190
|
|
191
191
|
|
192
192
|
|