<?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 Thanks for the reply but I in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-nat-non-interface-ip/m-p/2960583#M144199</link>
    <description>&lt;UL&gt;
&lt;LI&gt;&lt;SPAN style="-webkit-text-size-adjust: 100%;"&gt;Thanks for the reply but I don't see how this would allow me to use a non-interface address. The NAT command you have specifies that the NAT is done on the interface address.&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN style="-webkit-text-size-adjust: 100%;"&gt;Imagine that I have 100.0.0.0/28 as a block of addresses,and my outside interface is using 100.0.0.2. I want to use 100.0.0.3 port 443 to point to one internal server but then have 80 point to another. I don't want to use 100.0.0.2 which is mapped to the outside interface.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Dec 2016 02:49:50 GMT</pubDate>
    <dc:creator>Nathan Farrar</dc:creator>
    <dc:date>2016-12-14T02:49:50Z</dc:date>
    <item>
      <title>ASA NAT - non interface IP</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-non-interface-ip/m-p/2960581#M144197</link>
      <description>&lt;P&gt;ASA running 9.1 code. I have a block of IP addresses on the public side. On the inside I have a DMZ and private VLAN. I want to map a specific port to a server in the DMZ on a specific public IP address. This address is not the interface IP address facing the ISP, generally I would do something like:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;object network obj_server&lt;/P&gt;
&lt;P&gt;&amp;nbsp; host 10.1.1.1&lt;/P&gt;
&lt;P&gt;&amp;nbsp; nat (dmz,outside) static interface service tcp www www&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;This would map the specific port I want but would only allow me to use the address mapped to the outside interface. The only other way I can map a non-interface IP, that I know of, is:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;object network obj_server&lt;/P&gt;
&lt;P&gt;&amp;nbsp; host 10.1.1.1&lt;/P&gt;
&lt;P&gt;&amp;nbsp; nat (dmz,outside) static &amp;lt;outside IP&amp;gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;This will give me all or none. I could lock it down to one port of course, but I want to be able to use the same non-interface IP for different NAT/PAT to different servers. I would like that non-interface IP to send 443 to one server and then send 80 to a different server.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thoughts?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 08:39:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-non-interface-ip/m-p/2960581#M144197</guid>
      <dc:creator>Nathan Farrar</dc:creator>
      <dc:date>2019-03-12T08:39:39Z</dc:date>
    </item>
    <item>
      <title>Hi ,</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-non-interface-ip/m-p/2960582#M144198</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;Try this !!!!&lt;/P&gt;
&lt;P&gt;Object network webserv_ip_insid&lt;/P&gt;
&lt;P&gt;Host 192.168.10.10&lt;/P&gt;
&lt;P&gt;Nat (Dmz_int,Out_int) dynamic interface service tcp 443 443&lt;/P&gt;
&lt;P&gt;Access-list out_to_dmz extended permit tcp any object&amp;nbsp;&lt;SPAN&gt;webserv_ip_insid eq 443&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Access-group&amp;nbsp;out_to_dmz in interface Dmz_int&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope this will help ....&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2016 00:54:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-non-interface-ip/m-p/2960582#M144198</guid>
      <dc:creator>MANI .P</dc:creator>
      <dc:date>2016-12-14T00:54:05Z</dc:date>
    </item>
    <item>
      <title>Thanks for the reply but I</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-non-interface-ip/m-p/2960583#M144199</link>
      <description>&lt;UL&gt;
&lt;LI&gt;&lt;SPAN style="-webkit-text-size-adjust: 100%;"&gt;Thanks for the reply but I don't see how this would allow me to use a non-interface address. The NAT command you have specifies that the NAT is done on the interface address.&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN style="-webkit-text-size-adjust: 100%;"&gt;Imagine that I have 100.0.0.0/28 as a block of addresses,and my outside interface is using 100.0.0.2. I want to use 100.0.0.3 port 443 to point to one internal server but then have 80 point to another. I don't want to use 100.0.0.2 which is mapped to the outside interface.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2016 02:49:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-non-interface-ip/m-p/2960583#M144199</guid>
      <dc:creator>Nathan Farrar</dc:creator>
      <dc:date>2016-12-14T02:49:50Z</dc:date>
    </item>
    <item>
      <title>I hope this will help you ...</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-non-interface-ip/m-p/2960584#M144201</link>
      <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I hope this will help you ...&lt;/P&gt;
&lt;P&gt;--------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;object network 443_server&lt;BR /&gt;192.168.10.10&lt;BR /&gt;nat (dmz_int , Out_int) static 100.0.0.3 service tcp 443 443&lt;/P&gt;
&lt;P&gt;object network 80_server&lt;BR /&gt;192.168.10.11&lt;BR /&gt;nat (dmz_int , Out_int) static 100.0.0.3 service tcp 80 80&lt;/P&gt;
&lt;P&gt;------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;Access-list out_to_dmz extended permit tcp any object &lt;SPAN&gt;443_server&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;eq 443&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Access-list out_to_dmz extended permit tcp any object&lt;SPAN&gt; 80_server&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;eq 443&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Access-group&amp;nbsp;out_to_dmz in interface Dmz_int&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;---------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please rate me if this help you .&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Mani.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2016 05:06:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-non-interface-ip/m-p/2960584#M144201</guid>
      <dc:creator>MANI .P</dc:creator>
      <dc:date>2016-12-14T05:06:51Z</dc:date>
    </item>
  </channel>
</rss>

