can't send from one LAN to another in PT5 !

sniper_heresniper_here Member Posts: 48 ■■□□□□□□□□
Hi everybody !
I need some helpicon_rolleyes.gif,I'm studying to get CCNAicon_wink.gif and I use PT to help me .
I made a simple network but I can't send a simple PDU from PC1 to PC2 icon_cry.gif!
Please help me
This is my network
4shared.com - online file sharing and storage - download new.pkt
Thanks

Comments

  • hexemhexem Member Posts: 177
    This is where you learn about routing.

    Router0 doesn't have a route to the 192.168.2.0/24 network.

    Router2 will also need a route back to 192.168.1.0/24 network.

    The pc's also need there default gateway's set (the router's lan ip address) as this where any packet's addressed to a remote network are fowarded to the router.

    In this case a static route is all you need.

    on router0:

    in global config mode:

    ip route 192.168.2.0 255.255.255.0 10.0.0.2

    and on router2 the opposite.

    ip route 192.168.1.0 255.255.255.0 10.0.0.1
    ICND1 - Passed 25/01/10
    ICND2 - Passed 9/03/10

    Studying CCNA:S
  • sniper_heresniper_here Member Posts: 48 ■■□□□□□□□□
    Thank you very much ,
    finally ,its work,
    I think I'm a littel bit rush because I'm so excited to get the CCNA certificate icon_rolleyes.gif.
  • hexemhexem Member Posts: 177
    No problem, take it slow and work you're way up, there's alot to learn ;)
    ICND1 - Passed 25/01/10
    ICND2 - Passed 9/03/10

    Studying CCNA:S
  • E1or0E1or0 Banned Posts: 58 ■■□□□□□□□□
    HAHA Sniper I do the same

    Some times I rush through my labs hoping to finish studying to pass the test lol

    just take your time buddy, you'll do fine :D
Sign In or Register to comment.