<?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  Icockburn ; in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/allow-access-from-internet-to-my-inside-local-server/m-p/2974351#M149035</link>
    <description>&lt;P&gt;Hi &amp;nbsp;Icockburn ;&lt;/P&gt;
&lt;P&gt;i hop you are doing good , yes i would like to send Public IP address , please can you show me how to do the configuration , because i m new in configuration cisco ASA firewall .&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;thank you&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 24 Oct 2016 14:04:20 GMT</pubDate>
    <dc:creator>sultantzahir</dc:creator>
    <dc:date>2016-10-24T14:04:20Z</dc:date>
    <item>
      <title>Allow access from internet to my inside local server</title>
      <link>https://community.cisco.com/t5/network-security/allow-access-from-internet-to-my-inside-local-server/m-p/2974349#M149033</link>
      <description>&lt;P&gt;Hi ;&lt;/P&gt;
&lt;P&gt;i have 2 interface in my cisco ASA Version 9.1(1)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;interface GigabitEthernet0/0&lt;/P&gt;
&lt;P&gt;description &amp;nbsp;Internet Circuit&lt;/P&gt;
&lt;P&gt;nameif Internet&lt;/P&gt;
&lt;P&gt;security-level 0&lt;/P&gt;
&lt;P&gt;ip address X.X.X.X &amp;nbsp;255.255.255.252&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;interface GigabitEthernet0/1&lt;/P&gt;
&lt;P&gt;description DATA VLAN&lt;/P&gt;
&lt;P&gt;nameif DATA-LAN&lt;/P&gt;
&lt;P&gt;security-level 100&lt;/P&gt;
&lt;P&gt;ip address 10.110.0.1 255.255.255.0&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;i would let users in the internet and inside in the same subnet &amp;nbsp;to have access to my server ip address 10.110 .0 .13 255.255.255.0 &amp;nbsp;only http .&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;object network 10.110.0.0&lt;BR /&gt;subnet 10.110.0.0 255.255.255.0&lt;BR /&gt;description DATA LAN&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;i create object network but i didn't know what to do static nat or dynamic nat , if someone please have document that show all the step to do this configuration &amp;nbsp;can help me , i m new in configuration firewall security .&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;thank you&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 08:26:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-access-from-internet-to-my-inside-local-server/m-p/2974349#M149033</guid>
      <dc:creator>sultantzahir</dc:creator>
      <dc:date>2019-03-12T08:26:18Z</dc:date>
    </item>
    <item>
      <title>Hi S,</title>
      <link>https://community.cisco.com/t5/network-security/allow-access-from-internet-to-my-inside-local-server/m-p/2974350#M149034</link>
      <description>&lt;P&gt;Hi S,&lt;/P&gt;
&lt;P&gt;There are many config guides and examples on the Internet and google will be your best friend here.&lt;/P&gt;
&lt;P&gt;http://www.cisco.com/c/en/us/support/security/asa-5500-series-next-generation-firewalls/products-installation-and-configuration-guides-list.html&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;So to answer your question:&lt;/P&gt;
&lt;P&gt;Challenge: You want users from inside and internet to access a server on the inside:&lt;/P&gt;
&lt;P&gt;Lets do the inside 1st. Because both the server and users are both on the inside you need not do anything.&lt;/P&gt;
&lt;P&gt;For the outside (Internet) to access the internal server you would need to allocate a public routable IP address or make use of port forwarding using the Internet interface.&lt;/P&gt;
&lt;P&gt;Port forwarding config would be something like:&lt;/P&gt;
&lt;P&gt;=====begin config snippet=====&lt;/P&gt;
&lt;P&gt;object network www_server&lt;BR /&gt;&amp;nbsp;host 10.110.0.13&lt;BR /&gt;&amp;nbsp;nat (DATA-LAN,Internet) static interface service tcp 80 80&lt;BR /&gt;&lt;BR /&gt;access-list outside_access_in extended permit tcp any object www_server eq 80&lt;BR /&gt;&lt;BR /&gt;access-group outside_access_in in interface Internet&lt;/P&gt;
&lt;P&gt;=====end config snippet=====&lt;/P&gt;
&lt;P&gt;If you send public IP I can change to suite that as well...&lt;/P&gt;
&lt;P&gt;Good luck&lt;/P&gt;
&lt;P&gt;JC&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2016 08:20:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-access-from-internet-to-my-inside-local-server/m-p/2974350#M149034</guid>
      <dc:creator>jcockburn</dc:creator>
      <dc:date>2016-10-24T08:20:55Z</dc:date>
    </item>
    <item>
      <title>Hi  Icockburn ;</title>
      <link>https://community.cisco.com/t5/network-security/allow-access-from-internet-to-my-inside-local-server/m-p/2974351#M149035</link>
      <description>&lt;P&gt;Hi &amp;nbsp;Icockburn ;&lt;/P&gt;
&lt;P&gt;i hop you are doing good , yes i would like to send Public IP address , please can you show me how to do the configuration , because i m new in configuration cisco ASA firewall .&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2016 14:04:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-access-from-internet-to-my-inside-local-server/m-p/2974351#M149035</guid>
      <dc:creator>sultantzahir</dc:creator>
      <dc:date>2016-10-24T14:04:20Z</dc:date>
    </item>
    <item>
      <title>To create ACL  to allow</title>
      <link>https://community.cisco.com/t5/network-security/allow-access-from-internet-to-my-inside-local-server/m-p/2974352#M149036</link>
      <description>&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;To create ACL &amp;nbsp;to allow &amp;nbsp;internet host &amp;nbsp;access your internal server for example server ip 10.110.0.100&amp;nbsp;&lt;/EM&gt;&lt;EM&gt;only http&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;Access-list &amp;nbsp;:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;#access-list ALLOW_OUT_IN extended tcp any host 10.110.0.100 eq www&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;#access-group ALLOW_OUT_IN in interface&amp;nbsp;Internet&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;&amp;nbsp;option : 1&lt;/STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt; &amp;nbsp;Static NAT : &lt;EM&gt;if you have public IP address&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;#object network INSIDE_IP_SERVER&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;#host 10.110.0.100&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;#nat (DATA VLAN,Internet) static XX.XX.XX ( ie Internet IP).&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;o&lt;SPAN style="color: #993366;"&gt;ption : 2&lt;SPAN style="text-decoration: underline;"&gt; TWICE NAT&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #993366;"&gt;&lt;STRONG&gt;#object service HTTP_Service&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #993366;"&gt;&lt;STRONG&gt;#service tcp destination http&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #993366;"&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #993366;"&gt;&lt;STRONG&gt;#object network INSIDE_IP_SERVER&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #993366;"&gt;&lt;STRONG&gt;#host 10.110.0.100&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #993366;"&gt;&lt;STRONG&gt;#nat ( inside,outside)source static &amp;nbsp;INSIDE_IP_SERVER interface service&amp;nbsp;HTTP_Service&amp;nbsp;HTTP_Service&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #993366;"&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2016 07:10:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-access-from-internet-to-my-inside-local-server/m-p/2974352#M149036</guid>
      <dc:creator>MANI .P</dc:creator>
      <dc:date>2016-10-27T07:10:45Z</dc:date>
    </item>
    <item>
      <title>Hi ;</title>
      <link>https://community.cisco.com/t5/network-security/allow-access-from-internet-to-my-inside-local-server/m-p/2974353#M149037</link>
      <description>&lt;P&gt;Hi&lt;GS id="63be421f-2022-4bef-b9e5-9a8ab841c61b" ginger_software_uiphraseguid="9e583d0a-83d0-49d0-9fed-0ac0cf703fd0" class="GINGER_SOFTWARE_mark"&gt; ;&lt;/GS&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;GS id="6365eaa0-c506-4c37-b7c4-068cdf714bac" ginger_software_uiphraseguid="e1c7da66-c2f8-4f74-b1f8-cebb213a20e6" class="GINGER_SOFTWARE_mark"&gt;after&lt;/GS&gt; &lt;GS id="53cfb421-a0f1-444d-9344-3d1a4065e827" ginger_software_uiphraseguid="e1c7da66-c2f8-4f74-b1f8-cebb213a20e6" class="GINGER_SOFTWARE_mark"&gt;i&lt;/GS&gt; did&lt;GS id="e68d0c50-3587-4b40-b11c-907a8a80ca6d" ginger_software_uiphraseguid="e1c7da66-c2f8-4f74-b1f8-cebb213a20e6" class="GINGER_SOFTWARE_mark"&gt; :&lt;/GS&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;Access-list&lt;GS id="d20d29b4-0736-4e55-b43b-504d06351cd8" ginger_software_uiphraseguid="389f3abe-2e88-4b10-b1d7-184c16262222" class="GINGER_SOFTWARE_mark"&gt; &amp;nbsp;:&lt;/GS&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;#access-list ALLOW_OUT_IN extended permit tcp any object &lt;GS id="92eda843-f061-4cba-87b6-6cdc6c1622b2" ginger_software_uiphraseguid="fa450a17-375d-46af-ade8-ef5877ea51b8" class="GINGER_SOFTWARE_mark"&gt;OwnCloud&lt;/GS&gt; &amp;nbsp;&lt;GS id="6f8bae36-3ffe-46e0-b581-1d9a212f7530" ginger_software_uiphraseguid="fa450a17-375d-46af-ade8-ef5877ea51b8" class="GINGER_SOFTWARE_mark"&gt;eq&lt;/GS&gt; www&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;#access-group ALLOW_OUT_IN in interface&amp;nbsp;Internet&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;#object service HTTP_Service&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;#service &lt;GS id="0b0ee50b-1c9b-4694-9d18-8d85b6cf6d68" ginger_software_uiphraseguid="8859e8a1-8aa5-45a6-9f9e-9d9164a0dcc4" class="GINGER_SOFTWARE_mark"&gt;tcp&lt;/GS&gt; destination http&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;#object network&amp;nbsp;&lt;STRONG&gt;&lt;GS id="6e5e108e-1ddd-483c-8255-67632715b66e" ginger_software_uiphraseguid="bb37a870-16a0-4676-a20a-0fcf7542f92f" class="GINGER_SOFTWARE_mark"&gt;OwnCloud&lt;/GS&gt; &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;#host 10.110.0.100&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;#nat &lt;GS id="9248403e-ae7e-485d-8728-6c1ffdf4cdae" ginger_software_uiphraseguid="271bf94c-b41b-4781-8f63-e5b17806cef3" class="GINGER_SOFTWARE_mark"&gt;( &lt;/GS&gt;inside&lt;GS id="3ded2241-42f7-477b-8697-77bd340b784c" ginger_software_uiphraseguid="271bf94c-b41b-4781-8f63-e5b17806cef3" class="GINGER_SOFTWARE_mark"&gt;,&lt;/GS&gt;outside&lt;GS id="a02f1f2d-5577-4ae1-a665-c6424a3dafdb" ginger_software_uiphraseguid="271bf94c-b41b-4781-8f63-e5b17806cef3" class="GINGER_SOFTWARE_mark"&gt;)&lt;/GS&gt;source static &amp;nbsp;&lt;STRONG&gt;&lt;GS id="23078aca-88ff-49e7-8dd6-8e214eb65b30" ginger_software_uiphraseguid="271bf94c-b41b-4781-8f63-e5b17806cef3" class="GINGER_SOFTWARE_mark"&gt;OwnCloud&lt;/GS&gt; &lt;/STRONG&gt; interface service&amp;nbsp;HTTP_Service&amp;nbsp;HTTP_Service&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;GS id="6c3ed376-c2fc-436b-bc62-82dcc139e96d" ginger_software_uiphraseguid="f6f11428-10ef-4ba9-a33c-f5b5da459435" class="GINGER_SOFTWARE_mark"&gt;when&lt;/GS&gt; &lt;GS id="0ac4502e-a65f-4e42-b324-d6a4a87bed65" ginger_software_uiphraseguid="f6f11428-10ef-4ba9-a33c-f5b5da459435" class="GINGER_SOFTWARE_mark"&gt;i&lt;/GS&gt; try to do &lt;GS id="b3f5c9eb-cd99-483d-af5c-6c0661fc731a" ginger_software_uiphraseguid="f6f11428-10ef-4ba9-a33c-f5b5da459435" class="GINGER_SOFTWARE_mark"&gt;packtracer&lt;/GS&gt;&lt;GS id="e6a1afaa-7c70-4d79-8024-2511ee2cc4b9" ginger_software_uiphraseguid="f6f11428-10ef-4ba9-a33c-f5b5da459435" class="GINGER_SOFTWARE_mark"&gt;&amp;nbsp; :&lt;/GS&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;Config&lt;/P&gt;
&lt;P class="p1"&gt;&lt;GS id="892d1fe6-00e0-4ee6-a8ac-32b9c2cb5d56" ginger_software_uiphraseguid="1d861633-4820-4e19-9f4c-d0f899929725" class="GINGER_SOFTWARE_mark"&gt;nat&lt;/GS&gt; (inside&lt;GS id="c3763a43-1348-4858-848b-957fc538134c" ginger_software_uiphraseguid="1d861633-4820-4e19-9f4c-d0f899929725" class="GINGER_SOFTWARE_mark"&gt;,&lt;/GS&gt;Internet) source dynamic 10.110.0.0 interface&lt;/P&gt;
&lt;P class="p1"&gt;&lt;B&gt;Action: drop&amp;nbsp;&lt;/B&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;B&gt;Drop-reason: (&lt;GS id="4db24508-eae8-4d6e-8dc4-3b505bbdf007" ginger_software_uiphraseguid="c13f1f4b-526e-4b38-af6c-5b56c6a010fa" class="GINGER_SOFTWARE_mark"&gt;acl&lt;/GS&gt;-drop) Flow is denied by &lt;GS id="0fb729c8-a2f0-4fc4-94cc-86b850a2905f" ginger_software_uiphraseguid="c13f1f4b-526e-4b38-af6c-5b56c6a010fa" class="GINGER_SOFTWARE_mark"&gt;configured&lt;/GS&gt; rule&lt;/B&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;GS id="3eb7b6da-3651-4df8-a724-c65cf744250f" ginger_software_uiphraseguid="ccac1f85-4517-4f60-b2a4-db12dc89372f" class="GINGER_SOFTWARE_mark"&gt;can&lt;/GS&gt; you &lt;GS id="c182bad6-364e-4737-a9d5-43e6b32d8f48" ginger_software_uiphraseguid="ccac1f85-4517-4f60-b2a4-db12dc89372f" class="GINGER_SOFTWARE_mark"&gt;plase&lt;/GS&gt;&amp;nbsp; help me to solve that problem&lt;GS id="fa04d202-d34d-4d72-8ce9-6ae0059aca5f" ginger_software_uiphraseguid="ccac1f85-4517-4f60-b2a4-db12dc89372f" class="GINGER_SOFTWARE_mark"&gt; .&lt;/GS&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2016 15:04:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-access-from-internet-to-my-inside-local-server/m-p/2974353#M149037</guid>
      <dc:creator>sultantzahir</dc:creator>
      <dc:date>2016-11-02T15:04:05Z</dc:date>
    </item>
    <item>
      <title>Hi S,</title>
      <link>https://community.cisco.com/t5/network-security/allow-access-from-internet-to-my-inside-local-server/m-p/2974354#M149038</link>
      <description>&lt;P&gt;Hi S,&lt;/P&gt;
&lt;P&gt;For me it looks like you have your interface names misconfigured...&lt;/P&gt;
&lt;P&gt;From what I can gather from the config you need to change the nat statement to:&lt;/P&gt;
&lt;P&gt;nat ( inside,&lt;SPAN style="color: #ff0000;"&gt;Internet&lt;/SPAN&gt;) source static &amp;nbsp;OwnCloud interface service&amp;nbsp;HTTP_Service&amp;nbsp;HTTP_Service&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Change in&lt;STRONG&gt; &lt;SPAN style="color: #ff0000;"&gt;red&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;From your config I cannot gather it the 'inside' is the correct interface name for the more secure interface...But it looks like the 'OUTSIDE' interface in your case is named 'Internet'&lt;/P&gt;
&lt;P&gt;Good luck&lt;/P&gt;
&lt;P&gt;Ciao&lt;/P&gt;
&lt;P&gt;JC&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2016 07:37:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-access-from-internet-to-my-inside-local-server/m-p/2974354#M149038</guid>
      <dc:creator>jcockburn</dc:creator>
      <dc:date>2016-11-03T07:37:09Z</dc:date>
    </item>
    <item>
      <title>i m sorry it was mistake </title>
      <link>https://community.cisco.com/t5/network-security/allow-access-from-internet-to-my-inside-local-server/m-p/2974355#M149039</link>
      <description>&lt;P&gt;i m sorry it was mistake&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Config&lt;/P&gt;
&lt;P&gt;nat (inside,outside) source dynamic 10.110.0.0 interface&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2016 16:17:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-access-from-internet-to-my-inside-local-server/m-p/2974355#M149039</guid>
      <dc:creator>sultantzahir</dc:creator>
      <dc:date>2016-11-03T16:17:37Z</dc:date>
    </item>
  </channel>
</rss>

