access-list 106 permit tcp any eq 2000 host xx.xx.xx.40 eq 2000
This access list is more specific than it needs to be and is denying traffic based on this. You're filtering both the source and destination ports when only the destination needs to be filtered. Given that you only have a single outside IP address, this is closer to what you need.
access-list 106 permit tcp any any eq 2000
Main Topics
Browse All Topics





by: SilentezPosted on 2009-10-22 at 06:54:44ID: 25634182
I would start from examining "sh ip nat trans" and temporary disabling all ACLs to find the root. SDM always mess them up :)