Warrick FitzGerald wrote:

> Hi All,
>
> I am trying to configure NAT/PAT where all I am trying to do is change to
> Destination Port (DP) of traffic ie. all traffic with a DP of 443 and a
> specific destination IP Address (DA) of xxx.xxx.xxx.xxx should be NAT'ed to
> xxx.xxx.xxx.xxx with a DP of 444.
>
> Why does this not work ?
>
> ip nat inside source static tcp 65.143.50.10 443 65.143.50.10 444

To translate the destination address you must use

ip nat inside OUTSIDE static tcp 65.143.50.10 443 65.143.50.10 444

Paulo Roque
Network Engineer
[EMAIL PROTECTED]

_________________________________
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to