Page 1 of 1

error rendering latex

Posted: Thu Jul 14, 2022 2:13 pm
by answerhappygod
Error Rendering Latex 1
Error Rendering Latex 1 (7.28 KiB) Viewed 40 times
route1
Error Rendering Latex 2
Error Rendering Latex 2 (7.32 KiB) Viewed 40 times
after
Open the CLI on the router0 and type:
configure terminal
ip route 192.168.3.0 255.255.255.0 192.168.2.2
end
show ip route
Error Rendering Latex 3
Error Rendering Latex 3 (94.54 KiB) Viewed 40 times
Open the CLI on the router2 and type:
configure terminal
ip route 192.168.1.0 255.255.255.0 192.168.2.1
end
show ip route
Error Rendering Latex 4
Error Rendering Latex 4 (84.95 KiB) Viewed 40 times
step2:Try to ping the host on the right again. If it doesn’twork, ping the left host from the host on the right first.
C:\>ping 192.168.3.1
Pinging 192.168.3.1 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 192.168.3.1:
Packets: Sent = 4, Received = 0, Lost = 4 (100%loss),
2) Why did you install only two rules in total, eventhough traffic is crossing two routers to reach its destination(i.e., intuitively you should install four rules, two in eachrouter, to encompass both forward and backwardtraffic)?
error rendering latex