Static Route: I have 4 routers and need router 1 to ping router 4?
I have four routers.
Router 1 fa0/1 is connected to Router 2 fa0/1
Router 2 fa0/0 is connected to Router 3 fa0/1
Router 3 fa0/0 is connected to Router 4 fa0/1
Router 1:
Loopback 100: 172.16.1.1/32
Loopback 200: 10.1.0.1/32
Fa0/1: 10.104.23.2/24
Router 2:
Loopback 100: 172.16.1.254/32
Loopback 200: 10.1.0.1/32
Fa0/1: 10.104.23.3/24
Fa0/0: 169.254.100.1/30
Router 3:
Loopback 70: 169.254.5.254/32
Loopback 90: 192.168.1.254/32
Fa0/1: 169.254.100.2/30
Fa0/0: 172.29.80.5/30
Router 4:
Loopback 70: 169.254.5.1/32
Loopback 90: 192.168.1.1/32
Fa0/1: 172.29.80.6/30
I want to configure static route to each router, making sure they all can ping each other. I am having trouble with router 1 which cannot ping any IP in router 4.
What do I type for each router's IP Route so they can all ping each other, thank you!