OOOps sorry I messed up alittle..here is the correct setup
interface FastEthernet0/0
ip address 192.168.1.2 255.255.255.0
Discription --connects to switch where T1 is at
ip nat outside
interface FastEthernet4/0
ip address 192.168.2.1 255.255.255.0
ip nat outside
interface Serial2/5
ip address 172.16.7.1 255.255.255.252
ip nat inside
interface Serial3/1
Discription - T1 To ISP
ip address 206.166.38.226 255.255.255.252
ip route 0.0.0.0 0.0.0.0 serial3/1
ip route 0.0.0.0 0.0.0.0 192.168.1.1
ip route 10.1.7.0 255.255.255.0 172.16.7.2
ip route 10.0.10.0 255.255.255.0 172.16.7.2
How do I nat the 10.1.7/24 block to the 192.168.2/24
and have the 10.0.10/24 block to the 192.168.1/24
Is this possible?