This example here should help you
R6(config)#interface Ethernet0
R6(config-if)#ip address 192.168.1.1 255.255.255.0
R6(config-if)#ip nat inside
R6(config)#interface Serial0
R6(config-if)#ip address 172.16.16.17 255.255.255.252
R6(config-if)#ip nat outside
R6(config)#ip nat inside source list 1 interface serial0 overload
R6(config)#access-list 1 permit 192.168.1.0 0.0.0.255
Jason Smith
www.smif101.com