10-20-2020 06:41 AM
Hello community !
I just passed my networking essential and i'm trying to resolve my previous practical works to mastering routing concept.
The plan is:
Nancy shouldn't communicate with strasbourg, so i am using an Static route
I configure for now 2 routes, Metz and Strasbourg before to test them and to configure more devices:
R_Metz
ip route 192.168.3.0 255.255.255.0 172.17.0.1
show ip route
C 172.16.0.0/16 is directly connected, Serial0/0/0
C 172.17.0.0/16 is directly connected, Serial0/0/1
C 192.168.2.0/24 is directly connected, FastEthernet0/0
S 192.168.3.0/24 [1/0] via 172.17.0.1
R_Strasbourg
ip route 192.168.2.0 255.255.255.0 172.17.0.2
Show ip route
C 172.17.0.0/16 is directly connected, Serial0/0/1
S 192.168.2.0/24 [1/0] via 172.17.0.2
C 192.168.3.0/24 is directly connected, FastEthernet0/0
I can't ping the 2 PC set up.
Why ? i can't explain. But it's a troubleshooting that my pratical work give without the solution.
Could you say to me what's next ?
Thank you !
Solved! Go to Solution.
10-20-2020 07:14 AM
Hello,
most of the required static routes were missing. Your PCs did not have a default gateway configured. Find attached the revised file with end-to-end connectivity (this was saved in PT version 7.3).
10-20-2020 06:49 AM
Hello,
post the zipped Packet Tracer project (.pkt) file.
10-20-2020 06:59 AM
10-20-2020 07:14 AM
10-20-2020 08:43 AM
Okay you right for the default gateway thank you, it was the problem !!
For the static routes it was normal i just tested strasbourg-metz and did not configured the other routes
PS: you made a route for Strasbourg to Nancy and as i said in my exercice they shouldn't communicate
Thank you again for the correction it helps me a lot.
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