Hello,
You are missing the NAT configuration
This is what you put:
ip nat inside source route-map SDM_RMAP_1 interface FastEthernet0/0 overload
This is what we are missing:
route-map SDM_RMAP_1 permit 1
match ip address 106
access-list 106 .....
You ACL number might be different, so please check that, and then post the ACL referenced in your config.
Thanks,
-john