I have an application using Route-map with NAT. The problem I am running into is that when an outbound packet is sent, the router creates a dynamic fully extended translation entry (including source ip/port and dest ip/port). Due to specifics of the outside host, it responds on a different port back to the inside host. As I understand it, eventhough the response packet is directed at the NAT'd inside global IP, the port is different, so no translation exists and thusly the packet is dropped. Am I correct in this assessment? Is there a solution for this problem?