<?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: can I use both static and dynamic nat AND public/private add in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/can-i-use-both-static-and-dynamic-nat-and-public-private/m-p/1404074#M728606</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Couldn't you do nat 0 with an acl and then nat/global?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-l snmp-traffic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the acl only allow the traffic desinted to the snmp server on the outside (this acl cannot contain ports or protocols only permit or deny IP)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then for the rest of the internet traffic you can use nat/global or static.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Mar 2010 03:25:52 GMT</pubDate>
    <dc:creator>Kureli Sankar</dc:creator>
    <dc:date>2010-03-16T03:25:52Z</dc:date>
    <item>
      <title>can I use both static and dynamic nat AND public/private addresses for the same inside host?</title>
      <link>https://community.cisco.com/t5/network-security/can-i-use-both-static-and-dynamic-nat-and-public-private/m-p/1404071#M728596</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a host that is on the inside of a virtual context and I need to do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for only UDP SNMP response traffic, use a specific IP RFC 1918 address on the outside interface of the context. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for all other traffic, use the existing PAT internet-routable address on the outside interface of the context.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the primary reason for this setup is because public addresses are limited&amp;nbsp; and I don't want to use straight PAT translation because my monitoring host will consider all of the hosts behind a context as a single host.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rob.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 17:21:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-i-use-both-static-and-dynamic-nat-and-public-private/m-p/1404071#M728596</guid>
      <dc:creator>robdog01</dc:creator>
      <dc:date>2019-03-11T17:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: can I use both static and dynamic nat AND public/private add</title>
      <link>https://community.cisco.com/t5/network-security/can-i-use-both-static-and-dynamic-nat-and-public-private/m-p/1404072#M728599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you can try Policy NAT.&lt;/P&gt;&lt;P&gt;But if the packet will be sent to internet, it might be dropped if its source IP is a private IP.&lt;/P&gt;&lt;P&gt;I would like to suggest you to setup a vpn tunnel so that you can keep using the private IP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Mar 2010 05:37:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-i-use-both-static-and-dynamic-nat-and-public-private/m-p/1404072#M728599</guid>
      <dc:creator>Yudong Wu</dc:creator>
      <dc:date>2010-03-15T05:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: can I use both static and dynamic nat AND public/private add</title>
      <link>https://community.cisco.com/t5/network-security/can-i-use-both-static-and-dynamic-nat-and-public-private/m-p/1404073#M728602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I can actually use dynamic PAT policy.&amp;nbsp; I will need to do more thorough testing, but this seems to be the right way to go.&amp;nbsp; The only problem is that this will always be overriden by a static nat entry, so we will have to be careful how this is maintained.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Rob.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Mar 2010 23:13:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-i-use-both-static-and-dynamic-nat-and-public-private/m-p/1404073#M728602</guid>
      <dc:creator>robdog01</dc:creator>
      <dc:date>2010-03-15T23:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: can I use both static and dynamic nat AND public/private add</title>
      <link>https://community.cisco.com/t5/network-security/can-i-use-both-static-and-dynamic-nat-and-public-private/m-p/1404074#M728606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Couldn't you do nat 0 with an acl and then nat/global?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-l snmp-traffic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the acl only allow the traffic desinted to the snmp server on the outside (this acl cannot contain ports or protocols only permit or deny IP)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then for the rest of the internet traffic you can use nat/global or static.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Mar 2010 03:25:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-i-use-both-static-and-dynamic-nat-and-public-private/m-p/1404074#M728606</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2010-03-16T03:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: can I use both static and dynamic nat AND public/private add</title>
      <link>https://community.cisco.com/t5/network-security/can-i-use-both-static-and-dynamic-nat-and-public-private/m-p/1404075#M728613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the problem with the nat 0 is that I don't want to expose the internal addresses either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one problem that I discovered with dynamic PAT policy is that I cannot translate icmp traffic... that is a problem because my monitoring software will not proceed unless it can ping.. grr!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the scenario, if anyone cares to take a shot at it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;monitoring context = private lan, 10.1.1.0/24, external public address of 4.4.4.7/24&amp;nbsp; - global (outside) 1 interface&lt;/P&gt;&lt;P&gt;client context = private lan, 10.2.2.0/24, external public address of 4.4.4.8/24 - global (outside) 1 interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;monitoring host = 10.1.1.20/24&lt;/P&gt;&lt;P&gt;client host = 10.2.2.20/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to S-NAT all outbound monitoring traffic (ping, http(s), snmp, wmi, etc) with 10.255.255.20/24&lt;/P&gt;&lt;P&gt;I want to D-NAT the monitored host with 10.130.2.20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, there are 2 NAT operations to mask the 2 subnets involved.&amp;nbsp; I have specific reasons for this configuration (overlapping subnets to mention one of them), but need to be able to do it for each client context.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on the client side, for all traffic that is NOT monitor-specific (snmp reply, echo-reply, wmi-reply, etc.) to that specific host (10.255.255.20), I want to use the global 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Mar 2010 06:10:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-i-use-both-static-and-dynamic-nat-and-public-private/m-p/1404075#M728613</guid>
      <dc:creator>robdog01</dc:creator>
      <dc:date>2010-03-16T06:10:06Z</dc:date>
    </item>
  </channel>
</rss>

