cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1523
Views
35
Helpful
6
Replies

Destination host unreachable

awpmedusa22
Level 1
Level 1

Hi, i am a student in university, I had a task "Set up static routing. The task is considered completed if it is possible to send a ping from any computer to any other" Ping goes to neighboring computers, but if you ping to other computers, it gives an error

 

My project - http://file.sampo.ru/vsz6t9/

1 Accepted Solution

Accepted Solutions

Привет !

 

Вам нужны эти статические маршруты:

 

Router3

 

ip route 0.0.0.0 0.0.0.0 192.168.4.2

 

Router4

 

ip route 192.168.0.0 255.255.255.0 192.168.4.1
ip route 0.0.0.0 0.0.0.0 192.168.5.2

 

Router5

 

ip route 192.168.1.0 255.255.255.0 192.168.5.1
ip route 192.168.3.0 255.255.255.0 192.168.6.2
ip route 192.168.0.0 255.255.255.0 192.168.5.1

 

Router6

 

ip route 0.0.0.0 0.0.0.0 192.168.6.1

View solution in original post

6 Replies 6

Привет !

 

Вам нужны эти статические маршруты:

 

Router3

 

ip route 0.0.0.0 0.0.0.0 192.168.4.2

 

Router4

 

ip route 192.168.0.0 255.255.255.0 192.168.4.1
ip route 0.0.0.0 0.0.0.0 192.168.5.2

 

Router5

 

ip route 192.168.1.0 255.255.255.0 192.168.5.1
ip route 192.168.3.0 255.255.255.0 192.168.6.2
ip route 192.168.0.0 255.255.255.0 192.168.5.1

 

Router6

 

ip route 0.0.0.0 0.0.0.0 192.168.6.1

Привет !

 

Я не знаю, является ли «маршрут» правильным переводом для «route»?

What does route 0.0.0.0 mean?

Hello,

 

it means that all traffic is being routed to that specific destination. 0.0.0.0 0.0.0.0 matches all traffic.

I'm a little bit dumb, how does this work on my schema?

Hello,

 

actually, the two routers on the left and right only have one external interface, so all outgoing traffic goes through that interface anyway. Rather than configuring a specific static route for each remote network, the default route achieves the same thing.

 

Does that make sense ? With static routes, you want to keep the amount to a minimum.

 

кстати глупых вопросов не бывает