<?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: ACL Rule Problem in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/acl-rule-problem/m-p/811727#M979836</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes its 12.167.246.140. I have changed the rule to any any and its still denied though. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 May 2007 17:51:03 GMT</pubDate>
    <dc:creator>dstjames123</dc:creator>
    <dc:date>2007-05-29T17:51:03Z</dc:date>
    <item>
      <title>ACL Rule Problem</title>
      <link>https://community.cisco.com/t5/network-security/acl-rule-problem/m-p/811722#M979829</link>
      <description>&lt;P&gt;I created a DMZ and put a mail server in there. Now for some reason no matter what I do cant get SMTP from the dmz. Even if I do a packet trace from the ASDM it says its blocked by the implicit deny at the nd of the DMZ incoming rule. I have a rule set to allow SMTP but its still denied. I even changed that to allow everything from any to any and it gets denied. I am at a loss. Below is my ACL. Anyone see anything wrong with it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list DMZ_access_in remark Allow imap from DMZ to Inside&lt;/P&gt;&lt;P&gt;access-list DMZ_access_in extended permit tcp 12.167.246.136 255.255.255.248 192.168.1.0 255.255.255.0 eq imap4 &lt;/P&gt;&lt;P&gt;access-list DMZ_access_in remark Allow 6101 from DMZ to Inside&lt;/P&gt;&lt;P&gt;access-list DMZ_access_in extended permit tcp 12.167.246.136 255.255.255.248 192.168.1.0 255.255.255.0 eq 6101 &lt;/P&gt;&lt;P&gt;access-list DMZ_access_in remark Allow webaccess from DMZ to Inside&lt;/P&gt;&lt;P&gt;access-list DMZ_access_in extended permit tcp 12.167.246.136 255.255.255.248 192.168.1.0 255.255.255.0 eq 1677 &lt;/P&gt;&lt;P&gt;access-list DMZ_access_in remark Allow MTA access from DMZ to Inside&lt;/P&gt;&lt;P&gt;access-list DMZ_access_in extended permit tcp 12.167.246.136 255.255.255.248 192.168.1.0 255.255.255.0 eq 7100 &lt;/P&gt;&lt;P&gt;access-list DMZ_access_in remark Allow webaccess from DMZ to Inside&lt;/P&gt;&lt;P&gt;access-list DMZ_access_in extended permit tcp 12.167.246.136 255.255.255.248 192.168.1.0 255.255.255.0 eq 7205 &lt;/P&gt;&lt;P&gt;access-list DMZ_access_in remark Allow SLP request all from DMZ to Inside&lt;/P&gt;&lt;P&gt;access-list DMZ_access_in extended permit udp 12.167.246.136 255.255.255.248 192.168.1.0 255.255.255.0 eq 427 &lt;/P&gt;&lt;P&gt;access-list DMZ_access_in remark Allow SLP request all from DMZ to Inside&lt;/P&gt;&lt;P&gt;access-list DMZ_access_in extended permit tcp 12.167.246.136 255.255.255.248 192.168.1.0 255.255.255.0 eq 427 &lt;/P&gt;&lt;P&gt;access-list DMZ_access_in remark Allow Time Synch request all from DMZ to Inside&lt;/P&gt;&lt;P&gt;access-list DMZ_access_in extended permit udp 12.167.246.136 255.255.255.248 192.168.1.0 255.255.255.0 eq 524 &lt;/P&gt;&lt;P&gt;access-list DMZ_access_in remark Allow NCP request all from DMZ to Inside&lt;/P&gt;&lt;P&gt;access-list DMZ_access_in extended permit tcp 12.167.246.136 255.255.255.248 192.168.1.0 255.255.255.0 eq 524 &lt;/P&gt;&lt;P&gt;access-list DMZ_access_in remark Allow NTP time request all from DMZ to Inside&lt;/P&gt;&lt;P&gt;access-list DMZ_access_in extended permit udp 12.167.246.136 255.255.255.248 any eq ntp &lt;/P&gt;&lt;P&gt;access-list DMZ_access_in remark Echo reply to all&lt;/P&gt;&lt;P&gt;access-list DMZ_access_in extended permit icmp 12.167.246.136 255.255.255.248 any echo-reply &lt;/P&gt;&lt;P&gt;access-list DMZ_access_in remark Allow upd DNS from the DMZ to anywhere&lt;/P&gt;&lt;P&gt;access-list DMZ_access_in extended permit tcp 12.167.246.136 255.255.255.248 any eq domain &lt;/P&gt;&lt;P&gt;access-list DMZ_access_in remark Allow upd DNS from the DMZ to anywhere&lt;/P&gt;&lt;P&gt;access-list DMZ_access_in extended permit udp 12.167.246.136 255.255.255.248 any eq domain &lt;/P&gt;&lt;P&gt;access-list DMZ_access_in remark Allow mail2.lionel.com to send out smtp&lt;/P&gt;&lt;P&gt;access-list DMZ_access_in extended permit tcp 12.167.246.136 255.255.255.248 any eq smtp &lt;/P&gt;&lt;P&gt;access-list DMZ_access_in remark Deny all from DMZ to Inside network&lt;/P&gt;&lt;P&gt;access-list DMZ_access_in extended deny ip any 192.168.1.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;access-list DMZ_access_in remark Allow http out from the dmz&lt;/P&gt;&lt;P&gt;access-list DMZ_access_in extended permit tcp 12.167.246.136 255.255.255.248 any eq www &lt;/P&gt;&lt;P&gt;access-list DMZ_access_in remark Allow https out from the dmz&lt;/P&gt;&lt;P&gt;access-list DMZ_access_in extended permit tcp 12.167.246.136 255.255.255.248 any eq https &lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 10:22:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/acl-rule-problem/m-p/811722#M979829</guid>
      <dc:creator>dstjames123</dc:creator>
      <dc:date>2019-03-11T10:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: ACL Rule Problem</title>
      <link>https://community.cisco.com/t5/network-security/acl-rule-problem/m-p/811723#M979830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please clarify your problem.  &lt;/P&gt;&lt;P&gt;are you wanting to allow smtp from the internet to your mail server which is on the dmz? &lt;/P&gt;&lt;P&gt;are wanting to allow smtp from the LAN to your dmz? &lt;/P&gt;&lt;P&gt;are you wanting to allow smtp from your dmz to the lan? &lt;/P&gt;&lt;P&gt;are you wanting to allow smtp from your dmz to the internet?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 17:14:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/acl-rule-problem/m-p/811723#M979830</guid>
      <dc:creator>srue</dc:creator>
      <dc:date>2007-05-29T17:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: ACL Rule Problem</title>
      <link>https://community.cisco.com/t5/network-security/acl-rule-problem/m-p/811724#M979831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Srue,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. I am trying to send out SMTP to the internet but its getting blocked by the DMZ access in ACL. I dont need it to go to my internal lan just out from the DMZ to the internet. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 17:39:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/acl-rule-problem/m-p/811724#M979831</guid>
      <dc:creator>dstjames123</dc:creator>
      <dc:date>2007-05-29T17:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: ACL Rule Problem</title>
      <link>https://community.cisco.com/t5/network-security/acl-rule-problem/m-p/811725#M979832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is your mail server ip 12.167.246.136?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 17:49:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/acl-rule-problem/m-p/811725#M979832</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-05-29T17:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: ACL Rule Problem</title>
      <link>https://community.cisco.com/t5/network-security/acl-rule-problem/m-p/811726#M979834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;assuming the ACL you originally posted is the one applied to your dmz interface, is this where you believe you've allowed outbound smtp from the dmz to the internet:&lt;/P&gt;&lt;P&gt;...permit tcp 12.167.246.136 255.255.255.248 any eq smtp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your acl entry should read something like that...&lt;/P&gt;&lt;P&gt;does the actual IP address of your SMTP server fall in the range 12.167.246.136/29? not that NAT'ed address, the actual address.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 17:49:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/acl-rule-problem/m-p/811726#M979834</guid>
      <dc:creator>srue</dc:creator>
      <dc:date>2007-05-29T17:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: ACL Rule Problem</title>
      <link>https://community.cisco.com/t5/network-security/acl-rule-problem/m-p/811727#M979836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes its 12.167.246.140. I have changed the rule to any any and its still denied though. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 17:51:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/acl-rule-problem/m-p/811727#M979836</guid>
      <dc:creator>dstjames123</dc:creator>
      <dc:date>2007-05-29T17:51:03Z</dc:date>
    </item>
  </channel>
</rss>

