Scenario: Router A is connected to Router B and Router B is connected to Router C. Both Router B and Router C have default routes out local interfaces to the internet. Router A does not have a local route to the internet.
I want to configure Router A to use Router C to access the internet rather than Router B. I figured I could use a default route on Router A that points directly to Router C and then have a "recursive route" on Router A that tells Router A that it can get to Router C via Router B.
Let's say I am using 10.0.0.1/30 on Router A connected to 10.0.0.2/30 on Router B. Router B has 10.0.0.5/30 that is connected to 10.0.0.6/30 on Router C. Again both Routers B and C have default routes out a local interface to an internet connected router.
Is it possible to use 10.0.0.6/30 as the default route for Router A provided I also have a static route like (ip route 10.0.0.4 255.255.255.252 10.0.0.2)? Would default route traffic from Router A exit through Router C's default route?
If not, is there a way to make this work?
I want to configure Router A to use Router C to access the internet rather than Router B. I figured I could use a default route on Router A that points directly to Router C and then have a "recursive route" on Router A that tells Router A that it can get to Router C via Router B.
Let's say I am using 10.0.0.1/30 on Router A connected to 10.0.0.2/30 on Router B. Router B has 10.0.0.5/30 that is connected to 10.0.0.6/30 on Router C. Again both Routers B and C have default routes out a local interface to an internet connected router.
Is it possible to use 10.0.0.6/30 as the default route for Router A provided I also have a static route like (ip route 10.0.0.4 255.255.255.252 10.0.0.2)? Would default route traffic from Router A exit through Router C's default route?
If not, is there a way to make this work?