<?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: PIX Configuration problem in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-configuration-problem/m-p/1005286#M941376</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;statics override nats, except if it is a nat 0 so:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Your inside server will be translated to the firewall interface address when it talks outside (nat (inside) 3)&lt;/P&gt;&lt;P&gt;2) Your dmz server will be translated to 172.28.92.72 (because of the nat (inside) 0 nonat) and this address (172.28.92.72) is private address space and is not routed on the internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this to work you need to try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REMOVE NONAT CONFIG FOR DMZ SERVER:&lt;/P&gt;&lt;P&gt;no access-list nonat extended permit ip host 172.28.92.72 host x.219.212.217 &lt;/P&gt;&lt;P&gt;no access-list nonat extended permit ip host 172.28.92.72 x.223.188.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REMOVE STATIC ENTRY FOR DMZ SERVER:&lt;/P&gt;&lt;P&gt;no static (edn,outside) 172.28.92.72 172.28.92.72 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLEAR CURRENT TRANSLATION TABLE&lt;/P&gt;&lt;P&gt;clear xlate local 172.28.92.72&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attempt to connect again. This should be translated to the interface address now because of the  "nat (dmz) 3" statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Mar 2008 18:56:13 GMT</pubDate>
    <dc:creator>brettmilborrow</dc:creator>
    <dc:date>2008-03-06T18:56:13Z</dc:date>
    <item>
      <title>PIX Configuration problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-configuration-problem/m-p/1005285#M941375</link>
      <description>&lt;P&gt;I have two servers one located in pix inside and one in dmz. I wanted to configure them so that they can communicate with routers and switches&lt;/P&gt;&lt;P&gt;located outside of pix firewall. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My inside server is working fine, able to go Internet and able to comminicate with all devices located on outside of Pix firewall. below mention is configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;of insideserver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; access-list outside_acl extended permit ip x.223.188.0 255.255.255.0 host 172.28.32.50 &lt;/P&gt;&lt;P&gt;access-list outside_acl extended permit ip host x.219.212.217 host 172.28.32.50 &lt;/P&gt;&lt;P&gt;access-list nonat extended permit ip host 172.28.32.50 host x.219.212.217 &lt;/P&gt;&lt;P&gt;access-list nonat extended permit ip host 172.28.32.50 x.223.188.0 255.255.255.0&lt;/P&gt;&lt;P&gt;access-list inside_acl extended permit ip host 172.28.32.50 any &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my DMZ server is not working. Though I did the same configuration as for Inside server. DMZ server not able to communicate with outside&lt;/P&gt;&lt;P&gt;network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_acl extended permit ip x.223.188.0 255.255.255.0 host 172.28.92.72 &lt;/P&gt;&lt;P&gt;access-list outside_acl extended permit ip host x.219.212.217 host 172.28.92.72 &lt;/P&gt;&lt;P&gt;access-list nonat extended permit ip host 172.28.92.72 host x.219.212.217 &lt;/P&gt;&lt;P&gt;access-list nonat extended permit ip host 172.28.92.72 x.223.188.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list dmz_acl extended permit ip host 172.28.92.72 any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i creat a static entry for DMZ SNMP server, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (edn,outside) 172.28.92.72 172.28.92.72 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it starts communicating with outside devices but Internet stop working on that server. same configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;works with INside server but not with dmz server. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list nonat&lt;/P&gt;&lt;P&gt;nat (inside) 3 172.28.32.0 255.255.255.0&lt;/P&gt;&lt;P&gt;nat (dmz) 3 172.28.92.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 3 interface&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 12:13:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-configuration-problem/m-p/1005285#M941375</guid>
      <dc:creator>wasiimcisco</dc:creator>
      <dc:date>2019-03-11T12:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Configuration problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-configuration-problem/m-p/1005286#M941376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;statics override nats, except if it is a nat 0 so:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Your inside server will be translated to the firewall interface address when it talks outside (nat (inside) 3)&lt;/P&gt;&lt;P&gt;2) Your dmz server will be translated to 172.28.92.72 (because of the nat (inside) 0 nonat) and this address (172.28.92.72) is private address space and is not routed on the internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this to work you need to try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REMOVE NONAT CONFIG FOR DMZ SERVER:&lt;/P&gt;&lt;P&gt;no access-list nonat extended permit ip host 172.28.92.72 host x.219.212.217 &lt;/P&gt;&lt;P&gt;no access-list nonat extended permit ip host 172.28.92.72 x.223.188.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REMOVE STATIC ENTRY FOR DMZ SERVER:&lt;/P&gt;&lt;P&gt;no static (edn,outside) 172.28.92.72 172.28.92.72 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLEAR CURRENT TRANSLATION TABLE&lt;/P&gt;&lt;P&gt;clear xlate local 172.28.92.72&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attempt to connect again. This should be translated to the interface address now because of the  "nat (dmz) 3" statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2008 18:56:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-configuration-problem/m-p/1005286#M941376</guid>
      <dc:creator>brettmilborrow</dc:creator>
      <dc:date>2008-03-06T18:56:13Z</dc:date>
    </item>
  </channel>
</rss>

