09-30-2021 12:49 PM
Hi Guys,
I am a student for CCNA .
I have created a network of routers . No routing was enabled (Rip/OSPF/EGRP) only I created static routes .
I want my routers to send traffic whitch are not found on their routing tables to router 192.168.1.1 .... lets suppose this is the only router connected to internet .
As you can see at the picture router 6.255.255.254 say : "I cant find it" .This last router before 192.168.1.1.
I dont understand .... 192.168.1.1 should said "I cant find it" ? Am i right ?
Are there any other ways configure such gateway ?
Last thing .... how can simulate internet connection on Packet Tracer ?
Thanks
Solved! Go to Solution.
10-01-2021 12:06 AM
Here are the routes you need:
Router0
ip route 0.0.0.0 0.0.0.0 9.255.255.254
Router1
ip route 10.0.0.0 255.0.0.0 9.0.0.1
ip route 0.0.0.0 0.0.0.0 8.255.255.254
Router2
ip route 10.0.0.0 255.0.0.0 8.0.0.1
ip route 0.0.0.0 0.0.0.0 7.255.255.254
ip route 9.0.0.0 255.0.0.0 8.0.0.1
Router3
ip route 10.0.0.0 255.0.0.0 7.0.0.1
ip route 0.0.0.0 0.0.0.0 6.255.255.254
ip route 9.0.0.0 255.0.0.0 7.0.0.1
ip route 8.0.0.0 255.0.0.0 7.0.0.1
Router4
ip route 0.0.0.0 0.0.0.0 6.0.0.1
09-30-2021 01:16 PM
Hello,
post the zipped Packet Tracer project (.pkt) file...
09-30-2021 01:27 PM
09-30-2021 01:57 PM
09-30-2021 11:24 PM
Thanks a lot
Please tell me ....which Packet tracer do you use ?
Whem I open file I get compatibility error . I am using v6.2 for student any tried even 7.2.2.
09-30-2021 11:40 PM
Hello,
I am using the latest version, version 8, so you won't be able to open the file. Never mind. I'll send the routes over manually..
10-01-2021 12:06 AM
Here are the routes you need:
Router0
ip route 0.0.0.0 0.0.0.0 9.255.255.254
Router1
ip route 10.0.0.0 255.0.0.0 9.0.0.1
ip route 0.0.0.0 0.0.0.0 8.255.255.254
Router2
ip route 10.0.0.0 255.0.0.0 8.0.0.1
ip route 0.0.0.0 0.0.0.0 7.255.255.254
ip route 9.0.0.0 255.0.0.0 8.0.0.1
Router3
ip route 10.0.0.0 255.0.0.0 7.0.0.1
ip route 0.0.0.0 0.0.0.0 6.255.255.254
ip route 9.0.0.0 255.0.0.0 7.0.0.1
ip route 8.0.0.0 255.0.0.0 7.0.0.1
Router4
ip route 0.0.0.0 0.0.0.0 6.0.0.1
10-04-2021 10:50 AM
Thank you so much !!!
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