<?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: nat help in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nat-help/m-p/3306087#M1003247</link>
    <description>&lt;P&gt;Hi elite,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need to add "host 192.168.2.10" under your object. Please check below for a sample config.&lt;/P&gt;
&lt;P&gt;object network 192.168.2.10&lt;/P&gt;
&lt;P&gt;host 192.168.2.10&lt;/P&gt;
&lt;P&gt;nat (Inside,Outside) static 2.2.2.2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now, your host 192.168.2.10 is accessible from the Internet by using public IP 2.2.2.2 based on your outside interface ACL and when this host will go to the Internet it always has source IP 2.2.2.2 instead of 2.2.2.3 because the above NAT has higher preference over the after-auto NAT.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On the other hand, all other hosts from the same subnet will use 2.2.2.3 as the source while going to the Internet due to PAT.&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;</description>
    <pubDate>Thu, 04 Jan 2018 14:55:50 GMT</pubDate>
    <dc:creator>Spooster IT Services</dc:creator>
    <dc:date>2018-01-04T14:55:50Z</dc:date>
    <item>
      <title>nat help</title>
      <link>https://community.cisco.com/t5/network-security/nat-help/m-p/3305384#M1003244</link>
      <description>&lt;P&gt;Hi,&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;In 192.168.2.10&amp;nbsp; enabled http and https . If source is&amp;nbsp; is the server (Server accessing hosts outside ),I want to show the source ip is 2.2.2.2 .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;object network 192.168.2.10&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;nat (Inside,Outside) static 2.2.2.2&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;nat (Inside,Outside) after-auto source dynamic 192.168.2.10&amp;nbsp; 2.2.2.2&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This is possible ?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;the below configuration works&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;object network 192.168.2.10&lt;/P&gt;
&lt;P&gt;nat (Inside,Outside) static 2.2.2.2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;nat (Inside,Outside) after-auto source dynamic 192.168.2.10&amp;nbsp; 2.2.2.1&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 15:03:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-help/m-p/3305384#M1003244</guid>
      <dc:creator>elite2010</dc:creator>
      <dc:date>2020-02-21T15:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: nat help</title>
      <link>https://community.cisco.com/t5/network-security/nat-help/m-p/3305508#M1003245</link>
      <description>&lt;P&gt;Hi Elite,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have configured the following static NAT then there is no need to configure PAT for the same server/IP.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;object network 192.168.2.10&lt;/P&gt;
&lt;P&gt;nat (Inside,Outside) static 2.2.2.2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If 192.168.2.10 accessing outside host then it will always be having the source IP address 2.2.2.2&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2018 18:38:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-help/m-p/3305508#M1003245</guid>
      <dc:creator>Spooster IT Services</dc:creator>
      <dc:date>2018-01-03T18:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: nat help</title>
      <link>https://community.cisco.com/t5/network-security/nat-help/m-p/3305721#M1003246</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Not all machine in the network 192.168.2.0 have static NAT .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So I have added pat like below&amp;nbsp;&lt;/P&gt;
&lt;P&gt;nat (Inside,Outside) after-auto source dynamic 192.168.2.0 2.2.2.3&lt;/P&gt;
&lt;P&gt;So whenever&amp;nbsp; traffic is going from any host in the network 192.168.2.0 , it shows 2.2.2.3 .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;object network 192.168.2.10&lt;/P&gt;
&lt;P&gt;nat (Inside,Outside) static 2.2.2.2&lt;/P&gt;
&lt;P&gt;My requirement when 2.10 accessing outside internet host , host has to see the source is 2.2.2.2 instead of 2.2.2.3&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Same time host 192.168.2.3&amp;nbsp;&lt;SPAN&gt;accessing outside internet host , host has to see the source is 2.2.2.3 .&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please note I don't have static nat for&amp;nbsp;192.168.2.3 like 2.10&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2018 03:40:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-help/m-p/3305721#M1003246</guid>
      <dc:creator>elite2010</dc:creator>
      <dc:date>2018-01-04T03:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: nat help</title>
      <link>https://community.cisco.com/t5/network-security/nat-help/m-p/3306087#M1003247</link>
      <description>&lt;P&gt;Hi elite,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need to add "host 192.168.2.10" under your object. Please check below for a sample config.&lt;/P&gt;
&lt;P&gt;object network 192.168.2.10&lt;/P&gt;
&lt;P&gt;host 192.168.2.10&lt;/P&gt;
&lt;P&gt;nat (Inside,Outside) static 2.2.2.2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now, your host 192.168.2.10 is accessible from the Internet by using public IP 2.2.2.2 based on your outside interface ACL and when this host will go to the Internet it always has source IP 2.2.2.2 instead of 2.2.2.3 because the above NAT has higher preference over the after-auto NAT.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On the other hand, all other hosts from the same subnet will use 2.2.2.3 as the source while going to the Internet due to PAT.&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;</description>
      <pubDate>Thu, 04 Jan 2018 14:55:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-help/m-p/3306087#M1003247</guid>
      <dc:creator>Spooster IT Services</dc:creator>
      <dc:date>2018-01-04T14:55:50Z</dc:date>
    </item>
  </channel>
</rss>

