Is this possible?
routerA connects to routerB witch connects to routerC and back to routerA.
RouterA connects to the WAN or (internet)
Each router has three interfaces.
The loop is for redundancy in case of a circuit outage.
All routers run OSPF.
routerB performs NAT for networkB
routerC performs NAT for networkC
Question is:
Is it possible to define (ip nat outside) on both of the (WAN) interface connections on routerB and routerC?
Goal is to have the NAT service work regardless of what external interface is being used.
Thanks,