質問編集履歴
3
追記2021/09/10 PC-AからPC-Cにpingを通して成功した際のログ・その直後にPC-CからPC-Aへtracertを行ったログ を追加しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -269,4 +269,39 @@
|
|
269
269
|
|
270
270
|
```
|
271
271
|
|
272
|
+
####---------追記2021/09/10---------------
|
273
|
+
###【PC-AからPC-Cのログ】
|
274
|
+
|
275
|
+
**(ダイナミックNATによりPC-AのIPアドレスが200.10.10.11~200.10.10.13のアドレスから自動選出され内部グローバルアドレスに変換されているため、PC-AのIP<192.168.1.128/24>が毎度<200.10.10.11/24>に変換されるわけでは無いのですが、)
|
276
|
+
下記2行目のようなログが出ている場合でも、PC-CからPC-Aのpingは通りません。**
|
277
|
+
|
278
|
+
```
|
279
|
+
Router#show ip nat t
|
280
|
+
Pro Inside global Inside local Outside local Outside global
|
281
|
+
icmp 200.10.10.11:13 192.168.1.128:13 161.14.1.10:13 161.14.1.10:13
|
282
|
+
icmp 200.10.10.11:14 192.168.1.128:14 161.14.1.10:14 161.14.1.10:14
|
283
|
+
icmp 200.10.10.11:15 192.168.1.128:15 161.14.1.10:15 161.14.1.10:15
|
284
|
+
--- 200.10.10.10 192.168.1.11 --- ---
|
285
|
+
--- 200.10.10.9 192.168.1.10 --- ---
|
286
|
+
```
|
287
|
+
|
288
|
+
####↑のログが残っている間に、PC-CからPC-Aにtracertを行いました
|
289
|
+
```
|
290
|
+
C:\>tracert 200.10.10.11
|
291
|
+
|
292
|
+
Tracing route to 200.10.10.11 over a maximum of 30 hops:
|
293
|
+
|
294
|
+
1 0 ms 0 ms 0 ms 161.14.1.2
|
295
|
+
2 0 ms 0 ms 0 ms 10.10.10.1
|
296
|
+
3 0 ms 0 ms 0 ms 161.14.1.2
|
297
|
+
4 0 ms 0 ms 0 ms 10.10.10.1
|
298
|
+
5 0 ms 0 ms 0 ms 161.14.1.2
|
299
|
+
6 0 ms 0 ms 0 ms 10.10.10.1
|
300
|
+
7 0 ms 0 ms 0 ms 161.14.1.2
|
301
|
+
8 0 ms 0 ms 0 ms 10.10.10.1
|
302
|
+
9 0 ms 0 ms 0 ms 161.14.1.2
|
303
|
+
...
|
304
|
+
```
|
305
|
+
**上記のように、ピンポン状態?がTrace complete(30)まで続いていました..**
|
306
|
+
|
272
307
|
よろしくおねがいします。
|
2
title
CHANGED
File without changes
|
body
CHANGED
@@ -186,7 +186,7 @@
|
|
186
186
|

|
187
187
|
|
188
188
|
|
189
|
-
#####追記【RT-Bの
|
189
|
+
#####追記【RT-Bのshow run】
|
190
190
|
|
191
191
|
```
|
192
192
|
|
1
title
CHANGED
File without changes
|
body
CHANGED
@@ -186,5 +186,87 @@
|
|
186
186
|

|
187
187
|
|
188
188
|
|
189
|
+
#####追記【RT-Bの設定】
|
189
190
|
|
191
|
+
```
|
192
|
+
|
193
|
+
RT-B#show run
|
194
|
+
Building configuration...
|
195
|
+
|
196
|
+
Current configuration : 642 bytes
|
197
|
+
!
|
198
|
+
version 12.4
|
199
|
+
no service timestamps log datetime msec
|
200
|
+
no service timestamps debug datetime msec
|
201
|
+
no service password-encryption
|
202
|
+
!
|
203
|
+
hostname RT-B
|
204
|
+
!
|
205
|
+
!
|
206
|
+
!
|
207
|
+
!
|
208
|
+
!
|
209
|
+
!
|
210
|
+
!
|
211
|
+
!
|
212
|
+
ip cef
|
213
|
+
no ipv6 cef
|
214
|
+
!
|
215
|
+
!
|
216
|
+
!
|
217
|
+
!
|
218
|
+
!
|
219
|
+
!
|
220
|
+
!
|
221
|
+
!
|
222
|
+
!
|
223
|
+
!
|
224
|
+
no ip domain-lookup
|
225
|
+
!
|
226
|
+
!
|
227
|
+
spanning-tree mode pvst
|
228
|
+
!
|
229
|
+
!
|
230
|
+
!
|
231
|
+
!
|
232
|
+
!
|
233
|
+
!
|
234
|
+
interface FastEthernet0/0
|
235
|
+
ip address 10.10.10.2 255.255.255.0
|
236
|
+
duplex auto
|
237
|
+
speed auto
|
238
|
+
!
|
239
|
+
interface FastEthernet0/1
|
240
|
+
ip address 161.14.1.2 255.255.255.0
|
241
|
+
duplex auto
|
242
|
+
speed auto
|
243
|
+
!
|
244
|
+
interface Vlan1
|
245
|
+
no ip address
|
246
|
+
shutdown
|
247
|
+
!
|
248
|
+
ip classless
|
249
|
+
ip route 200.10.10.8 255.255.255.248 10.10.10.1
|
250
|
+
!
|
251
|
+
ip flow-export version 9
|
252
|
+
!
|
253
|
+
!
|
254
|
+
!
|
255
|
+
!
|
256
|
+
!
|
257
|
+
!
|
258
|
+
!
|
259
|
+
line con 0
|
260
|
+
!
|
261
|
+
line aux 0
|
262
|
+
!
|
263
|
+
line vty 0 4
|
264
|
+
login
|
265
|
+
!
|
266
|
+
!
|
267
|
+
!
|
268
|
+
end
|
269
|
+
|
270
|
+
```
|
271
|
+
|
190
|
-
|
272
|
+
よろしくおねがいします。
|