<?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 Many thanks Jon in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/static-nat-for-server-in-asa-8-6/m-p/2773211#M171317</link>
    <description>&lt;P&gt;Many thanks Jon&lt;/P&gt;</description>
    <pubDate>Mon, 26 Oct 2015 14:55:12 GMT</pubDate>
    <dc:creator>mahesh18</dc:creator>
    <dc:date>2015-10-26T14:55:12Z</dc:date>
    <item>
      <title>static nat for server in ASA 8.6</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-for-server-in-asa-8-6/m-p/2773206#M171296</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;We have server with public IP and users from outside internet need access to it.&lt;BR /&gt;On firewall outside interface i config the ACL to allow access to server on certain ports.&lt;/P&gt;&lt;P&gt;For traffic back from the server i need to config the NAT&lt;BR /&gt;Outside interface of firewall has public IP.&lt;/P&gt;&lt;P&gt;NAT config i need to verify here&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;object network obj-192.168.100.0&lt;BR /&gt;&amp;nbsp;subnet 192.168.100.0 255.255.255.0&lt;BR /&gt;object network obj-192.168.100.33&lt;BR /&gt;&amp;nbsp;host 192.168.100.33&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/1&lt;BR /&gt;&amp;nbsp;no shutdown&lt;BR /&gt;&amp;nbsp;nameif inside&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;&amp;nbsp;ip address 192.168.100.25 255.255.255.0&lt;/P&gt;&lt;P&gt;object network obj-192.168.100.0&lt;BR /&gt;&amp;nbsp;nat (inside,outside) dynamic interface&lt;/P&gt;&lt;P&gt;object network obj-192.168.100.33&lt;BR /&gt;&amp;nbsp;nat (inside,outside) static 131.x.x.x&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Mahesh&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 06:46:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-for-server-in-asa-8-6/m-p/2773206#M171296</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2019-03-12T06:46:59Z</dc:date>
    </item>
    <item>
      <title>Hi Mahesh,You configuration</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-for-server-in-asa-8-6/m-p/2773207#M171297</link>
      <description>&lt;P&gt;Hi Mahesh,&lt;/P&gt;&lt;P&gt;You configuration is correct.&lt;/P&gt;&lt;P&gt;You static nat statement would take care of bidirectional traffic(return traffic would be handled by the xlate entry formed by this static nat). You dynamic nat would help providing the internet access to your 192.168.100.0 subnet.&lt;/P&gt;&lt;P&gt;As you are using post 8.3 version, you need to configure private address(192.168.100.33) as destination in outside ACL as post 8.3 version uses Real IP for allowing traffic on outside.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mark the answer as correct if it answers your queries.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Akshay Rastogi&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2015 17:59:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-for-server-in-asa-8-6/m-p/2773207#M171297</guid>
      <dc:creator>Akshay Rastogi</dc:creator>
      <dc:date>2015-10-21T17:59:20Z</dc:date>
    </item>
    <item>
      <title>So for traffic to server from</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-for-server-in-asa-8-6/m-p/2773208#M171303</link>
      <description>&lt;P&gt;So for traffic to server from outside I am using real ip on ACL on outside interface.&lt;/P&gt;&lt;P&gt;Is this correct?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2015 18:58:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-for-server-in-asa-8-6/m-p/2773208#M171303</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2015-10-21T18:58:39Z</dc:date>
    </item>
    <item>
      <title>Yes that is correct.Jon</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-for-server-in-asa-8-6/m-p/2773209#M171307</link>
      <description>&lt;P&gt;Yes that is correct.&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2015 20:16:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-for-server-in-asa-8-6/m-p/2773209#M171307</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2015-10-21T20:16:25Z</dc:date>
    </item>
    <item>
      <title>Hi Mahesh,Yes. It is new way</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-for-server-in-asa-8-6/m-p/2773210#M171311</link>
      <description>&lt;P&gt;Hi Mahesh,&lt;/P&gt;&lt;P&gt;Yes. It is new way it is configured in versions post 8.3. You could go through the link below to understand the changes done from version pre 8.3 to post 8.3 :&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.cisco.com/c/en/us/td/docs/security/asa/asa83/upgrading/migrating.html"&gt;http://www.cisco.com/c/en/us/td/docs/security/asa/asa83/upgrading/migrating.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Akshay Rastogi&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2015 03:31:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-for-server-in-asa-8-6/m-p/2773210#M171311</guid>
      <dc:creator>Akshay Rastogi</dc:creator>
      <dc:date>2015-10-22T03:31:55Z</dc:date>
    </item>
    <item>
      <title>Many thanks Jon</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-for-server-in-asa-8-6/m-p/2773211#M171317</link>
      <description>&lt;P&gt;Many thanks Jon&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2015 14:55:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-for-server-in-asa-8-6/m-p/2773211#M171317</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2015-10-26T14:55:12Z</dc:date>
    </item>
  </channel>
</rss>

