<?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 ASA Basic configurations in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-basic-configurations/m-p/2497928#M236631</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;I have ASA 5510 8.4 with the following interfaces:&lt;BR /&gt;inside --------------&amp;gt;192.168.1.0/24 (sec-level=100)&lt;BR /&gt;DMZ&amp;nbsp;&amp;nbsp;&amp;nbsp; --------------&amp;gt;192.168.2.0/24 (sec-level=50)&lt;BR /&gt;outside -------------&amp;gt;192.168.3.0/24 (sec-level=0)&lt;/P&gt;&lt;P&gt;my isp nat the public ip x.x.x.x to 192.168.3.10&lt;/P&gt;&lt;P&gt;in the dmz i have exchange server (192.168.2.10)&lt;/P&gt;&lt;P&gt;1- what is the configuration to allow both inside and dmz get access to internet&lt;/P&gt;&lt;P&gt;2- what is the configuration to receive emails from internet&amp;nbsp;&lt;/P&gt;&lt;P&gt;3- how i can allow access from dmz to inside network ????&lt;/P&gt;&lt;P&gt;thnks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 04:27:42 GMT</pubDate>
    <dc:creator>tareken87</dc:creator>
    <dc:date>2019-03-12T04:27:42Z</dc:date>
    <item>
      <title>ASA Basic configurations</title>
      <link>https://community.cisco.com/t5/network-security/asa-basic-configurations/m-p/2497928#M236631</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I have ASA 5510 8.4 with the following interfaces:&lt;BR /&gt;inside --------------&amp;gt;192.168.1.0/24 (sec-level=100)&lt;BR /&gt;DMZ&amp;nbsp;&amp;nbsp;&amp;nbsp; --------------&amp;gt;192.168.2.0/24 (sec-level=50)&lt;BR /&gt;outside -------------&amp;gt;192.168.3.0/24 (sec-level=0)&lt;/P&gt;&lt;P&gt;my isp nat the public ip x.x.x.x to 192.168.3.10&lt;/P&gt;&lt;P&gt;in the dmz i have exchange server (192.168.2.10)&lt;/P&gt;&lt;P&gt;1- what is the configuration to allow both inside and dmz get access to internet&lt;/P&gt;&lt;P&gt;2- what is the configuration to receive emails from internet&amp;nbsp;&lt;/P&gt;&lt;P&gt;3- how i can allow access from dmz to inside network ????&lt;/P&gt;&lt;P&gt;thnks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 04:27:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-basic-configurations/m-p/2497928#M236631</guid>
      <dc:creator>tareken87</dc:creator>
      <dc:date>2019-03-12T04:27:42Z</dc:date>
    </item>
    <item>
      <title>Hi , share existing show run</title>
      <link>https://community.cisco.com/t5/network-security/asa-basic-configurations/m-p/2497929#M236632</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;share existing show run configuration from your ASA&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sandy&lt;/P&gt;</description>
      <pubDate>Sat, 12 Jul 2014 14:09:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-basic-configurations/m-p/2497929#M236632</guid>
      <dc:creator>SANTHOSHKUMAR SARAVANAN</dc:creator>
      <dc:date>2014-07-12T14:09:48Z</dc:date>
    </item>
    <item>
      <title>If you have the IP addresses</title>
      <link>https://community.cisco.com/t5/network-security/asa-basic-configurations/m-p/2497930#M236633</link>
      <description>&lt;P&gt;If you have the IP addresses already configured then the first thing you'll need to do is configure a default route.&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 192.168.3.10&lt;/P&gt;&lt;P&gt;Then, you may need to nat your inside and dmz to our outside ip address.&lt;/P&gt;&lt;P&gt;nat (inside,outside) source dynamic any interface&amp;nbsp;&lt;/P&gt;&lt;P&gt;nat (DZM,outside) source dynamic any interface&lt;/P&gt;&lt;P&gt;Then, you'll need to permit it in the interface access-llist if you have one configured:&lt;/P&gt;&lt;P&gt;access-list inside_access_in permit ip any any&lt;/P&gt;&lt;P&gt;access-list DMZ_access_in permit ip any any &amp;nbsp;! this permits DMZ to inside as well.&lt;/P&gt;&lt;P&gt;Then, you may need to configure inspection if you havent already.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Jul 2014 18:13:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-basic-configurations/m-p/2497930#M236633</guid>
      <dc:creator>LA-Engineer</dc:creator>
      <dc:date>2014-07-12T18:13:48Z</dc:date>
    </item>
    <item>
      <title>LA-Engineer (and tareken87)</title>
      <link>https://community.cisco.com/t5/network-security/asa-basic-configurations/m-p/2497931#M236634</link>
      <description>&lt;P&gt;LA-Engineer (and tareken87):&lt;/P&gt;&lt;P&gt;An outside default route would point to the next hop gateway, not the interface itself.&lt;/P&gt;&lt;P&gt;There's no need for an access-list on the inside as it will permit any traffic to all lower security interfaces by default.&lt;/P&gt;&lt;P&gt;If you allow DMZ access to ip any any (including the inside) then you defeat the whole purpose of having a DMZ. One should analyze the required protocols host and ports for DMZ-Inside and allow only those in the access-list.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Jul 2014 22:54:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-basic-configurations/m-p/2497931#M236634</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2014-07-12T22:54:37Z</dc:date>
    </item>
    <item>
      <title>tarekaen87, sorry, I mistook</title>
      <link>https://community.cisco.com/t5/network-security/asa-basic-configurations/m-p/2497932#M236635</link>
      <description>&lt;P&gt;tarekaen87, sorry, I mistook that for the next hop. &amp;nbsp;Yes, you would obviously need to set it to the next hop gateway.. not itself. &amp;nbsp;The next-hop gateway will be the ISP router's IP address (192.168.3.x).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Marvin is right..&amp;nbsp;&lt;STRONG&gt;if you have one configured&lt;/STRONG&gt;&amp;nbsp;the traffic will need to be permitted in the ACL. &amp;nbsp;If not then you don't. &amp;nbsp;Some organizations like to control what traffic is allowed from one zone into another regardless of the security level. &amp;nbsp;The point is, you'll need to allow the traffic if you do have an ACL configured. &amp;nbsp;Otherwise, traffic will be allowed from higher security to lower security by default. &amp;nbsp;So for the DMZ to Inside access, you need to just permit the traffic that you want. &amp;nbsp;If you want all traffic then you will permit any. &amp;nbsp;Otherwise, specify the source and destination IP/ports in your ACL entries.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope that helps. &amp;nbsp;Let me know if any of this doesn't make sense. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Jul 2014 01:06:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-basic-configurations/m-p/2497932#M236635</guid>
      <dc:creator>LA-Engineer</dc:creator>
      <dc:date>2014-07-13T01:06:22Z</dc:date>
    </item>
    <item>
      <title>Depending on all your replies</title>
      <link>https://community.cisco.com/t5/network-security/asa-basic-configurations/m-p/2497933#M236636</link>
      <description>&lt;P&gt;Depending on all your replies , I will write command as I understand and kindly correct me if I am wrong:&lt;/P&gt;&lt;P&gt;interface ethernet 0/1&lt;/P&gt;&lt;P&gt;nameif inside&lt;/P&gt;&lt;P&gt;security-level 100&lt;/P&gt;&lt;P&gt;ip address 192.168.1.254&amp;nbsp; 255.255.255.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;interface ethernet 0/2&lt;/P&gt;&lt;P&gt;nameif dmz&lt;/P&gt;&lt;P&gt;security-level 50&lt;/P&gt;&lt;P&gt;ip address 192.168.2.2&amp;nbsp; 255.255.255.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;interface ethernet 0/3&lt;/P&gt;&lt;P&gt;nameif outside&lt;/P&gt;&lt;P&gt;security-level 0&lt;/P&gt;&lt;P&gt;ip address 192.168.3.2&amp;nbsp; 255.255.255.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0&amp;nbsp; 0.0.0.0 192.168.3.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;object-network&amp;nbsp; pat_to_interface&lt;/P&gt;&lt;P&gt;subnet 0.0.0.0&amp;nbsp; 0.0.0.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;nat (inside,outside)&amp;nbsp; source dynamic pat_to_interface&amp;nbsp; interface&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;object network mail_server&lt;/P&gt;&lt;P&gt;host 192.168.2.10&lt;/P&gt;&lt;P&gt;nat (dmz,outside) static 192.168.3.10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;access list&amp;nbsp; outside_TO_dmz&amp;nbsp; extend permit tcp any host 192.168.2.10 eq 25&lt;/P&gt;&lt;P&gt;access- group outside_TO_dmz&amp;nbsp; in interface outside&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;access list dmz_TO_inside extend permit tcp host 192.168.2.10 host 192.168.1.11 eq 53&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>Sun, 13 Jul 2014 09:21:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-basic-configurations/m-p/2497933#M236636</guid>
      <dc:creator>tareken87</dc:creator>
      <dc:date>2014-07-13T09:21:58Z</dc:date>
    </item>
  </channel>
</rss>

