<?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 problem with dynamic outside nat on pix in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/problem-with-dynamic-outside-nat-on-pix/m-p/534000#M527110</link>
    <description>&lt;P&gt;i have a pix connected with two interface .on the inside interface i have a host 1.1.1.2 and on the outside i have a host 2.1.1.2. i have configured outside dynamic nat which deosn't work here's my config &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (outside) 1 2.1.1.2 255.255.255.255 outside&lt;/P&gt;&lt;P&gt;global (inside) 1 interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pix inside interface 1.1.1.1&lt;/P&gt;&lt;P&gt;pix outside interfaec 2.1.1.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 101 permit ip any any &lt;/P&gt;&lt;P&gt;access-group 101 in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls help what is the problem out here &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sebastan &lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 08:44:15 GMT</pubDate>
    <dc:creator>sebastan_bach</dc:creator>
    <dc:date>2020-02-21T08:44:15Z</dc:date>
    <item>
      <title>problem with dynamic outside nat on pix</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-dynamic-outside-nat-on-pix/m-p/534000#M527110</link>
      <description>&lt;P&gt;i have a pix connected with two interface .on the inside interface i have a host 1.1.1.2 and on the outside i have a host 2.1.1.2. i have configured outside dynamic nat which deosn't work here's my config &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (outside) 1 2.1.1.2 255.255.255.255 outside&lt;/P&gt;&lt;P&gt;global (inside) 1 interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pix inside interface 1.1.1.1&lt;/P&gt;&lt;P&gt;pix outside interfaec 2.1.1.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 101 permit ip any any &lt;/P&gt;&lt;P&gt;access-group 101 in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls help what is the problem out here &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sebastan &lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 08:44:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-dynamic-outside-nat-on-pix/m-p/534000#M527110</guid>
      <dc:creator>sebastan_bach</dc:creator>
      <dc:date>2020-02-21T08:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: problem with dynamic outside nat on pix</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-dynamic-outside-nat-on-pix/m-p/534001#M527112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are missing the rule that will allow the outside user to access the host located on the trusted network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 1.1.1.2 1.1.1.2 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The I stronly recommend to use outside NAT with a static translation as well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (outside,inside) X 2.1.1.2 netmask 255.255.255.255 outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you still want to use nat/global you will need to specify the traffic that is going to be translated from outside to inside (use ACLs) and the traffic that is not going to be translated as well; otherwise, translations from traffic going inside --&amp;gt;&amp;gt;outside are gonna be broken&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Franco Zamora&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2006 04:45:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-dynamic-outside-nat-on-pix/m-p/534001#M527112</guid>
      <dc:creator>fzamora</dc:creator>
      <dc:date>2006-02-27T04:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: problem with dynamic outside nat on pix</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-dynamic-outside-nat-on-pix/m-p/534002#M527113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi frnaco thanks for ur detailed explanation.as perur explanation it means that when i want to implement a dynamic outside nat there has to be a static (inside,outside) am i right. i think cause when the packet from the outside host reaches on the outside interface for a destination the pix requires a translation table for the destination which is not present because of which packets are getting dropped.so it possibel that i want to configure a entire subnet with dynamic outside nat is it possible. say in this same scenario i change the nat statement from a single host to a subnet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (outside) 1 2.1.1.0 255.255.255.0 outside &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible pls help me on this franco. see ya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks once again &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sebastan&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2006 05:54:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-dynamic-outside-nat-on-pix/m-p/534002#M527113</guid>
      <dc:creator>sebastan_bach</dc:creator>
      <dc:date>2006-02-27T05:54:53Z</dc:date>
    </item>
  </channel>
</rss>

