<?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 Figured it out, so I am in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-5505-dmz/m-p/3044377#M146321</link>
    <description>&lt;P&gt;Figured it out, so I am posting the solution here&amp;nbsp;just in case if somebody else would need it.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;If connection to Internet from inside is not working, despite that the DMZ is fine and all ASA configuration file&amp;nbsp;looks OK, double check the information about DNS in your config, or in the host's TCP/IP settings.&lt;/P&gt;</description>
    <pubDate>Tue, 28 Feb 2017 23:45:53 GMT</pubDate>
    <dc:creator>itlklubos6</dc:creator>
    <dc:date>2017-02-28T23:45:53Z</dc:date>
    <item>
      <title>ASA 5505 - DMZ</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-dmz/m-p/3044368#M146302</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I followed examples from Internet to configure DMZ on ASA 5505 (version 9.*). The result is, I have traffic to a web server, it is accessible from outside, but the inside network has no access to Internet. I am posting here the relevant part of the config file (with fake IP).&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;The rules:&lt;/P&gt;
&lt;P&gt;- no connection allowed between DMZ and inside&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Config:&lt;/P&gt;
&lt;P&gt;interface Ethernet0/0&lt;BR /&gt;&amp;nbsp;switchport access vlan 2&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt;&amp;nbsp;switchport access vlan 5&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt;&amp;nbsp;switchport access vlan 1&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt;&amp;nbsp;switchport access vlan 1&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/4&lt;BR /&gt;&amp;nbsp;switchport access vlan 1&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/5&lt;BR /&gt;&amp;nbsp;switchport access vlan 1&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/6&lt;BR /&gt;&amp;nbsp;switchport access vlan 1&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/7&lt;BR /&gt;&amp;nbsp;switchport access vlan 1&lt;BR /&gt;!&lt;BR /&gt;interface Vlan1&lt;BR /&gt;&amp;nbsp;nameif inside&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;&amp;nbsp;ip address 198.168.0.3 255.255.255.0 &lt;BR /&gt;!&lt;BR /&gt;interface Vlan2&lt;BR /&gt;&amp;nbsp;nameif outside&lt;BR /&gt;&amp;nbsp;security-level 0&lt;BR /&gt;&amp;nbsp;ip address 191.51.100.100 255.255.255.252 &lt;BR /&gt;!&lt;BR /&gt;interface Vlan5&lt;BR /&gt;&amp;nbsp;description Interface for WebServer, DMZ level 50&lt;BR /&gt;&amp;nbsp;no forward interface Vlan1&lt;BR /&gt;&amp;nbsp;nameif DMZ50&lt;BR /&gt;&amp;nbsp;security-level 50&lt;BR /&gt;&amp;nbsp;ip address 192.168.1.1 255.255.255.0 &lt;BR /&gt;!&lt;BR /&gt;dns server-group DefaultDNS&lt;BR /&gt;&amp;nbsp;domain-name SomeName&lt;BR /&gt;!&lt;BR /&gt;object network obj_any&lt;BR /&gt;&amp;nbsp;subnet 0.0.0.0 0.0.0.0&lt;BR /&gt;!&lt;BR /&gt;object network WebServer&lt;BR /&gt;&amp;nbsp;host 192.168.1.100&lt;BR /&gt;!&lt;BR /&gt;object-group network DMZ-DEFAULT-PAT-SOURCE&lt;BR /&gt;&amp;nbsp;network-object 192.168.1.0 255.255.255.0&lt;BR /&gt;access-list OUTSIDE-IN extended permit tcp any object WebServer eq www &lt;BR /&gt;!&lt;BR /&gt;object network obj_any&lt;BR /&gt;&amp;nbsp;nat (inside,outside) dynamic interface&lt;BR /&gt;!&lt;BR /&gt;object network WebServer&lt;BR /&gt;&amp;nbsp;nat (DMZ50,outside) static interface no-proxy-arp service tcp www www &lt;BR /&gt;!&lt;BR /&gt;nat (inside,outside) after-auto source dynamic any interface&lt;BR /&gt;nat (DMZ50,outside) after-auto source dynamic DMZ-DEFAULT-PAT-SOURCE interface&lt;BR /&gt;access-group OUTSIDE-IN in interface outside&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 198.51.100.101 1&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;The address 198.51.100.101&amp;nbsp;should represent the real public IP address of the server.&lt;/P&gt;
&lt;P&gt;Obviously, I am missing something.&lt;/P&gt;
&lt;P&gt;----------&lt;/P&gt;
&lt;P&gt;Also I would like to ask about the syntax: in the config above there is vlan named as "vlan 1" and Vlan1.&amp;nbsp; Is the config script case sensitive? Also, why there&amp;nbsp;is a space in the string "vlan 1" when we refer to&amp;nbsp;this&amp;nbsp;LAN&amp;nbsp;with no space "Vlan1"&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thank you for help.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 08:58:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-dmz/m-p/3044368#M146302</guid>
      <dc:creator>itlklubos6</dc:creator>
      <dc:date>2019-03-12T08:58:21Z</dc:date>
    </item>
    <item>
      <title>You should not need this line</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-dmz/m-p/3044369#M146304</link>
      <description>&lt;P&gt;You should not need this line, as you already have an object NAT doing&amp;nbsp;it.&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;&lt;SPAN&gt;nat (inside,outside) after-auto source dynamic any interface&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 23 Feb 2017 00:28:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-dmz/m-p/3044369#M146304</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2017-02-23T00:28:34Z</dc:date>
    </item>
    <item>
      <title>On top of what Philip added,</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-dmz/m-p/3044370#M146306</link>
      <description>&lt;P&gt;On top of what Philip added, there's no good reason to have "no-proxy-arp" in the port forwarding configuration.&lt;/P&gt;
&lt;P&gt;This should be enough:&lt;/P&gt;
&lt;P&gt;object network WebServer&lt;BR /&gt;&amp;nbsp;nat (DMZ50,outside) static interface service tcp www www&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;In regards to your syntax question it, the configuration is not case sensitive (at least not for this). The string with the space is just the switchport configuration syntax, it attaches a physical port to a particular vlan (L2 config). The vlan with no space is the SVI; this is your layer 3 interface used to route packets out or between the vlans.&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;__ __&lt;/P&gt;
&lt;P&gt;Pablo&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2017 00:54:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-dmz/m-p/3044370#M146306</guid>
      <dc:creator>Pablo</dc:creator>
      <dc:date>2017-02-23T00:54:07Z</dc:date>
    </item>
    <item>
      <title>hanks for answer. I have</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-dmz/m-p/3044371#M146308</link>
      <description>&lt;P&gt;hanks for answer. I have removed the line. However, the inside cannot reach the Internet still.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;The DMZ is working.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Do you have any suggestions?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2017 04:20:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-dmz/m-p/3044371#M146308</guid>
      <dc:creator>itlklubos6</dc:creator>
      <dc:date>2017-02-23T04:20:49Z</dc:date>
    </item>
    <item>
      <title>Also, I notice when running</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-dmz/m-p/3044372#M146311</link>
      <description>&lt;P&gt;Also, I notice when running the command (using ASDM)&amp;nbsp;"show running-config" &amp;nbsp;that the switchport access is missing for inside ports:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt;&amp;nbsp;switchport access vlan 2&lt;/P&gt;
&lt;P&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt;&amp;nbsp;switchport access vlan 5&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/4&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/5&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/6&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/7&lt;BR /&gt;!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Is this significant or is it just filtered out for display? I have checked that all ports are enabled. The startup-config has the switchport definition in place for all interfaces, as shown in my sample when I created these discussion. The startup and running confit are identical except those missing switchports.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Could this be the root of a problem that is causing&amp;nbsp;that I am&amp;nbsp;not able to connect to Internet from the Inside network?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2017 20:41:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-dmz/m-p/3044372#M146311</guid>
      <dc:creator>itlklubos6</dc:creator>
      <dc:date>2017-02-23T20:41:08Z</dc:date>
    </item>
    <item>
      <title>That just means they belong</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-dmz/m-p/3044373#M146313</link>
      <description>&lt;P&gt;That just means they belong to the default vlan 1.&lt;/P&gt;
&lt;P&gt;Are you able to ping the ASA's Inside IP from one of the internal hosts?&lt;/P&gt;
&lt;P&gt;Run a packet tracer and see if it's being stopped for some reason:&lt;/P&gt;
&lt;P&gt;packet-tracer input inside icmp &amp;lt;inside host IP&amp;gt;&amp;nbsp; 8 0 8.8.8.8&lt;/P&gt;
&lt;P&gt;__ __&lt;/P&gt;
&lt;P&gt;Pablo&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2017 20:59:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-dmz/m-p/3044373#M146313</guid>
      <dc:creator>Pablo</dc:creator>
      <dc:date>2017-02-23T20:59:55Z</dc:date>
    </item>
    <item>
      <title>he response is "Flow is</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-dmz/m-p/3044374#M146315</link>
      <description>&lt;P&gt;he response is "Flow is denied by configured rule" Using ASDM it navigates me to Configuration&amp;gt;Firewall&amp;gt;Access rules&lt;/P&gt;
&lt;P&gt;There is a Global implicit rule: any any ip Deny&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;If I do packet tracer from inside to outside interface, I get result "No route to host". The Trace route to ISP Gateway is "NAT cluster unassigned pool"&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2017 21:25:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-dmz/m-p/3044374#M146315</guid>
      <dc:creator>itlklubos6</dc:creator>
      <dc:date>2017-02-23T21:25:09Z</dc:date>
    </item>
    <item>
      <title>From the ASA are you able to</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-dmz/m-p/3044375#M146318</link>
      <description>&lt;P&gt;From the ASA are you able to ping the gateway IP or something outside such as 8.8.8.8&lt;/P&gt;
&lt;P&gt;Can you post the result of a show route?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2017 22:27:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-dmz/m-p/3044375#M146318</guid>
      <dc:creator>Pablo</dc:creator>
      <dc:date>2017-02-23T22:27:19Z</dc:date>
    </item>
    <item>
      <title>I have tried it both from ASA</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-dmz/m-p/3044376#M146319</link>
      <description>&lt;P&gt;I have tried it both from ASA and Windows command line.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;On ASA I get the response:&lt;/P&gt;
&lt;P&gt;RRRRR&lt;/P&gt;
&lt;P&gt;Success rate is 0% (0/5)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;From command line I get "Request timed out". Interestingly I get the same&amp;nbsp; message when I run ping from command line on the web server, which has no problem with reaching Internet. Maybe the ping service is disabled?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2017 22:53:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-dmz/m-p/3044376#M146319</guid>
      <dc:creator>itlklubos6</dc:creator>
      <dc:date>2017-02-23T22:53:14Z</dc:date>
    </item>
    <item>
      <title>Figured it out, so I am</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-dmz/m-p/3044377#M146321</link>
      <description>&lt;P&gt;Figured it out, so I am posting the solution here&amp;nbsp;just in case if somebody else would need it.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;If connection to Internet from inside is not working, despite that the DMZ is fine and all ASA configuration file&amp;nbsp;looks OK, double check the information about DNS in your config, or in the host's TCP/IP settings.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 23:45:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-dmz/m-p/3044377#M146321</guid>
      <dc:creator>itlklubos6</dc:creator>
      <dc:date>2017-02-28T23:45:53Z</dc:date>
    </item>
  </channel>
</rss>

