<?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: inspect on firewall in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/inspect-on-firewall/m-p/2085904#M394760</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And also regarding the VPN connections&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally/By default connections coming through a VPN Client connection to/through the Firewall are always allowed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This behaviour can be changed with a command. This command will change the operation related to the above and require ACL rules to be made to the Outside interface like with any connection coming through the interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The command format for newer ASA software is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;sysopt connection permit-vpn&lt;/STRONG&gt; = Connections coming through VPN bypass outside interface ACL (This command doesnt show on the running-config as its a default setting)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;no sysopt connection permit-vpn&lt;/STRONG&gt; = Connections coming through VPN need ACL rule on the outside interface ACL&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Dec 2012 13:39:20 GMT</pubDate>
    <dc:creator>Jouni Forss</dc:creator>
    <dc:date>2012-12-04T13:39:20Z</dc:date>
    <item>
      <title>inspect on firewall</title>
      <link>https://community.cisco.com/t5/network-security/inspect-on-firewall/m-p/2085902#M394757</link>
      <description>&lt;P&gt;Scenario 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On new&amp;nbsp; firewall following inspect command are as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assume there is no access-list on firewall..so now all the traffic related to below protocols will be allowed to flow from &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inside to outside as well as outside to inside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; inspect dns migrated_dns_map_1&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect ftp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect h323 h225&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect h323 ras&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect ils&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect pptp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect rsh&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect rtsp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect skinny&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect sqlnet&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect tftp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect ip-options&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect http&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scenario 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with the above inspect commands i have applied access-list on the outside interface. And i have allowed client vpn ip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my question is now any traffic which is related to above protocol such as http will be allowed or blocked?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from&amp;nbsp; outside to inside .&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 00:32:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/inspect-on-firewall/m-p/2085902#M394757</guid>
      <dc:creator>prashantrecon</dc:creator>
      <dc:date>2019-03-12T00:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: inspect on firewall</title>
      <link>https://community.cisco.com/t5/network-security/inspect-on-firewall/m-p/2085903#M394759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The inspect configurations themselves don't generally deny/allow traffic. Some common inspect settings like ftp/icmp make it alot easier to allow the return traffic of the said connections though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With FTP it helps allowing the Data connection and with ICMP the Echo-reply messages get through without access-list statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF you have not configured no ACLs on the ASA, traffic is allowed always from &lt;STRONG&gt;High Security-level interface to Low Security-level interface&lt;/STRONG&gt;. Other way is blocked. As soon as you configure an ACL to one interface you will have to Allow specific traffic that you need to go through the firewall otherwise if no matching rules is found the traffic gets blocked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also a connection that has been permitted by the ASA has its return traffic allowed also naturally. This is different from router ACLs where you possibly have to take into account both directions of one connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 13:32:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/inspect-on-firewall/m-p/2085903#M394759</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2012-12-04T13:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: inspect on firewall</title>
      <link>https://community.cisco.com/t5/network-security/inspect-on-firewall/m-p/2085904#M394760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And also regarding the VPN connections&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally/By default connections coming through a VPN Client connection to/through the Firewall are always allowed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This behaviour can be changed with a command. This command will change the operation related to the above and require ACL rules to be made to the Outside interface like with any connection coming through the interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The command format for newer ASA software is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;sysopt connection permit-vpn&lt;/STRONG&gt; = Connections coming through VPN bypass outside interface ACL (This command doesnt show on the running-config as its a default setting)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;no sysopt connection permit-vpn&lt;/STRONG&gt; = Connections coming through VPN need ACL rule on the outside interface ACL&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 13:39:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/inspect-on-firewall/m-p/2085904#M394760</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2012-12-04T13:39:20Z</dc:date>
    </item>
    <item>
      <title>inspect on firewall</title>
      <link>https://community.cisco.com/t5/network-security/inspect-on-firewall/m-p/2085905#M394761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks jouni,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 18:37:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/inspect-on-firewall/m-p/2085905#M394761</guid>
      <dc:creator>prashantrecon</dc:creator>
      <dc:date>2012-12-04T18:37:26Z</dc:date>
    </item>
  </channel>
</rss>

