Below is the current config. What commands do I need to use to enable NAT on both the INSIDE and OUTSIDE interfaces.
!
version 12.1
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname sticky-1750
!
logging rate-limit console 10 except errors
no logging console
enable secret 5 $1$hJW7$uEXfa2nQ7Dnq21zA6S3Bf/
!
memory-size iomem 25
ip subnet-zero
no ip finger
no ip domain-lookup
!
!
!
!
interface BRI0
no ip address
shutdown
!
interface FastEthernet0
ip address 10.0.0.4 255.0.0.0
speed auto
!
interface Serial0
description Connection to voicepath
bandwidth 512
ip address 195.12.28.194 255.255.255.252
encapsulation frame-relay IETF
no fair-queue
frame-relay interface-dlci 25
frame-relay lmi-type ansi
!
ip classless
ip route 0.0.0.0 0.0.0.0 195.12.28.193
ip route 192.168.136.0 255.255.255.0 192.168.137.251
no ip http server
!
access-list 1 permit 192.168.0.0 0.0.255.255
access-list 18 permit 10.0.0.0 0.255.255.255
!
line con 0
password turkey
login
transport input none
line aux 0
password turkey
login
line vty 0 4
password turkey
login
!
no scheduler allocate
end
!
version 12.1
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname sticky-1750
!
logging rate-limit console 10 except errors
no logging console
enable secret 5 $1$hJW7$uEXfa2nQ7Dnq21zA6S3Bf/
!
memory-size iomem 25
ip subnet-zero
no ip finger
no ip domain-lookup
!
!
!
!
interface BRI0
no ip address
shutdown
!
interface FastEthernet0
ip address 10.0.0.4 255.0.0.0
speed auto
!
interface Serial0
description Connection to voicepath
bandwidth 512
ip address 195.12.28.194 255.255.255.252
encapsulation frame-relay IETF
no fair-queue
frame-relay interface-dlci 25
frame-relay lmi-type ansi
!
ip classless
ip route 0.0.0.0 0.0.0.0 195.12.28.193
ip route 192.168.136.0 255.255.255.0 192.168.137.251
no ip http server
!
access-list 1 permit 192.168.0.0 0.0.255.255
access-list 18 permit 10.0.0.0 0.255.255.255
!
line con 0
password turkey
login
transport input none
line aux 0
password turkey
login
line vty 0 4
password turkey
login
!
no scheduler allocate
end