<?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 Re: ASA5540 how to proper function. in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa5540-how-to-proper-function/m-p/3675887#M14042</link>
    <description>&lt;P&gt;you will need to apply the access list to the interfaces. what have you configured?&lt;/P&gt;</description>
    <pubDate>Thu, 26 Jul 2018 23:44:24 GMT</pubDate>
    <dc:creator>Dennis Mink</dc:creator>
    <dc:date>2018-07-26T23:44:24Z</dc:date>
    <item>
      <title>ASA5540 how to proper function.</title>
      <link>https://community.cisco.com/t5/network-security/asa5540-how-to-proper-function/m-p/3675863#M14040</link>
      <description>&lt;P&gt;I set up a basic configuration on a 5540. After testing, it seems that the device is letting everything in,&amp;nbsp; Web traffic, imap(993), and several other things.&amp;nbsp; I had intended to set up some access lists to allow certain things in from specific IP addresses(company corporate mail server), but I haven't done it yet.&amp;nbsp; It seems everything is coming in anyway.&amp;nbsp; The firewall is essentially doing nothing but address translation.&amp;nbsp; I have PAT overload configured, nat(inside,outside) dynamic interface, since we only have one live IP address facing out to the world.&amp;nbsp; Is this a side effect of using PAT that I am not aware of, that requires extra access list/groups to block everything coming in?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 16:01:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5540-how-to-proper-function/m-p/3675863#M14040</guid>
      <dc:creator>htimskinorbit</dc:creator>
      <dc:date>2020-02-21T16:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5540 how to proper function.</title>
      <link>https://community.cisco.com/t5/network-security/asa5540-how-to-proper-function/m-p/3675876#M14041</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you post a copy of your configuration with passwords or other sensitive data redacted?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jul 2018 23:11:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5540-how-to-proper-function/m-p/3675876#M14041</guid>
      <dc:creator>aaron.hackney</dc:creator>
      <dc:date>2018-07-26T23:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5540 how to proper function.</title>
      <link>https://community.cisco.com/t5/network-security/asa5540-how-to-proper-function/m-p/3675887#M14042</link>
      <description>&lt;P&gt;you will need to apply the access list to the interfaces. what have you configured?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jul 2018 23:44:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5540-how-to-proper-function/m-p/3675887#M14042</guid>
      <dc:creator>Dennis Mink</dc:creator>
      <dc:date>2018-07-26T23:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5540 how to proper function.</title>
      <link>https://community.cisco.com/t5/network-security/asa5540-how-to-proper-function/m-p/3676260#M14043</link>
      <description>Im not near the device right now.  It has default config from a clean&lt;BR /&gt;wipe.&lt;BR /&gt;2 interfaces configured as inside and outside with ip address inside and&lt;BR /&gt;setroute for outside.&lt;BR /&gt;I added the following.&lt;BR /&gt;&lt;BR /&gt;conf t&lt;BR /&gt;inter gi 0/0&lt;BR /&gt;    ip address 10.20.0.1 255.255.0.0&lt;BR /&gt;    no shut&lt;BR /&gt;    nameif  inside&lt;BR /&gt;int gi 0/1&lt;BR /&gt;   ip address dhcp setroute&lt;BR /&gt;   nameif outside&lt;BR /&gt;   no shut&lt;BR /&gt;&lt;BR /&gt;route 0.0.0.0 0.0.0.0 192.168.1.1&lt;BR /&gt;&lt;BR /&gt;access group LAN_IP's&lt;BR /&gt;    subnet 10.20.0.0. 255.255.0.0&lt;BR /&gt;nat (inside,outside) dynamic interface&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;show Xlate   - reveals the ip addresses being converted to the outside&lt;BR /&gt;interface ip address with different port numbers as it should.  The problem&lt;BR /&gt;is that traffic is not blocked coming in.  ASA is supposed to be a&lt;BR /&gt;statefull machine.  Only allow traffic in that is return traffic for an&lt;BR /&gt;inside originating communication.  Instead everything comes in....&lt;BR /&gt;I was going to add an access list to the outside interface to allow mail&lt;BR /&gt;traffic in from the corporate mail server, but I don't even need to.  It&lt;BR /&gt;comes in anyway!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jul 2018 13:53:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5540-how-to-proper-function/m-p/3676260#M14043</guid>
      <dc:creator>htimskinorbit</dc:creator>
      <dc:date>2018-07-27T13:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5540 how to proper function.</title>
      <link>https://community.cisco.com/t5/network-security/asa5540-how-to-proper-function/m-p/3676544#M14044</link>
      <description>&lt;P&gt;show access-list&lt;/P&gt;
&lt;P&gt;show run access-group&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And packet tracer should tell you exactly what is going on.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-A&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2018 20:26:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5540-how-to-proper-function/m-p/3676544#M14044</guid>
      <dc:creator>aaron.hackney</dc:creator>
      <dc:date>2018-07-27T20:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5540 how to proper function.</title>
      <link>https://community.cisco.com/t5/network-security/asa5540-how-to-proper-function/m-p/3676564#M14045</link>
      <description>I did that all ready.  Shows exactly what it should. I don't have packet&lt;BR /&gt;tracer.&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jul 2018 20:54:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5540-how-to-proper-function/m-p/3676564#M14045</guid>
      <dc:creator>htimskinorbit</dc:creator>
      <dc:date>2018-07-27T20:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5540 how to proper function.</title>
      <link>https://community.cisco.com/t5/network-security/asa5540-how-to-proper-function/m-p/3676577#M14046</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Often I find a second set of eyes will expose something I have missed, which is we were are offering to take a look&amp;nbsp;at the requested information above to answer your question.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are running ASA-code, then you do have a packer-tracer commands available.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/security/asa/asa-command-reference/I-R/cmdref2/p1.html" target="_blank"&gt;https://www.cisco.com/c/en/us/td/docs/security/asa/asa-command-reference/I-R/cmdref2/p1.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;-A&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2018 21:28:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5540-how-to-proper-function/m-p/3676577#M14046</guid>
      <dc:creator>aaron.hackney</dc:creator>
      <dc:date>2018-07-27T21:28:27Z</dc:date>
    </item>
  </channel>
</rss>

