質問編集履歴

3

追記2021/09/10 PC-AからPC-Cにpingを通して成功した際のログ・その直後にPC-CからPC-Aへtracertを行ったログ を追加しました。

2021/09/10 08:32

投稿

hedderjulie
hedderjulie

スコア0

test CHANGED
File without changes
test CHANGED
@@ -540,4 +540,74 @@
540
540
 
541
541
 
542
542
 
543
+ ####---------追記2021/09/10---------------
544
+
545
+ ###【PC-AからPC-Cのログ】
546
+
547
+
548
+
549
+ **(ダイナミック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>に変換されるわけでは無いのですが、)
550
+
551
+ 下記2行目のようなログが出ている場合でも、PC-CからPC-Aのpingは通りません。**
552
+
553
+
554
+
555
+ ```
556
+
557
+ Router#show ip nat t
558
+
559
+ Pro Inside global Inside local Outside local Outside global
560
+
561
+ icmp 200.10.10.11:13 192.168.1.128:13 161.14.1.10:13 161.14.1.10:13
562
+
563
+ icmp 200.10.10.11:14 192.168.1.128:14 161.14.1.10:14 161.14.1.10:14
564
+
565
+ icmp 200.10.10.11:15 192.168.1.128:15 161.14.1.10:15 161.14.1.10:15
566
+
567
+ --- 200.10.10.10 192.168.1.11 --- ---
568
+
569
+ --- 200.10.10.9 192.168.1.10 --- ---
570
+
571
+ ```
572
+
573
+
574
+
575
+ ####↑のログが残っている間に、PC-CからPC-Aにtracertを行いました
576
+
577
+ ```
578
+
579
+ C:\>tracert 200.10.10.11
580
+
581
+
582
+
583
+ Tracing route to 200.10.10.11 over a maximum of 30 hops:
584
+
585
+
586
+
587
+ 1 0 ms 0 ms 0 ms 161.14.1.2
588
+
589
+ 2 0 ms 0 ms 0 ms 10.10.10.1
590
+
591
+ 3 0 ms 0 ms 0 ms 161.14.1.2
592
+
593
+ 4 0 ms 0 ms 0 ms 10.10.10.1
594
+
595
+ 5 0 ms 0 ms 0 ms 161.14.1.2
596
+
597
+ 6 0 ms 0 ms 0 ms 10.10.10.1
598
+
599
+ 7 0 ms 0 ms 0 ms 161.14.1.2
600
+
601
+ 8 0 ms 0 ms 0 ms 10.10.10.1
602
+
603
+ 9 0 ms 0 ms 0 ms 161.14.1.2
604
+
605
+ ...
606
+
607
+ ```
608
+
609
+ **上記のように、ピンポン状態?がTrace complete(30)まで続いていました..**
610
+
611
+
612
+
543
613
  よろしくおねがいします。

2

2021/09/10 08:31

投稿

hedderjulie
hedderjulie

スコア0

test CHANGED
File without changes
test CHANGED
@@ -374,7 +374,7 @@
374
374
 
375
375
 
376
376
 
377
- #####追記【RT-Bの設定
377
+ #####追記【RT-Bのshow run
378
378
 
379
379
 
380
380
 

1

2021/09/09 02:33

投稿

hedderjulie
hedderjulie

スコア0

test CHANGED
File without changes
test CHANGED
@@ -374,6 +374,170 @@
374
374
 
375
375
 
376
376
 
377
-
377
+ #####追記【RT-Bの設定】
378
+
379
+
380
+
378
-
381
+ ```
382
+
383
+
384
+
385
+ RT-B#show run
386
+
387
+ Building configuration...
388
+
389
+
390
+
391
+ Current configuration : 642 bytes
392
+
393
+ !
394
+
395
+ version 12.4
396
+
397
+ no service timestamps log datetime msec
398
+
399
+ no service timestamps debug datetime msec
400
+
401
+ no service password-encryption
402
+
403
+ !
404
+
405
+ hostname RT-B
406
+
407
+ !
408
+
409
+ !
410
+
411
+ !
412
+
413
+ !
414
+
415
+ !
416
+
417
+ !
418
+
419
+ !
420
+
421
+ !
422
+
423
+ ip cef
424
+
425
+ no ipv6 cef
426
+
427
+ !
428
+
429
+ !
430
+
431
+ !
432
+
433
+ !
434
+
435
+ !
436
+
437
+ !
438
+
439
+ !
440
+
441
+ !
442
+
443
+ !
444
+
445
+ !
446
+
447
+ no ip domain-lookup
448
+
449
+ !
450
+
451
+ !
452
+
453
+ spanning-tree mode pvst
454
+
455
+ !
456
+
457
+ !
458
+
459
+ !
460
+
461
+ !
462
+
463
+ !
464
+
465
+ !
466
+
467
+ interface FastEthernet0/0
468
+
469
+ ip address 10.10.10.2 255.255.255.0
470
+
471
+ duplex auto
472
+
473
+ speed auto
474
+
475
+ !
476
+
477
+ interface FastEthernet0/1
478
+
479
+ ip address 161.14.1.2 255.255.255.0
480
+
481
+ duplex auto
482
+
483
+ speed auto
484
+
485
+ !
486
+
487
+ interface Vlan1
488
+
489
+ no ip address
490
+
491
+ shutdown
492
+
493
+ !
494
+
495
+ ip classless
496
+
497
+ ip route 200.10.10.8 255.255.255.248 10.10.10.1
498
+
499
+ !
500
+
501
+ ip flow-export version 9
502
+
503
+ !
504
+
505
+ !
506
+
507
+ !
508
+
509
+ !
510
+
511
+ !
512
+
513
+ !
514
+
515
+ !
516
+
517
+ line con 0
518
+
519
+ !
520
+
521
+ line aux 0
522
+
523
+ !
524
+
525
+ line vty 0 4
526
+
527
+ login
528
+
529
+ !
530
+
531
+ !
532
+
533
+ !
534
+
535
+ end
536
+
537
+
538
+
539
+ ```
540
+
541
+
542
+
379
- ろしくおねがいします。
543
+ ろしくおねがいします。