R61
@R61

Are you sure you want to delete the question?

Leaving a resolved question undeleted may help others!

2PC間でのPingを通したい

解決したいこと

二つのPC間でPingを通したいです

発生している問題・エラー

画像のような構成で2PC間でPingを通したいのですがうまくいきません。
toporogy.jpg

Router1(左)

! Rputer1(up side)
enable
configure terminal
hostname Router1

interface gigabitethernet 0
ip address 192.168.1.1 255.255.255.252
no shutdown
exit

vlan 100
exit

interface vlan 100
ip address 172.16.1.254 255.255.255.0
exit

interface fastethernet 3
switchport mode access
switchport access vlan 100
exit

ip route 172.16.100.0 255.255.255.0 gigabitethernet 0
exit

 Router2(右)

! Rputer2(down side)
enable
configure terminal
hostname Router2

interface gigabitethernet 0
ip address 192.168.1.2 255.255.255.252
no shutdown
exit

vlan 200
exit

interface vlan 200
ip address 172.16.100.254 255.255.255.0
exit

interface fastethernet 3
switchport mode access
switchport access vlan 200
exit

ip route 172.16.1.0 255.255.255.0 gigabitethernet 0
exit

どこかおかしいところがあればご教授よろしくお願いいたします。

0

1Answer

Comments

  1. @R61

    Questioner

    外部サイトを参考にルーティング表記等々修正しましたがまだ通らないです。
    使用機器はCisco892jです
    ルーティングテーブルは以下の通りです

    Router1
    S 172.16.100.0 [1/0] via 192.168.1.2
    192.168.1.0/24 is variably subnetted, 2 subnets, 2 masks
    C 192.168.1.0/30 is directly connected, GigabitEthernet0
    L 192.168.1.1/32 is directly connected, GigabitEthernet0

    Router2
    S 172.16.1.0/24 [1/0] via 192.168.1.1
    C 172.16.100.0/24 is directly connected, Vlan200
    L 172.16.100.254/32 is directly connected, Vlan200
    192.168.1.0/24 is variably subnetted, 2 subnets, 2 masks
    C 192.168.1.0/30 is directly connected, GigabitEthernet0
    L 192.168.1.2/32 is directly connected, GigabitEthernet0
  2. ルーターではなく、PCのルーティングテーブルに問題がありそうな気がしています。
    両端のPCはお互いのネットワークの宛先が近接しているルータだということを知っているんでしょうか?
  3. @R61

    Questioner

    PCのルート情報は以下のようになってました、一見問題はなさそうに思うのでしょうがいかかがでしょう
    ===========================================================================
    アクティブ ルート:
    ネットワーク宛先 ネットマスク ゲートウェイ インターフェイス メトリック
    0.0.0.0 0.0.0.0 172.16.1.254 172.16.1.1 291
    127.0.0.0 255.0.0.0 リンク上 127.0.0.1 331
    127.0.0.1 255.255.255.255 リンク上 127.0.0.1 331
    127.255.255.255 255.255.255.255 リンク上 127.0.0.1 331
    172.16.1.0 255.255.255.0 リンク上 172.16.1.1 291
    172.16.1.1 255.255.255.255 リンク上 172.16.1.1 291
    172.16.1.255 255.255.255.255 リンク上 172.16.1.1 291
    192.168.56.0 255.255.255.0 リンク上 192.168.56.1 281
    192.168.56.1 255.255.255.255 リンク上 192.168.56.1 281
    192.168.56.255 255.255.255.255 リンク上 192.168.56.1 281
    224.0.0.0 240.0.0.0 リンク上 127.0.0.1 331
    224.0.0.0 240.0.0.0 リンク上 192.168.56.1 281
    224.0.0.0 240.0.0.0 リンク上 172.16.1.1 291
    255.255.255.255 255.255.255.255 リンク上 127.0.0.1 331
    255.255.255.255 255.255.255.255 リンク上 192.168.56.1 281
    255.255.255.255 255.255.255.255 リンク上 172.16.1.1 291
    ===========================================================================
  4. なるほど。デフォルトゲートで向けているのですね。
    反対側のPCのデフォルトゲートは 172.16.100.254 でしょうか?
  5. @R61

    Questioner

    左右のPC=>Routerはともに疎通取れてます。
    ただ別ネットワークからだとルーターでパケットが止まってしまっている感じです。
  6. PC -> Routerにpingが通るならお互い172.16.1.0/24, 172.16.100.0/24 にいるはずなので、1は単なる記載漏れだと思いますが。以下を確認お願いします。

    1. Router1側のルーティングテーブルを見返すと
    172.16.100.0/24 のVLANへの接続がありませんが大丈夫でしょうか?
    2. Router1側PCから192.168.1.2, 172.16.100.254 へのpingは通るでしょうか?
    3. Router2側PCから192.168.1.1, 172.16.1.254へのpingは通るでしょうか?
  7. @R61

    Questioner

    1. Router1側のルーティングテーブルを見返すと
    172.16.100.0/24 のVLANへの接続がありませんが大丈夫でしょうか?
    修正し
    172.16.0.0/16 is variably subnetted, 3 subnets, 2 masks
    C 172.16.1.0/24 is directly connected, Vlan100
    L 172.16.1.254/32 is directly connected, Vlan100
    S 172.16.100.0/24 [1/0] via 192.168.1.2
    192.168.1.0/24 is variably subnetted, 2 subnets, 2 masks
    C 192.168.1.0/30 is directly connected, GigabitEthernet0
    L 192.168.1.1/32 is directly connected, GigabitEthernet0
    のようになりましたがまだPingは通らないです。
    2. Router1側PCから192.168.1.2, 172.16.100.254 へのpingは通るでしょうか?
    =>192.168.1.2
    =>172.16.100.254
    どちらもRouter1側PCから疎通確認取れました。
    3. Router2側PCから192.168.1.1, 172.16.1.254へのpingは通るでしょうか?
    =>192.168.1.1
    =>172.16.1.254
    どちらも疎通確認取れました。
  8. 両端のPCからルータの相手側ネットワークのアドレスまではアクセスできているのであれば、、
    両端のPCのWindowsファイヤーウオールを一時的に off にして再度確認いただけますか?
  9. @R61

    Questioner

    できました!ありがとうございます
    WindowsFirewallが原因だったのですね、実際にPCをつないでの実習は初めてだったので失念していました。

Your answer might help someone💌