<?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: NAT and ACL on PIX (Basic Question) in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nat-and-acl-on-pix-basic-question/m-p/677916#M496923</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assumed the IP Addresses for your servers, instead of your network/subnet segment/ID:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DMZ Server: 10.0.0.52&lt;/P&gt;&lt;P&gt;Internal server#1: 10.1.0.27&lt;/P&gt;&lt;P&gt;Internal server#1: 10.1.0.31&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you need to do in order to specifically allow the DMZ server and 2 Internal servers to communicate is as follow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Static (inside,dmz) 10.1.0.27 10.0.0.27 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;Static (inside,dmz) 10.1.0.31 10.0.0.31 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will be sufficient to allow Internal servers and DMZ server to talk to each other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remove the following line:&lt;/P&gt;&lt;P&gt;Static (dmz,inside) 10.0.0.52 10.1.0.52 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you haver ACL on both interfaces, make sure you allow the appropriate port(s) to pass through. Else, create test ACL that permit everything first before narrowing it down to specific port(s).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW, both 'global' parameters are good to allow either DMZ or Internal hosts to go out to internet/external network. I assumed you have 'nat' statement associated with the Global statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;AK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Oct 2006 13:11:32 GMT</pubDate>
    <dc:creator>a.kiprawih</dc:creator>
    <dc:date>2006-10-30T13:11:32Z</dc:date>
    <item>
      <title>NAT and ACL on PIX (Basic Question)</title>
      <link>https://community.cisco.com/t5/network-security/nat-and-acl-on-pix-basic-question/m-p/677915#M496922</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I currently have a PIX seperating a DMZ, Inside and Outside networks. I have a solution to implement where 2 servers are to be connected to the DMZ and 1 server connected to the internal LAN. Once connected, these servers cannot talk to each other. I have noticed in the old config that there are no NAT statements for DMZ machines talking to the inside network. There is a global NAT pool allowing up to 10 translations between internal and DMZ addresses, so this will take care of the traffic one way, but obviously not the other. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the proposal for my NAT configuration;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Global (outside) 1 1.1.1.10-1.1.1.20 netmask 255.255.255.192&lt;/P&gt;&lt;P&gt;Global (outside) 1.1.1.21 netmask 255.255.255.192&lt;/P&gt;&lt;P&gt;Static (dmz,inside) 10.0.0.52 10.1.0.52 netmask 255.255.255.0 &lt;/P&gt;&lt;P&gt;Static (inside,dmz) 10.1.0.27 10.0.0.27 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;Static (inside,dmz) 10.1.0.31 10.0.0.31 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now as long as the traffic is permitted within the corresponding ACL?s on the inside and DMZ interface, then these servers should be able to communicate? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please let me know if I am missing anything at all?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan&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;</description>
      <pubDate>Fri, 21 Feb 2020 09:16:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-and-acl-on-pix-basic-question/m-p/677915#M496922</guid>
      <dc:creator>daniel.bowen</dc:creator>
      <dc:date>2020-02-21T09:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: NAT and ACL on PIX (Basic Question)</title>
      <link>https://community.cisco.com/t5/network-security/nat-and-acl-on-pix-basic-question/m-p/677916#M496923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assumed the IP Addresses for your servers, instead of your network/subnet segment/ID:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DMZ Server: 10.0.0.52&lt;/P&gt;&lt;P&gt;Internal server#1: 10.1.0.27&lt;/P&gt;&lt;P&gt;Internal server#1: 10.1.0.31&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you need to do in order to specifically allow the DMZ server and 2 Internal servers to communicate is as follow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Static (inside,dmz) 10.1.0.27 10.0.0.27 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;Static (inside,dmz) 10.1.0.31 10.0.0.31 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will be sufficient to allow Internal servers and DMZ server to talk to each other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remove the following line:&lt;/P&gt;&lt;P&gt;Static (dmz,inside) 10.0.0.52 10.1.0.52 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you haver ACL on both interfaces, make sure you allow the appropriate port(s) to pass through. Else, create test ACL that permit everything first before narrowing it down to specific port(s).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW, both 'global' parameters are good to allow either DMZ or Internal hosts to go out to internet/external network. I assumed you have 'nat' statement associated with the Global statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;AK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2006 13:11:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-and-acl-on-pix-basic-question/m-p/677916#M496923</guid>
      <dc:creator>a.kiprawih</dc:creator>
      <dc:date>2006-10-30T13:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: NAT and ACL on PIX (Basic Question)</title>
      <link>https://community.cisco.com/t5/network-security/nat-and-acl-on-pix-basic-question/m-p/677917#M496924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi AK, and thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following NAT statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 1 10.0.0.0 255.255.255.0 0 0&lt;/P&gt;&lt;P&gt;nat (dmz) 1 10.1.0.0 255.255.255.0 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently my ACL's for inside and DMZ are permitting everything through, and these will be made more specific once I have identified what traffic is needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You said remove the following line;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Static (dmz,inside) 10.0.0.52 10.1.0.52 netmask 255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this not needed due to the security values on the interfaces?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2006 14:02:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-and-acl-on-pix-basic-question/m-p/677917#M496924</guid>
      <dc:creator>daniel.bowen</dc:creator>
      <dc:date>2006-10-30T14:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: NAT and ACL on PIX (Basic Question)</title>
      <link>https://community.cisco.com/t5/network-security/nat-and-acl-on-pix-basic-question/m-p/677918#M496925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create an static that allows the DMZ network to comunicate with the inside network without translation for the entire network, doing this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pix(config)#static (inside,dmz) 1.1.1.0 1.1.1.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where the 1.1.1.0 is the inside network&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should work once the access-list allows it..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2006 15:02:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-and-acl-on-pix-basic-question/m-p/677918#M496925</guid>
      <dc:creator>guibarati</dc:creator>
      <dc:date>2006-10-30T15:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: NAT and ACL on PIX (Basic Question)</title>
      <link>https://community.cisco.com/t5/network-security/nat-and-acl-on-pix-basic-question/m-p/677919#M496926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The nat/global pair looks ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on the nat statements, looks like your internal network is running on 10.0.0.0/24, while DMZ is 10.1.0.0/24. But based on your static commands, it was the other way round. What's your inside and DMZ interface IP Addresses?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Referring to your first post combined with the above , your nat/global/static config should be as follow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Global (outside) 1 1.1.1.10-1.1.1.20 netmask 255.255.255.192&lt;/P&gt;&lt;P&gt;Global (outside) 1.1.1.21 netmask 255.255.255.192&lt;/P&gt;&lt;P&gt;nat (inside) 1 10.0.0.0 255.255.255.0 0 0 -------&amp;gt; inside segment - 10.0.0.0/24&lt;/P&gt;&lt;P&gt;nat (dmz) 1 10.1.0.0 255.255.255.0 0 0  ---------&amp;gt; DMZ - 10.1.0.0/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have just tested your config, and it should work as follow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*ACL test fr dmz-to-inside using telnet &amp;amp; ping&lt;/P&gt;&lt;P&gt;access-list inside1 permit icmp any any &lt;/P&gt;&lt;P&gt;access-list inside1 permit tcp host 10.0.0.52 host 10.1.0.27 eq telnet &lt;/P&gt;&lt;P&gt;access-list inside1 permit tcp host 10.0.0.52 host 10.1.0.31 eq telnet &lt;/P&gt;&lt;P&gt;access-list dmz1 permit icmp host 10.1.0.27 host 10.0.0.52 &lt;/P&gt;&lt;P&gt;access-list dmz1 permit icmp host 10.1.0.31 host 10.0.0.52 &lt;/P&gt;&lt;P&gt;access-list dmz1 permit tcp host 10.1.0.27 host 10.0.0.52 eq telnet &lt;/P&gt;&lt;P&gt;access-list dmz1 permit tcp host 10.1.0.31 host 10.0.0.52 eq telnet &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 1.1.1.10-1.1.1.20 netmask 255.255.255.192&lt;/P&gt;&lt;P&gt;global (outside) 1 1.1.1.21 netmask 255.255.255.192&lt;/P&gt;&lt;P&gt;nat (inside) 1 10.0.0.0 255.255.255.0 0 0&lt;/P&gt;&lt;P&gt;nat (dmz) 1 10.1.0.0 255.255.255.0 0 0&lt;/P&gt;&lt;P&gt;static (inside,dmz) 10.0.0.52 10.0.0.52 netmask 255.255.255.255 0 0 *&lt;/P&gt;&lt;P&gt;access-group inside1 in interface inside&lt;/P&gt;&lt;P&gt;access-group dmz1 in interface dmz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* also works with "static (inside,dmz) 10.0.0.0 10.0.0.0 netmask 255.255.255.0" as the ACL will control the access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;AK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2006 15:44:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-and-acl-on-pix-basic-question/m-p/677919#M496926</guid>
      <dc:creator>a.kiprawih</dc:creator>
      <dc:date>2006-10-30T15:44:28Z</dc:date>
    </item>
  </channel>
</rss>

