<?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 It sounds like you need in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-5506-nat-issues/m-p/2874112#M172391</link>
    <description>&lt;P&gt;It sounds like you need something like:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;&lt;SPAN&gt;access-list DMZ_access_in extended permit ip object Webshop any&lt;/SPAN&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 19 Feb 2016 13:19:14 GMT</pubDate>
    <dc:creator>Philip D'Ath</dc:creator>
    <dc:date>2016-02-19T13:19:14Z</dc:date>
    <item>
      <title>ASA 5506 NAT issues.</title>
      <link>https://community.cisco.com/t5/network-security/asa-5506-nat-issues/m-p/2874111#M172390</link>
      <description>&lt;P&gt;Hi there...&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I have recently installed a 5506 at a customer WHO has two servers that needs NAT.&lt;/P&gt;
&lt;P&gt;One of them is a web server on a DMZ and i have enabled NAT with a public ip on src: DMZ, dest.:OUTSIDE.&lt;/P&gt;
&lt;P&gt;Also i have made two access rules that&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;allows OUTSIDE to access the webserver by http/https&lt;/LI&gt;
&lt;LI&gt;allows webserver to access an INSIDE server on port 587.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;it works.. well allmost. The web server cannot access the internet for some reason so i tried to make an access rule that&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;allows webserserver to access OUTSIDE on ip&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;object network Applikation&lt;BR /&gt;&amp;nbsp;host 192.168.2.2&lt;/P&gt;
&lt;P&gt;object network Webshop&lt;BR /&gt;&amp;nbsp;host 192.168.253.2&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;access-list DMZ_access_in extended permit ip object Webshop interface outside &lt;BR /&gt;access-list DMZ_access_in extended permit object-group DM_INLINE_SERVICE_1 object Webshop object Applikation&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;object network Webshop&lt;BR /&gt;&amp;nbsp;nat (DMZ,outside) static &amp;lt;public IP&amp;gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I am new on Cisco (well its&amp;nbsp;about 14 years since i had anything to do with them) so any explanations would be great.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 07:21:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5506-nat-issues/m-p/2874111#M172390</guid>
      <dc:creator>jm</dc:creator>
      <dc:date>2019-03-12T07:21:32Z</dc:date>
    </item>
    <item>
      <title>It sounds like you need</title>
      <link>https://community.cisco.com/t5/network-security/asa-5506-nat-issues/m-p/2874112#M172391</link>
      <description>&lt;P&gt;It sounds like you need something like:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;&lt;SPAN&gt;access-list DMZ_access_in extended permit ip object Webshop any&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 19 Feb 2016 13:19:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5506-nat-issues/m-p/2874112#M172391</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2016-02-19T13:19:14Z</dc:date>
    </item>
    <item>
      <title>Hi Philip and thanks.</title>
      <link>https://community.cisco.com/t5/network-security/asa-5506-nat-issues/m-p/2874113#M172392</link>
      <description>&lt;P&gt;Hi Philip and thanks.&lt;/P&gt;
&lt;P&gt;Well i have tried that but it opens op for access to all. That Means my webserver also have access to the inside Network.&lt;/P&gt;
&lt;P&gt;So i have to make deny rules on inside to block the things i dont want in there?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 13:24:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5506-nat-issues/m-p/2874113#M172392</guid>
      <dc:creator>jm</dc:creator>
      <dc:date>2016-02-19T13:24:58Z</dc:date>
    </item>
    <item>
      <title>Yes in that case before the</title>
      <link>https://community.cisco.com/t5/network-security/asa-5506-nat-issues/m-p/2874114#M172393</link>
      <description>&lt;P&gt;Yes in that case before the line put in another line denying it access to the internal network.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;So something like:&lt;/P&gt;
&lt;PRE class="prettyprint prettyprinted"&gt;&lt;SPAN&gt;&lt;SPAN class="pln"&gt;access&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;-&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;list DMZ_access_in extended permit ip &lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;object&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="typ"&gt;Webshop&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; object application&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN class="pln"&gt;access&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;-&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;list DMZ_access_in extended deny ip &lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;object&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="typ"&gt;Webshop&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; 192.168.2.0 255.255.255.0&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN class="pln"&gt;access&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;-&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;list DMZ_access_in extended permit ip &lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;object&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="typ"&gt;Webshop&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; any&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 19 Feb 2016 13:27:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5506-nat-issues/m-p/2874114#M172393</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2016-02-19T13:27:41Z</dc:date>
    </item>
    <item>
      <title>Thanks. That worked :)</title>
      <link>https://community.cisco.com/t5/network-security/asa-5506-nat-issues/m-p/2874115#M172394</link>
      <description>&lt;P&gt;Thanks. That worked &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Have a nice weekend.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Johnny&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 13:52:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5506-nat-issues/m-p/2874115#M172394</guid>
      <dc:creator>jm</dc:creator>
      <dc:date>2016-02-19T13:52:55Z</dc:date>
    </item>
  </channel>
</rss>

