<?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 Static Translation in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-static-translation/m-p/264230#M595496</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nadeem, Can you elaborate on this? How and why would this destination NAT static be used? I have seen this in a config but couldn't figure what they were trying to accomplish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Jan 2004 19:32:21 GMT</pubDate>
    <dc:creator>t.moxon</dc:creator>
    <dc:date>2004-01-15T19:32:21Z</dc:date>
    <item>
      <title>PIX Static Translation</title>
      <link>https://community.cisco.com/t5/network-security/pix-static-translation/m-p/264227#M595486</link>
      <description>&lt;P&gt;Just a quick question I though I would put out on the table.  I have a  Pix 515, with a total of four DMZ's.  I had to configure STATic mappings across DMZ's for certian servers.  Here is my question. There are three types of Static Translations: &lt;/P&gt;&lt;P&gt;Note High and low refer to security levels.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. static (high,low)low high&lt;/P&gt;&lt;P&gt;2. static (high,low) high high&lt;/P&gt;&lt;P&gt;3. ????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the third static confgiuration and what would it be used for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 07:11:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-static-translation/m-p/264227#M595486</guid>
      <dc:creator>b.joanis</dc:creator>
      <dc:date>2020-02-21T07:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Static Translation</title>
      <link>https://community.cisco.com/t5/network-security/pix-static-translation/m-p/264228#M595489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3rd is &lt;/P&gt;&lt;P&gt;static (low,high) high low&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is called Destination NAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nadeem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jan 2004 03:08:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-static-translation/m-p/264228#M595489</guid>
      <dc:creator>nkhawaja</dc:creator>
      <dc:date>2004-01-10T03:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Static Translation</title>
      <link>https://community.cisco.com/t5/network-security/pix-static-translation/m-p/264229#M595494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2004 15:35:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-static-translation/m-p/264229#M595494</guid>
      <dc:creator>b.joanis</dc:creator>
      <dc:date>2004-01-12T15:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Static Translation</title>
      <link>https://community.cisco.com/t5/network-security/pix-static-translation/m-p/264230#M595496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nadeem, Can you elaborate on this? How and why would this destination NAT static be used? I have seen this in a config but couldn't figure what they were trying to accomplish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2004 19:32:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-static-translation/m-p/264230#M595496</guid>
      <dc:creator>t.moxon</dc:creator>
      <dc:date>2004-01-15T19:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Static Translation</title>
      <link>https://community.cisco.com/t5/network-security/pix-static-translation/m-p/264231#M595498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Easy example here is a 3 interface PIX.  Let's say you have a webserver on the DMZ interface of the PIX and you want your internal users to be able to access this server via the global address rather than the address configured locally on the box itself.  This is fairly common when the DNS reply for the webserver name is a global address.  So, in a case like this, you could solve this problem by entering:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (dmz,inside) 2.2.2.2 10.1.1.1 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, the PIX would translate the DESTINATION address from 2.2.2.2 on the inside interface to 10.1.1.1 and place the packet on the DMZ interface.  Does this help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2004 21:06:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-static-translation/m-p/264231#M595498</guid>
      <dc:creator>scoclayton</dc:creator>
      <dc:date>2004-01-15T21:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Static Translation</title>
      <link>https://community.cisco.com/t5/network-security/pix-static-translation/m-p/264232#M595501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gents,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Makes sense.  This will come in handy with some of the web projects I have going on now. Any chance anyone can send a web link to Cisco's documentation on this static command.&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;Brian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2004 12:54:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-static-translation/m-p/264232#M595501</guid>
      <dc:creator>b.joanis</dc:creator>
      <dc:date>2004-01-16T12:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Static Translation</title>
      <link>https://community.cisco.com/t5/network-security/pix-static-translation/m-p/264233#M595504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Such as this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_63/cmdref/s.htm#1026694" target="_blank"&gt;http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_63/cmdref/s.htm#1026694&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Glad we could help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2004 14:47:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-static-translation/m-p/264233#M595504</guid>
      <dc:creator>scoclayton</dc:creator>
      <dc:date>2004-01-16T14:47:38Z</dc:date>
    </item>
  </channel>
</rss>

