I have this toplogy: A ------ ASA -------- B A's real IP is 1.1.1.1B's real IP is 2.2.2.2B's mapped IP is 3.3.3.3 How do I NAT it so that when A tries to connect to 3.3.3.3, the destination is translated to 2.2.2.2. But at the same time, when B conn...