02-27-2022 07:47 AM
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/
Solved! Go to Solution.
02-27-2022 09:36 AM
Привет !
Вам нужны эти статические маршруты:
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
02-27-2022 09:36 AM
Привет !
Вам нужны эти статические маршруты:
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
02-27-2022 10:50 AM
Привет !
Я не знаю, является ли «маршрут» правильным переводом для «route»?
02-27-2022 09:05 PM
What does route 0.0.0.0 mean?
02-28-2022 12:32 AM
Hello,
it means that all traffic is being routed to that specific destination. 0.0.0.0 0.0.0.0 matches all traffic.
02-28-2022 08:54 AM
I'm a little bit dumb, how does this work on my schema?
02-28-2022 09:41 AM
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.
кстати глупых вопросов не бывает
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