<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Can Source NAT maps static source to destination port in Cisco ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/can-source-nat-maps-static-source-to-destination-port-in-cisco/m-p/5046694#M1110214</link>
    <description>&lt;P&gt;The above NAT config does not do anything with the ports, it just translates the TP-SBC-DMZ-IP to TCL-SBC-NAT-IP when the traffic is going to/coming from TLC-SIP-PUB-IP over the interfaces SBC-DMZ and OUTSIDE-TCL.&lt;/P&gt;</description>
    <pubDate>Thu, 21 Mar 2024 13:47:13 GMT</pubDate>
    <dc:creator>Aref Alsouqi</dc:creator>
    <dc:date>2024-03-21T13:47:13Z</dc:date>
    <item>
      <title>Can Source NAT maps static source to destination port in Cisco ASA</title>
      <link>https://community.cisco.com/t5/network-security/can-source-nat-maps-static-source-to-destination-port-in-cisco/m-p/5045350#M1110104</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;We have Source NAT configured on one of our Cisco ASA with given details.&amp;nbsp; Can I achieve static mapping of source &amp;amp; destination port for this? Is it feasible in Cisco ASA?&lt;/P&gt;&lt;P&gt;Private Original IP - 192.168.1.1&lt;/P&gt;&lt;P&gt;Destination IPs&amp;nbsp; &amp;nbsp;- 1.1.1.1 &amp;amp; 2.2.2.2&amp;nbsp;&lt;/P&gt;&lt;P&gt;Traffic from 192.168.1.1 towards 1.1.1.1 &amp;amp; 2.2.2.2 (all services) would get source NATted to 192.168.2.2.&lt;/P&gt;&lt;P&gt;Is it possible to configure static mapping of source ports coming from 1.1.1.1/2.2.2.2 towards destination port of 192.168.1.1.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2024 13:49:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-source-nat-maps-static-source-to-destination-port-in-cisco/m-p/5045350#M1110104</guid>
      <dc:creator>ManadarDesai2895</dc:creator>
      <dc:date>2024-03-20T13:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Can Source NAT maps static source to destination port in Cisco ASA</title>
      <link>https://community.cisco.com/t5/network-security/can-source-nat-maps-static-source-to-destination-port-in-cisco/m-p/5045372#M1110109</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/982345"&gt;@ManadarDesai2895&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example:-&lt;/P&gt;
&lt;P&gt;object network REAL-SRC&lt;BR /&gt;host 192.168.1.1&lt;BR /&gt;object network TRANSLATED-SRC&lt;BR /&gt;host 192.168.2.2&lt;BR /&gt;object network REAL-DST-1&lt;BR /&gt;host 1.1.1.1&lt;BR /&gt;object network REAL-DST-2&lt;BR /&gt;host 2.2.2.2&lt;/P&gt;
&lt;P&gt;nat (INSIDE,OUTSIDE) source static REAL-SRC TRANSLATED-SRC destination static REAL-DST-1 REAL-DST-1&lt;BR /&gt;nat (INSIDE,OUTSIDE) source static REAL-SRC TRANSLATED-SRC destination static REAL-DST-2 REAL-DST-2&lt;/P&gt;
&lt;P&gt;Just replace the interface names (if required).&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2024 14:07:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-source-nat-maps-static-source-to-destination-port-in-cisco/m-p/5045372#M1110109</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2024-03-20T14:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Can Source NAT maps static source to destination port in Cisco ASA</title>
      <link>https://community.cisco.com/t5/network-security/can-source-nat-maps-static-source-to-destination-port-in-cisco/m-p/5045373#M1110110</link>
      <description>&lt;P&gt;Sure why not&lt;/P&gt;
&lt;P&gt;You can include port in your NAT command.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2024 14:52:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-source-nat-maps-static-source-to-destination-port-in-cisco/m-p/5045373#M1110110</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2024-03-20T14:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Can Source NAT maps static source to destination port in Cisco ASA</title>
      <link>https://community.cisco.com/t5/network-security/can-source-nat-maps-static-source-to-destination-port-in-cisco/m-p/5045417#M1110111</link>
      <description>&lt;P&gt;I Now can run lab&amp;nbsp;&lt;BR /&gt;what is&amp;nbsp;&lt;BR /&gt;real source IP&lt;BR /&gt;mapped source IP&lt;BR /&gt;real dest IP&lt;BR /&gt;mapped dest IP&lt;BR /&gt;real dest port&lt;BR /&gt;mapped dest port&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2024 14:53:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-source-nat-maps-static-source-to-destination-port-in-cisco/m-p/5045417#M1110111</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2024-03-20T14:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can Source NAT maps static source to destination port in Cisco ASA</title>
      <link>https://community.cisco.com/t5/network-security/can-source-nat-maps-static-source-to-destination-port-in-cisco/m-p/5045487#M1110118</link>
      <description>&lt;P&gt;Why would you want to change the source ports of the traffic coming from 1.1.1.1 and 2.2.2.2? usually we might change the destination ports of the traffic going to the public resource. For example, if you want to change the destination port to something else you can do something similar to this:&lt;/P&gt;
&lt;P&gt;object network PUBLIC-1-SERVER&lt;BR /&gt;&amp;nbsp; host 1.1.1.1&lt;BR /&gt;object network PUBLIC-2-SERVER&lt;BR /&gt;&amp;nbsp; host 2.2.2.2&lt;BR /&gt;object network PRIVATE-1-SERVER&lt;BR /&gt;&amp;nbsp; host 192.168.1.1&lt;BR /&gt;object network PRIVATE-2-SERVER&lt;BR /&gt;&amp;nbsp; host 192.168.2.2&lt;/P&gt;
&lt;P&gt;object service TCP-80&lt;BR /&gt;&amp;nbsp; service tcp source eq 80&lt;BR /&gt;object service TCP-8081&lt;BR /&gt;&amp;nbsp; service tcp source eq 8081&lt;BR /&gt;object service TCP-8081&lt;BR /&gt;&amp;nbsp; service tcp source eq 8082&lt;/P&gt;
&lt;P&gt;nat (inside,outside) source static PRIVATE-1-SERVER PRIVATE-2-SERVER static PUBLIC-1-SERVER PUBLIC-1-SERVER service TCP-80 TCP-8081&lt;BR /&gt;nat (inside,outside) source static PRIVATE-1-SERVER PRIVATE-2-SERVER static PUBLIC-2-SERVER PUBLIC-2-SERVER service TCP-80 TCP-8082&lt;/P&gt;
&lt;P&gt;I don't believe the ASA would complain about using TCP-80 service on both NAT rules, but please give it a try and see if it works.&lt;/P&gt;
&lt;P&gt;What those rules do they would redirect the traffic destined to port 80 to port 8081 when the traffic is coming from 1.1.1.1 and they would change the port to 8082 when the traffic is coming from 2.2.2.2.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2024 15:48:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-source-nat-maps-static-source-to-destination-port-in-cisco/m-p/5045487#M1110118</guid>
      <dc:creator>Aref Alsouqi</dc:creator>
      <dc:date>2024-03-20T15:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Can Source NAT maps static source to destination port in Cisco ASA</title>
      <link>https://community.cisco.com/t5/network-security/can-source-nat-maps-static-source-to-destination-port-in-cisco/m-p/5046114#M1110191</link>
      <description>&lt;P&gt;Hi Aref,&lt;/P&gt;&lt;P&gt;This is my current NAT, I just wanted to know if this NAT would translate the incoming source port(tcp/5060) coming from my service provider to any dynamic source port?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;nat (SBC-DMZ,OUTSIDE-TCL) source static TP-SBC-DMZ-IP TCL-SBC-NAT-IP destination static TCL-SIP-PUB-IP TCL-SIP-PUB-IP&lt;/P&gt;&lt;P&gt;object network TP-SBC-DMZ-IP&lt;BR /&gt;host 192.168.1.1&lt;BR /&gt;&lt;BR /&gt;object network TCL-SBC-NAT-IP&lt;BR /&gt;host 192.168.2.2&lt;BR /&gt;&lt;BR /&gt;object network TCL-SIP-PUB-IP&lt;BR /&gt;host 1.1.1.1&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 06:27:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-source-nat-maps-static-source-to-destination-port-in-cisco/m-p/5046114#M1110191</guid>
      <dc:creator>ManadarDesai2895</dc:creator>
      <dc:date>2024-03-21T06:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Can Source NAT maps static source to destination port in Cisco ASA</title>
      <link>https://community.cisco.com/t5/network-security/can-source-nat-maps-static-source-to-destination-port-in-cisco/m-p/5046115#M1110192</link>
      <description>&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;This is my current NAT, I just wanted to know if this NAT would translate the incoming source port(tcp/5060) coming from my service provider to any dynamic source port?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;nat (SBC-DMZ,OUTSIDE-TCL) source static TP-SBC-DMZ-IP TCL-SBC-NAT-IP destination static TCL-SIP-PUB-IP TCL-SIP-PUB-IP&lt;/P&gt;&lt;P&gt;object network TP-SBC-DMZ-IP&lt;BR /&gt;host 192.168.1.1&lt;BR /&gt;&lt;BR /&gt;object network TCL-SBC-NAT-IP&lt;BR /&gt;host 192.168.2.2&lt;BR /&gt;&lt;BR /&gt;object network TCL-SIP-PUB-IP&lt;BR /&gt;host 1.1.1.1&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 06:27:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-source-nat-maps-static-source-to-destination-port-in-cisco/m-p/5046115#M1110192</guid>
      <dc:creator>ManadarDesai2895</dc:creator>
      <dc:date>2024-03-21T06:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Can Source NAT maps static source to destination port in Cisco ASA</title>
      <link>https://community.cisco.com/t5/network-security/can-source-nat-maps-static-source-to-destination-port-in-cisco/m-p/5046116#M1110193</link>
      <description>&lt;P&gt;Hi MHM,&lt;/P&gt;&lt;P&gt;This is my current NAT, I just wanted to know if this NAT would translate the incoming source port(tcp/5060) coming from my service provider to any dynamic source port?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;nat (SBC-DMZ,OUTSIDE-TCL) source static TP-SBC-DMZ-IP TCL-SBC-NAT-IP destination static TCL-SIP-PUB-IP TCL-SIP-PUB-IP&lt;/P&gt;&lt;P&gt;object network TP-SBC-DMZ-IP&lt;BR /&gt;host 192.168.1.1&lt;BR /&gt;&lt;BR /&gt;object network TCL-SBC-NAT-IP&lt;BR /&gt;host 192.168.2.2&lt;BR /&gt;&lt;BR /&gt;object network TCL-SIP-PUB-IP&lt;BR /&gt;host 1.1.1.1&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 06:28:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-source-nat-maps-static-source-to-destination-port-in-cisco/m-p/5046116#M1110193</guid>
      <dc:creator>ManadarDesai2895</dc:creator>
      <dc:date>2024-03-21T06:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Can Source NAT maps static source to destination port in Cisco ASA</title>
      <link>https://community.cisco.com/t5/network-security/can-source-nat-maps-static-source-to-destination-port-in-cisco/m-p/5046694#M1110214</link>
      <description>&lt;P&gt;The above NAT config does not do anything with the ports, it just translates the TP-SBC-DMZ-IP to TCL-SBC-NAT-IP when the traffic is going to/coming from TLC-SIP-PUB-IP over the interfaces SBC-DMZ and OUTSIDE-TCL.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 13:47:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-source-nat-maps-static-source-to-destination-port-in-cisco/m-p/5046694#M1110214</guid>
      <dc:creator>Aref Alsouqi</dc:creator>
      <dc:date>2024-03-21T13:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Can Source NAT maps static source to destination port in Cisco ASA</title>
      <link>https://community.cisco.com/t5/network-security/can-source-nat-maps-static-source-to-destination-port-in-cisco/m-p/5046746#M1110223</link>
      <description>&lt;P&gt;the IP I think you get how you can NAT it static or dynamic&amp;nbsp;&lt;BR /&gt;for port in service object you can specify if Port is source or destination then you can add service objects to NAT.&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot (218).png" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/213552iF65D06454DEF6907/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot (218).png" alt="Screenshot (218).png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 14:26:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-source-nat-maps-static-source-to-destination-port-in-cisco/m-p/5046746#M1110223</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2024-03-21T14:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Can Source NAT maps static source to destination port in Cisco ASA</title>
      <link>https://community.cisco.com/t5/network-security/can-source-nat-maps-static-source-to-destination-port-in-cisco/m-p/5194937#M1115801</link>
      <description>&lt;P&gt;I have a similar requirement. In my case, ATT Fiber gateway blocks NTP port 123 (source only ---&amp;gt; Internet). I want to map the source port to 1024 for the NTP service on inside interface going to Internet (inbound on inside interface), and re-map reply destination (1024 back to&amp;nbsp; 123) for outbound on inside interface to my local network NTP source.&lt;BR /&gt;Thanks in Advance any and all&lt;BR /&gt;Calvin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 17:09:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-source-nat-maps-static-source-to-destination-port-in-cisco/m-p/5194937#M1115801</guid>
      <dc:creator>ckinard</dc:creator>
      <dc:date>2024-09-16T17:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can Source NAT maps static source to destination port in Cisco ASA</title>
      <link>https://community.cisco.com/t5/network-security/can-source-nat-maps-static-source-to-destination-port-in-cisco/m-p/5194941#M1115802</link>
      <description>&lt;P&gt;Make new post if yoh can&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 17:17:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-source-nat-maps-static-source-to-destination-port-in-cisco/m-p/5194941#M1115802</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2024-09-16T17:17:04Z</dc:date>
    </item>
  </channel>
</rss>

