<?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 Hi,To NAT traffic for a in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/policy-based-destination-pat/m-p/2769141#M177651</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;To NAT traffic for a specific source IP, you can make following changes,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.4px; line-height: normal; background-color: rgb(249, 249, 249);"&gt;nat (DMZ1,outside) source static &amp;lt;real-ip&amp;gt; &amp;lt;mapped-ip&amp;gt; service 5630 443 destination static &amp;lt;sourceip&amp;gt; source ip&amp;gt;&lt;/SPAN&gt;&lt;BR style="font-size: 14.4px; line-height: normal; background-color: rgb(249, 249, 249);" /&gt;&lt;SPAN style="font-size: 14.4px; line-height: normal; background-color: rgb(249, 249, 249);"&gt;nat (DMZ2,outside) source static &amp;lt;real-ip&amp;gt; &amp;lt;mapped-ip&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;R.seth&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 18 Oct 2015 10:54:34 GMT</pubDate>
    <dc:creator>Rishabh Seth</dc:creator>
    <dc:date>2015-10-18T10:54:34Z</dc:date>
    <item>
      <title>Policy based destination PAT</title>
      <link>https://community.cisco.com/t5/network-security/policy-based-destination-pat/m-p/2769138#M177648</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;It has been a couple of years since I last had my hands on the ASA firewall - but a question popped up the other day, which I could not answer..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to do policy based destination PAT from&amp;nbsp;the outside to inside interfaces&amp;nbsp;- based on source IP address ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The outside (static) IP is assigned by DHCP (only a single address is available) - and if traffic is initiated towards the outside IP from source address A towards tcp port 443, it should be redirected/PAT'ed&amp;nbsp;to DMZ1 port 5630 - and for all other source IP addresses it should be redirected/PAT'ed to DMZ2 port 443.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this possible at all? Firmware version&amp;nbsp;is 9.2 ..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regardes&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 06:45:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/policy-based-destination-pat/m-p/2769138#M177648</guid>
      <dc:creator>Brian I</dc:creator>
      <dc:date>2019-03-12T06:45:27Z</dc:date>
    </item>
    <item>
      <title>Hi Brian,You can create</title>
      <link>https://community.cisco.com/t5/network-security/policy-based-destination-pat/m-p/2769139#M177649</link>
      <description>&lt;P&gt;Hi Brian,&lt;/P&gt;&lt;P&gt;You can create manual NAT rules to implement your network requirement.&lt;/P&gt;&lt;P&gt;Create the NAT for specific ports above the rules for broad range of ports.&lt;/P&gt;&lt;P&gt;object service 5630&lt;BR /&gt;&amp;nbsp;service tcp destination eq 5630&lt;BR /&gt;object service 443&lt;BR /&gt;&amp;nbsp;service tcp source eq https&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;nat (DMZ1,outside) source static &amp;lt;real-ip&amp;gt; &amp;lt;mapped-ip&amp;gt; service 5630 443&lt;BR /&gt;nat (DMZ2,outside) source static &amp;lt;real-ip&amp;gt; &amp;lt;mapped-ip&amp;gt;&lt;/P&gt;&lt;P&gt;Hope it helps!!!&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;R.Seth&lt;/P&gt;&lt;P&gt;Mark the answer as correct if it helps in resolving your query!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Oct 2015 07:04:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/policy-based-destination-pat/m-p/2769139#M177649</guid>
      <dc:creator>Rishabh Seth</dc:creator>
      <dc:date>2015-10-18T07:04:24Z</dc:date>
    </item>
    <item>
      <title>Hi This maps port 443 -&gt; 443</title>
      <link>https://community.cisco.com/t5/network-security/policy-based-destination-pat/m-p/2769140#M177650</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;This&amp;nbsp;maps port 443 -&amp;gt; 443 and 5630 -&amp;gt; 5630&lt;/P&gt;&lt;P&gt;What I want to achieve is (if possible):&lt;/P&gt;&lt;P&gt;If traffic originates from IP address A and hits the outside interface on&amp;nbsp;TCP&amp;nbsp;port 443, it should be PAT'ed to a host in DMZ1 port 5630&lt;/P&gt;&lt;P&gt;For all other traffic that hits the outside interface on TCP port 443, it should be PAT'ed to a host in DMZ2 port 443 ..&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;/Brian&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Oct 2015 10:23:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/policy-based-destination-pat/m-p/2769140#M177650</guid>
      <dc:creator>Brian I</dc:creator>
      <dc:date>2015-10-18T10:23:02Z</dc:date>
    </item>
    <item>
      <title>Hi,To NAT traffic for a</title>
      <link>https://community.cisco.com/t5/network-security/policy-based-destination-pat/m-p/2769141#M177651</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;To NAT traffic for a specific source IP, you can make following changes,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.4px; line-height: normal; background-color: rgb(249, 249, 249);"&gt;nat (DMZ1,outside) source static &amp;lt;real-ip&amp;gt; &amp;lt;mapped-ip&amp;gt; service 5630 443 destination static &amp;lt;sourceip&amp;gt; source ip&amp;gt;&lt;/SPAN&gt;&lt;BR style="font-size: 14.4px; line-height: normal; background-color: rgb(249, 249, 249);" /&gt;&lt;SPAN style="font-size: 14.4px; line-height: normal; background-color: rgb(249, 249, 249);"&gt;nat (DMZ2,outside) source static &amp;lt;real-ip&amp;gt; &amp;lt;mapped-ip&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;R.seth&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Oct 2015 10:54:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/policy-based-destination-pat/m-p/2769141#M177651</guid>
      <dc:creator>Rishabh Seth</dc:creator>
      <dc:date>2015-10-18T10:54:34Z</dc:date>
    </item>
  </channel>
</rss>

