In article <d9o3s6$2f7$>, Todd <> wrote:
:I have a problem where port address translation kills connectivity to port
:3389 through the ipsec tunnel.
:Currently all remote sites normally connect to head office via an internet
:Cisco 837 IPSEC VPN. All remote sites are able to use terminal services,

ort 3389, through the IPSEC VPN.
:However as soon as I place the command......... ip nat inside source static
:tcp 10.0.0.3 3389 interface Dialer1 3389........ on the router, sites that
:would normally connect to the head office via the IPSEC VPN on port 3389
:loose connectivity. But, then find that they are able to connect back to
:head office on port 3389 via the internet!!!!
I don't know the equivilent in IOS at the moment, but on the PIX
the way to handle this would be to add a "NAT exemption" for the
flow. The format in the PIX would be to create an access list
defining what should NOT be NAT'd and then to
nat (inside) 0 access-list ACLNAME
Your problem is that the ip nat static that you are doing is always
applying, so the packets returning towards the remote sites are
having their source IP's NAT'd to the Dialer1 interface IP. That might
cause them to fall out of the definition of the IPSec tunnels
(which is probably defined in terms of the -internal- IP address
instead of the interface IP address).
--
Oh, to be a Blobel!