<?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: LAN to DMZ access on FWSM in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/lan-to-dmz-access-on-fwsm/m-p/1415873#M712928</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;correction:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Last config line is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (LAN) 0 access-list NAT_O&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Apr 2010 16:24:35 GMT</pubDate>
    <dc:creator>Muhammad Khan</dc:creator>
    <dc:date>2010-04-22T16:24:35Z</dc:date>
    <item>
      <title>LAN to DMZ access on FWSM</title>
      <link>https://community.cisco.com/t5/network-security/lan-to-dmz-access-on-fwsm/m-p/1415872#M712911</link>
      <description>&lt;P&gt;I have following config on FWSM and it works fine for Internet bound access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group network LAN&lt;BR /&gt; network-object 10.1.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group network DMZ&lt;BR /&gt; network-object 192.168.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (LAN) 1 0.0.0.0 0.0.0.0&lt;BR /&gt;global (outside) 1 &amp;lt;Public IP&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list CORP_ACL line 7 extended permit tcp object-group LAN any eq www &amp;lt;-- Tied to LAN interface inbound&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I am getting following error while trying to access DMZ from LAN:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;010-04-22T16:19:14+01:00 FWSM_ABC %FWSM-6-106015: Deny TCP (no connection) from 192.168.1.10/80 to 10.1.1.10/3735 flags SYN ACK on interface DMZ&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I wonder it is a NAT issue and following config will fix it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list CORP_ACL line 6 extended permit tcp object-group LAN object-group DMZ object-group LAN2DMZ_PORTS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list NOT_O extended permit tcp object-group LAN object-group DMZ object-group LAN2DMZ_PORTS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list NAT_O&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 17:36:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/lan-to-dmz-access-on-fwsm/m-p/1415872#M712911</guid>
      <dc:creator>Muhammad Khan</dc:creator>
      <dc:date>2019-03-11T17:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: LAN to DMZ access on FWSM</title>
      <link>https://community.cisco.com/t5/network-security/lan-to-dmz-access-on-fwsm/m-p/1415873#M712928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;correction:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Last config line is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (LAN) 0 access-list NAT_O&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Apr 2010 16:24:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/lan-to-dmz-access-on-fwsm/m-p/1415873#M712928</guid>
      <dc:creator>Muhammad Khan</dc:creator>
      <dc:date>2010-04-22T16:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: LAN to DMZ access on FWSM</title>
      <link>https://community.cisco.com/t5/network-security/lan-to-dmz-access-on-fwsm/m-p/1415874#M712943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is probably not a nat issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check if your TCP SYN goes from inside to dmz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The syslog says that I have no connection knowledge about this connection. So the packet from the DMZ that is a response of a SYN packet is dropped.&lt;/P&gt;&lt;P&gt;Check if the SYN is routed through different interfaces in the ASA or if it not hitting the ASA at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Apr 2010 21:18:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/lan-to-dmz-access-on-fwsm/m-p/1415874#M712943</guid>
      <dc:creator>Panos Kampanakis</dc:creator>
      <dc:date>2010-04-22T21:18:24Z</dc:date>
    </item>
  </channel>
</rss>

