<?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 If you can reach other in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/simple-question-how-to-configure-a-rule-in-asa-5525/m-p/2651734#M197383</link>
    <description>&lt;P&gt;If you can reach other systems on the internet, it's very likely that you don't need any additional NAT.&lt;/P&gt;&lt;P&gt;The name of the access-list is "&lt;SPAN style="font-size: 14px;"&gt;Inside_access_in&lt;/SPAN&gt;". That needs the new line.&lt;/P&gt;</description>
    <pubDate>Tue, 03 Feb 2015 15:28:42 GMT</pubDate>
    <dc:creator>Karsten Iwen</dc:creator>
    <dc:date>2015-02-03T15:28:42Z</dc:date>
    <item>
      <title>Simple question - How to configure a rule in ASA 5525</title>
      <link>https://community.cisco.com/t5/network-security/simple-question-how-to-configure-a-rule-in-asa-5525/m-p/2651730#M197379</link>
      <description>&lt;P&gt;I am a newbie to ASA configuration and need some assistance with configuring a rule to allow access to a particular site from inside our network.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have an ASA 5525 cluster and I need a configuration that will allow our internal network 10.26.0.0/16 to an external site 198.38.xx.xx/32. Can anyone give me some pointers on how to configure this?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 05:26:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/simple-question-how-to-configure-a-rule-in-asa-5525/m-p/2651730#M197379</guid>
      <dc:creator>weichenberger1</dc:creator>
      <dc:date>2019-03-12T05:26:30Z</dc:date>
    </item>
    <item>
      <title>Issue the command "show run</title>
      <link>https://community.cisco.com/t5/network-security/simple-question-how-to-configure-a-rule-in-asa-5525/m-p/2651731#M197380</link>
      <description>&lt;P&gt;Issue the command "show run access-group" and look for the name of the access-list that is bound to your inside interface.&lt;/P&gt;
&lt;P&gt;In that access-list you need an entry like the following:&lt;/P&gt;

&lt;PRE&gt;
access-list NAME permit ip 10.26.0.0 255.255.0.0 host 198.38.x.x&lt;/PRE&gt;

&lt;P&gt;It could be improved by configuring or using objects for you internal network and the server:&lt;/P&gt;

&lt;PRE&gt;
object NAME-OF-YOUR-INTERNAL-NET
 subnet 10.26.0.0 255.255.0.0
object network NAME-OF-THE-SERVER
 host 198.38.xx.xx
!
access-list NAME permit ip object NAME-OF-YOUR-INTERNAL-NET object NAME-OF-THE-SERVER&lt;/PRE&gt;</description>
      <pubDate>Tue, 03 Feb 2015 15:14:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/simple-question-how-to-configure-a-rule-in-asa-5525/m-p/2651731#M197380</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2015-02-03T15:14:05Z</dc:date>
    </item>
    <item>
      <title>Here is the output. Which</title>
      <link>https://community.cisco.com/t5/network-security/simple-question-how-to-configure-a-rule-in-asa-5525/m-p/2651732#M197381</link>
      <description>&lt;P&gt;Here is the output. Which&amp;nbsp;&lt;SPAN style="font-size: 14.3999996185303px; background-color: rgb(249, 249, 249);"&gt;access-list that is bound to my inside interface?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Firewall# show run access-group | in inside&lt;BR /&gt;access-group Inside_access_in in interface inside&lt;BR /&gt;access-group Inside_access_out out interface inside&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>Tue, 03 Feb 2015 15:19:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/simple-question-how-to-configure-a-rule-in-asa-5525/m-p/2651732#M197381</guid>
      <dc:creator>weichenberger1</dc:creator>
      <dc:date>2015-02-03T15:19:41Z</dc:date>
    </item>
    <item>
      <title>Also, what are NATing? Do I</title>
      <link>https://community.cisco.com/t5/network-security/simple-question-how-to-configure-a-rule-in-asa-5525/m-p/2651733#M197382</link>
      <description>&lt;P&gt;Also, what are NATing? Do I need any?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2015 15:21:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/simple-question-how-to-configure-a-rule-in-asa-5525/m-p/2651733#M197382</guid>
      <dc:creator>weichenberger1</dc:creator>
      <dc:date>2015-02-03T15:21:46Z</dc:date>
    </item>
    <item>
      <title>If you can reach other</title>
      <link>https://community.cisco.com/t5/network-security/simple-question-how-to-configure-a-rule-in-asa-5525/m-p/2651734#M197383</link>
      <description>&lt;P&gt;If you can reach other systems on the internet, it's very likely that you don't need any additional NAT.&lt;/P&gt;&lt;P&gt;The name of the access-list is "&lt;SPAN style="font-size: 14px;"&gt;Inside_access_in&lt;/SPAN&gt;". That needs the new line.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2015 15:28:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/simple-question-how-to-configure-a-rule-in-asa-5525/m-p/2651734#M197383</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2015-02-03T15:28:42Z</dc:date>
    </item>
    <item>
      <title> I configured the following</title>
      <link>https://community.cisco.com/t5/network-security/simple-question-how-to-configure-a-rule-in-asa-5525/m-p/2651735#M197385</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I configured the following and still unable to access the site from inside our network. Also, I am unable to ping it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;access-list Inside_access_out permit ip object obj-10.26.0.0-02 object obj-reportssite&lt;/P&gt;&lt;P&gt;object network obj-10.26.0.0-02&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;subnet 10.26.0.0 255.255.0.0&lt;/P&gt;&lt;P&gt;access-list Inside_access_out extended permit ip object obj-10.26.0.0-02 object obj-reportssite&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;host 198.38.82.23&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2015 15:39:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/simple-question-how-to-configure-a-rule-in-asa-5525/m-p/2651735#M197385</guid>
      <dc:creator>weichenberger1</dc:creator>
      <dc:date>2015-02-03T15:39:59Z</dc:date>
    </item>
    <item>
      <title>It's "inside_access_in", not</title>
      <link>https://community.cisco.com/t5/network-security/simple-question-how-to-configure-a-rule-in-asa-5525/m-p/2651736#M197387</link>
      <description>&lt;P&gt;It's "inside_access_in", not "inside_access_out".&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2015 15:46:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/simple-question-how-to-configure-a-rule-in-asa-5525/m-p/2651736#M197387</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2015-02-03T15:46:30Z</dc:date>
    </item>
    <item>
      <title>Config as below and still</title>
      <link>https://community.cisco.com/t5/network-security/simple-question-how-to-configure-a-rule-in-asa-5525/m-p/2651737#M197389</link>
      <description>&lt;P&gt;Config as below and still unable to ping or http to external IP address.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;object network obj-10.26.0.0-02&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;subnet 10.26.0.0 255.255.0.0&lt;/P&gt;&lt;P&gt;object network obj-reports&lt;/P&gt;&lt;P&gt;&amp;nbsp;host 198.38.xx.xx&lt;/P&gt;&lt;P&gt;access-list Inside_access_in extended permit ip object obj-10.26.0.0-02 object obj-reports&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2015 15:59:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/simple-question-how-to-configure-a-rule-in-asa-5525/m-p/2651737#M197389</guid>
      <dc:creator>weichenberger1</dc:creator>
      <dc:date>2015-02-03T15:59:27Z</dc:date>
    </item>
    <item>
      <title>please post your config</title>
      <link>https://community.cisco.com/t5/network-security/simple-question-how-to-configure-a-rule-in-asa-5525/m-p/2651738#M197391</link>
      <description>&lt;P&gt;please post your config (without passwords) to see what's going wrong.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2015 16:02:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/simple-question-how-to-configure-a-rule-in-asa-5525/m-p/2651738#M197391</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2015-02-03T16:02:22Z</dc:date>
    </item>
  </channel>
</rss>

