Greetings.
I am trying to setup static routing and need some assistance please. I have two routers that talk to each other but I need them to talk to an additional router on a different network. Here is what I have. Router 1 and router 2 are a cisco 1841 and the other is an asus
Router1
FE0 172.46.23.1 255.255.255.192
I typed in "ip route 0.0.0.0 0.0.0.0 10.0.3.0"
I checked the routing table using sh ip route and I do not see nothing about 10.0.3.0 network.
ROUTER 2
FE0 172.16.46. 255.255.255.192
I typed in "ip route 0.0.0.0 0.0.0.0 10.0.3.0"
I checked the routing table using sh ip route and I do not see nothing about 10.0.3.0 network.
HERE is a 3rd router which is a SOHO router
internal 10.0.3.1
so I have configured static routing on the first router with the following.
10.0.3.1 and have forwarding setup on the router
i setup static interface for the asus router also
From R2-R1: ip route (R1 Subnet) 172.46.23.0 255.255.255.192 (Next hope gateway)
From R1-R3: ip route (R2 subnet) 172.16.46.0 255.255.255.192 (next hop gateway)
From R3-R1: ip route (R2 subnet) 10.0.3.1 255.255.255.0 (next hop gateway) ---Only router 1 will communicate with router 3
Does that make sense to you?