<?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 NAT Question in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nat-question/m-p/1225286#M835563</link>
    <description>&lt;P&gt;I have a general NAT question I hope you can help us with.  We are converting from a large public ip address block (no NAT whatsoever) into a private address space using a combination of NAT / PAT, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the ASA can do this without issue (version 8.04), but want to verify.  On the Outside interface I have a completely different subnet than the public space I have inside.  (Basically a /30 on the outside to the provider and a large /19 on the inside).  Now, can I NAT this /19 to the Outside interface even though is is on a different subnet than the /30 assigned to the Outside?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example (ip's changed to preserve the innocent):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Outside IP = 23.2.2.2 /30 (apologies to whoever owns this space)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside IP = 167.2.0.0 /19 (more apologies)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I NAT that 167.2.0.0 /19 to the Outside without issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your assistance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 15:34:00 GMT</pubDate>
    <dc:creator>jim_berlow</dc:creator>
    <dc:date>2019-03-11T15:34:00Z</dc:date>
    <item>
      <title>NAT Question</title>
      <link>https://community.cisco.com/t5/network-security/nat-question/m-p/1225286#M835563</link>
      <description>&lt;P&gt;I have a general NAT question I hope you can help us with.  We are converting from a large public ip address block (no NAT whatsoever) into a private address space using a combination of NAT / PAT, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the ASA can do this without issue (version 8.04), but want to verify.  On the Outside interface I have a completely different subnet than the public space I have inside.  (Basically a /30 on the outside to the provider and a large /19 on the inside).  Now, can I NAT this /19 to the Outside interface even though is is on a different subnet than the /30 assigned to the Outside?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example (ip's changed to preserve the innocent):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Outside IP = 23.2.2.2 /30 (apologies to whoever owns this space)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside IP = 167.2.0.0 /19 (more apologies)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I NAT that 167.2.0.0 /19 to the Outside without issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your assistance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 15:34:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-question/m-p/1225286#M835563</guid>
      <dc:creator>jim_berlow</dc:creator>
      <dc:date>2019-03-11T15:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: NAT Question</title>
      <link>https://community.cisco.com/t5/network-security/nat-question/m-p/1225287#M835564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes no problem. I'm assuming you mean hide all the 167.2.0.0/19 addresses behind 23.2.2.2 ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 1 167.2.0.0 255.255.224.0 &lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i have misunderstood let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 15:25:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-question/m-p/1225287#M835564</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2009-05-19T15:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: NAT Question</title>
      <link>https://community.cisco.com/t5/network-security/nat-question/m-p/1225288#M835565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Jon - that is part of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How about if we have public servers on an IP address example 167.2.1.1 (SMTP)?  Can I simply create a statement like this and will this work?  This host is currently assigned the public IP 167.2.1.1 right on its tcp/ip stack and it will now be assigned a private address like 10.1.226.223 (assume I have done all the routing inside correctly, etc).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (Inside,Outside) tcp 167.2.1.1 25 10.1.226.223 25 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help,&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 15:38:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-question/m-p/1225288#M835565</guid>
      <dc:creator>jim_berlow</dc:creator>
      <dc:date>2009-05-19T15:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: NAT Question</title>
      <link>https://community.cisco.com/t5/network-security/nat-question/m-p/1225289#M835566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As long as any requests for 167.2.1.1 are routed to the outside interface of your ASA from the Internet then yes you should be fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 15:41:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-question/m-p/1225289#M835566</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2009-05-19T15:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: NAT Question</title>
      <link>https://community.cisco.com/t5/network-security/nat-question/m-p/1225290#M835567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Jon.  That is exactly what I wanted to verify.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 15:45:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-question/m-p/1225290#M835567</guid>
      <dc:creator>jim_berlow</dc:creator>
      <dc:date>2009-05-19T15:45:07Z</dc:date>
    </item>
  </channel>
</rss>

