cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1543
Views
0
Helpful
7
Replies

Gateway Of Last Resort

EliBenD1985
Level 1
Level 1

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

 

Routers.PNGRouteTable.PNG

 

1 Accepted Solution

Accepted Solutions

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

View solution in original post

7 Replies 7

Hello,

 

post the zipped Packet Tracer project (.pkt) file...

Hi Georg

 

File is attached .

 

Thanks !

Hello,

 

you had a lot of redundant and misconfigured static routes, I added just the minimum to have full end to end connectivity.

 

Review the attached, revised file...

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.

 

 

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..

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

Thank you so much !!!