cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
752
Views
5
Helpful
2
Replies

Destination Host Unreachable problem.

Aizryl
Level 1
Level 1

Hello, I was doing a school project about making a small buisness.

Im sure I did everything correctly but Im not too sure about it.

Please help the file is here

https://ufile.io/fnq12hlq

 

1 Accepted Solution

Accepted Solutions

Hello,

 

there is no routing configured on either one of the routers. Add the below static routes:

 

Router2(config)#ip route 192.168.20.8 255.255.255.248 192.168.20.18


Router3(config)#ip route 192.168.20.0 255.255.255.248 192.168.20.17

 

Attached the revised, working file.

View solution in original post

2 Replies 2

Hello,

 

there is no routing configured on either one of the routers. Add the below static routes:

 

Router2(config)#ip route 192.168.20.8 255.255.255.248 192.168.20.18


Router3(config)#ip route 192.168.20.0 255.255.255.248 192.168.20.17

 

Attached the revised, working file.

Thank you for your help, I did not realize that I forgot to input the ip route.