<?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 515 Version 6.3 nat'ing question in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-515-version-6-3-nat-ing-question/m-p/736861#M1001546</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to make it so that only the data going from my internal 47.15 gets nat'd to 3.21 and info going to all other locations continues as was stated before.  The firewall is currently working in the enviroment as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside_datae) 1 192.168.1.25 &lt;/P&gt;&lt;P&gt;global (outside_datap) 2 192.168.3.25 &lt;/P&gt;&lt;P&gt;nat (inside) 1 access-list datae &lt;/P&gt;&lt;P&gt;nat (inside) 2 access-list datap&lt;/P&gt;&lt;P&gt;access-group data_e in interface outside_datae &lt;/P&gt;&lt;P&gt;access-group data_p in interface outside_datap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added the enteries in my first post to get access to a different location on the outside, but have a specific translation on that address.  The first post I made has the changes I added and I was just wondering the implications of my changes.  Hopefully they don't break what was already there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jul 2007 14:39:43 GMT</pubDate>
    <dc:creator>ericluoma</dc:creator>
    <dc:date>2007-07-23T14:39:43Z</dc:date>
    <item>
      <title>PIX 515 Version 6.3 nat'ing question</title>
      <link>https://community.cisco.com/t5/network-security/pix-515-version-6-3-nat-ing-question/m-p/736858#M1001530</link>
      <description>&lt;P&gt;is the following ok?  I am unsure if I can nat my 47.15 address to 3.21 with the interface alreading having a NAT that appears to be for all traffic going over the interface.  Any guidence on this would be great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside_datae) 1 192.168.1.25&lt;/P&gt;&lt;P&gt;global (outside_datap) 2 192.168.3.25&lt;/P&gt;&lt;P&gt;global (outside_datap) 3 192.168.3.21&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 1 access-list datae&lt;/P&gt;&lt;P&gt;nat (inside) 2 access-list datap&lt;/P&gt;&lt;P&gt;nat (inside) 3 192.168.47.15&lt;/P&gt;&lt;P&gt;access-group data_e in interface outside_datae&lt;/P&gt;&lt;P&gt;access-group data_p in interface outside_datap&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 10:48:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515-version-6-3-nat-ing-question/m-p/736858#M1001530</guid>
      <dc:creator>ericluoma</dc:creator>
      <dc:date>2019-03-11T10:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515 Version 6.3 nat'ing question</title>
      <link>https://community.cisco.com/t5/network-security/pix-515-version-6-3-nat-ing-question/m-p/736859#M1001536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;assuming 192.168.47.15 is a single host address and not a network address, it's better to use the static command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside_datap) 192.168.3.21 192.168.47.15&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this also depends on what you're trying to accomplish.  the way you have it, it's actually set up for PAT (aka NAT overloading) and not a true 1:1 static NAT.  If you want inbound connections to be allowed to 192.168.47.15, you should use the static command.&lt;/P&gt;&lt;P&gt;depending on what ACL's datae and datap look like, the nat 3 statement may never take affect.  &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 14:09:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515-version-6-3-nat-ing-question/m-p/736859#M1001536</guid>
      <dc:creator>srue</dc:creator>
      <dc:date>2007-07-23T14:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515 Version 6.3 nat'ing question</title>
      <link>https://community.cisco.com/t5/network-security/pix-515-version-6-3-nat-ing-question/m-p/736860#M1001542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The more specific one wins. !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilbert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 14:18:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515-version-6-3-nat-ing-question/m-p/736860#M1001542</guid>
      <dc:creator>ggilbert</dc:creator>
      <dc:date>2007-07-23T14:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515 Version 6.3 nat'ing question</title>
      <link>https://community.cisco.com/t5/network-security/pix-515-version-6-3-nat-ing-question/m-p/736861#M1001546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to make it so that only the data going from my internal 47.15 gets nat'd to 3.21 and info going to all other locations continues as was stated before.  The firewall is currently working in the enviroment as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside_datae) 1 192.168.1.25 &lt;/P&gt;&lt;P&gt;global (outside_datap) 2 192.168.3.25 &lt;/P&gt;&lt;P&gt;nat (inside) 1 access-list datae &lt;/P&gt;&lt;P&gt;nat (inside) 2 access-list datap&lt;/P&gt;&lt;P&gt;access-group data_e in interface outside_datae &lt;/P&gt;&lt;P&gt;access-group data_p in interface outside_datap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added the enteries in my first post to get access to a different location on the outside, but have a specific translation on that address.  The first post I made has the changes I added and I was just wondering the implications of my changes.  Hopefully they don't break what was already there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 14:39:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515-version-6-3-nat-ing-question/m-p/736861#M1001546</guid>
      <dc:creator>ericluoma</dc:creator>
      <dc:date>2007-07-23T14:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515 Version 6.3 nat'ing question</title>
      <link>https://community.cisco.com/t5/network-security/pix-515-version-6-3-nat-ing-question/m-p/736862#M1001552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;According to your configuration, you have an access-list called as "datae" and "data_e" &amp;amp; "datap" and "data_p"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the access-list with "_" is applied to the interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The access-list without "_" is applied to the nat statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if there is anything you would need help with in this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 14:38:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515-version-6-3-nat-ing-question/m-p/736862#M1001552</guid>
      <dc:creator>ggilbert</dc:creator>
      <dc:date>2007-07-26T14:38:33Z</dc:date>
    </item>
  </channel>
</rss>

