08-16-2020 05:23 AM
I'm having a network diagram like this
I've made all the necessary configuration but it still not be able to ping between 192.168.100.10 to 192.168.102.10, even though there is connection between two networks.
Someone please help me. I'm student and I'm new to this.
Solved! Go to Solution.
08-16-2020 06:58 AM
Do you have static route for those network on R0 pointing to R1 and R1 pointing back to R0
1. From R0 are you able to ping 102.X network
2. same R1 you able to 100.X IP address
3. Traceroute will give you some information where it blocking
08-16-2020 06:58 AM
Do you have static route for those network on R0 pointing to R1 and R1 pointing back to R0
1. From R0 are you able to ping 102.X network
2. same R1 you able to 100.X IP address
3. Traceroute will give you some information where it blocking
08-16-2020 08:16 AM
08-16-2020 07:40 AM - edited 08-16-2020 01:38 PM
The two usual reasons for your issue, first is the one already described by Balaji, i.e. your routers don't have the routing information they need. Routers only "know", by default, about directly connected networks. R0 needs to know of 192.168.102.0/24 and R1 needs to know of 192.168.100.0/24. The two normal ways to accomplish this is to either add the needed route information, on each router, using static routes, or run a dynamic routing protocol between them, sharing the networks you want other routers to know about.
The second common reason is, for this problem, your PC hosts don't have their same network router interface IP as a gateway.
08-16-2020 07:44 AM
Hello,
in case you cannot get this to work with the information provided, post the zipped Packet Tracer project (.pkt) file here...
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide