Two Routers:
Router A:
- F0/0 with a public IP to the internet: 12.12.12.12
- F1/0 which is a LAN: 10.10.10.1
- S0 which is one of a point to point connection: 192.168.1.1
Router B:
- S1 which is the other end of the point to point 192.168.1.2
- F2/0 which is the LAN: 10.10.20.1
How can I set up nat (overloading) so that traffic from router B (The 10.10.20.1 Lan) can use the F0/0 internet connection on router A?
Is it all done on router A?
I would think it works like this: I just set F0/0 to nat outside, and S0 to nat inside, and add the 192.168.1.* network to the ACL for the nat overload rule? But I never done this set up before...