<?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: ASA and DMZ Setup in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-and-dmz-setup/m-p/1191188#M859825</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The first IP in the static should be the public IP, the second IP is the real internal IP address of the server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (dmz,outside) 75.50.95.72 10.30.30.50 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (inside,outside) 75.50.95.73 192.168.0.100 netmask 255.255.255.255&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 May 2009 16:46:56 GMT</pubDate>
    <dc:creator>Collin Clark</dc:creator>
    <dc:date>2009-05-13T16:46:56Z</dc:date>
    <item>
      <title>ASA and DMZ Setup</title>
      <link>https://community.cisco.com/t5/network-security/asa-and-dmz-setup/m-p/1191184#M859820</link>
      <description>&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am testing an ASA5510 configuration prior to implementation. Currently we use static NAT for a number of machines located on the inside network that we access from the outside.  I use Access-lists to control what ports are opened up. Everything seems to work fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that in the near future, I will be asked to setup a DMZ and place some items there. So, I have been testing a simple configuration where I have one machine in the DMZ and I open up ports to it. I also setup static nat for the machine in the dmz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the problem. What I am finding is that I can only get one side to work at a time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the followng statements in place, but when I view the config, only one of them is active. I am guessing that you can't have these statements applied to the same interface.  If this is true, can someone tell me what I need to change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;P&gt;access-group outside_to_dmz  in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I said, only one statement seems to be saved. If I allow access to the inside, then I can't access the machine in the DMZ. If I allow the statement for the DMZ, then I can't access the machines on the inside network.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This seems to be the only hurdle I am facing with regards to getting this to work...I hope.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any comments would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 15:31:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-and-dmz-setup/m-p/1191184#M859820</guid>
      <dc:creator>sgoethals1</dc:creator>
      <dc:date>2019-03-11T15:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: ASA and DMZ Setup</title>
      <link>https://community.cisco.com/t5/network-security/asa-and-dmz-setup/m-p/1191185#M859822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like IOS you can only apply a single ACL to an interface per direction. You can combine the ACE's into a single ACL though: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access ext permit tcp any host 75.50.95.72 eq http &lt;/P&gt;&lt;P&gt;access-list outside_access ext permit tcp any host 75.50.95.73 eq smtp &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One IP can NAT to the DMZ server and the other can NAT to the internal server. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 16:06:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-and-dmz-setup/m-p/1191185#M859822</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2009-05-13T16:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: ASA and DMZ Setup</title>
      <link>https://community.cisco.com/t5/network-security/asa-and-dmz-setup/m-p/1191186#M859823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just merge the 2 access-list together and use just the one ie. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;take the entries from you outside_to_dmz acl and add them to your outside_access_in acl and then just apply the outside_access_in to the interface. This is a very standard thing to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 16:07:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-and-dmz-setup/m-p/1191186#M859823</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2009-05-13T16:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: ASA and DMZ Setup</title>
      <link>https://community.cisco.com/t5/network-security/asa-and-dmz-setup/m-p/1191187#M859824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I will give it a try.  Only one other questions.  Do I need to change the STATIC entries for the machines in the DMZ.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently they are setup with &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STATIC (dmz,outside) TEST 10.30.30.50 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The machines on the inside network of course are setup as :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STATIC (inside,outside) inside_machine 192.168.0.100 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate the help and suggestions. I will try your suggestion as soon as I can and let you know what happens.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 16:40:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-and-dmz-setup/m-p/1191187#M859824</guid>
      <dc:creator>sgoethals1</dc:creator>
      <dc:date>2009-05-13T16:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: ASA and DMZ Setup</title>
      <link>https://community.cisco.com/t5/network-security/asa-and-dmz-setup/m-p/1191188#M859825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The first IP in the static should be the public IP, the second IP is the real internal IP address of the server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (dmz,outside) 75.50.95.72 10.30.30.50 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (inside,outside) 75.50.95.73 192.168.0.100 netmask 255.255.255.255&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 16:46:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-and-dmz-setup/m-p/1191188#M859825</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2009-05-13T16:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: ASA and DMZ Setup</title>
      <link>https://community.cisco.com/t5/network-security/asa-and-dmz-setup/m-p/1191189#M859826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, but I had them setup properly. I use names instead of IP address for the outside, and that is what I was listing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to all that replied..Everything is working fine now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2009 14:45:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-and-dmz-setup/m-p/1191189#M859826</guid>
      <dc:creator>sgoethals1</dc:creator>
      <dc:date>2009-05-14T14:45:50Z</dc:date>
    </item>
  </channel>
</rss>

