<?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: ASA 5508 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-5508/m-p/3402553#M953817</link>
    <description>&lt;P&gt;Thank you for the reply .&lt;/P&gt;
&lt;P&gt;Just clarify something since i am not&amp;nbsp; the initial configurator of this ASA and my knowledge to it is limited to a point here is what i got now.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;show xlate&lt;BR /&gt;3 in use, 622 most used&lt;BR /&gt;Flags: D - DNS, e - extended, I - identity, i - dynamic, r - portmap,&lt;BR /&gt; s - static, T - twice, N - net-to-net&lt;BR /&gt;NAT from outside:x.x.x.13 to DMZ:x.x.x.13&lt;BR /&gt; flags s idle 407:21:47 timeout 0:00:00&lt;BR /&gt;NAT from outside:x.x.x.14 to DMZ:x.x.x.14&lt;BR /&gt; flags s idle 407:21:47 timeout 0:00:00&lt;/P&gt;
&lt;P&gt;NAT from DMZ:10.x.x.13 to outside:151.x.x.13 flags i idle 0:00:40 timeout 3:00:00&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now they want the .14 network to be nated dmz to the public&amp;nbsp; .14 network .Any ideas thank you for&amp;nbsp;&lt;/P&gt;
&lt;P&gt;your time.&lt;/P&gt;</description>
    <pubDate>Wed, 20 Jun 2018 10:58:42 GMT</pubDate>
    <dc:creator>Angelos</dc:creator>
    <dc:date>2018-06-20T10:58:42Z</dc:date>
    <item>
      <title>ASA 5508</title>
      <link>https://community.cisco.com/t5/network-security/asa-5508/m-p/3402427#M953812</link>
      <description>&lt;P&gt;Hello to all this is my first post so i would try to keep it simple and clean.&lt;/P&gt;
&lt;P&gt;I got 2 internal ip's that i want to translate them to 2 external ip's .Each one on its own.&lt;/P&gt;
&lt;P&gt;Lets say x.x.x.10 to x.x.x.200 and x.x.x.11 to x.x.x.201.&lt;/P&gt;
&lt;P&gt;Now which concept should i use i dont want to use dynamic nat with pool since i want to bind each address to its own .I have read about Twice Nat but i am not sure if is the right way to do it .&lt;/P&gt;
&lt;P&gt;Any help would be appreciated thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 15:54:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5508/m-p/3402427#M953812</guid>
      <dc:creator>Angelos</dc:creator>
      <dc:date>2020-02-21T15:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5508</title>
      <link>https://community.cisco.com/t5/network-security/asa-5508/m-p/3402439#M953816</link>
      <description>&lt;P&gt;Hi, you can use also dynamic pool. In this way the hosts will not be "exposed" to internet. This is an example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;conf t&lt;/P&gt;
&lt;P&gt;object network HOST1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;host x.x.x.10&lt;/P&gt;
&lt;P&gt;&amp;nbsp;nat (inside, outside) dynamic x.x.x.200&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;object network HOST2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;host x.x.x.11&lt;/P&gt;
&lt;P&gt;&amp;nbsp;nat (inside, outside) dynamic x.x.x.201&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;otherwise you must use static rules, example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;static (inside,outside)&amp;nbsp;x.x.x.x.200&amp;nbsp;x.x.x.10 netmask 255.255.255.255&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;static (inside,outside)&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;x.x.x.x.201&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;x.x.x.11&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;netmask 255.255.255.255&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The commands can be different based on the ASA fw verison.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jun 2018 08:03:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5508/m-p/3402439#M953816</guid>
      <dc:creator>Daniele Giordano</dc:creator>
      <dc:date>2018-06-20T08:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5508</title>
      <link>https://community.cisco.com/t5/network-security/asa-5508/m-p/3402553#M953817</link>
      <description>&lt;P&gt;Thank you for the reply .&lt;/P&gt;
&lt;P&gt;Just clarify something since i am not&amp;nbsp; the initial configurator of this ASA and my knowledge to it is limited to a point here is what i got now.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;show xlate&lt;BR /&gt;3 in use, 622 most used&lt;BR /&gt;Flags: D - DNS, e - extended, I - identity, i - dynamic, r - portmap,&lt;BR /&gt; s - static, T - twice, N - net-to-net&lt;BR /&gt;NAT from outside:x.x.x.13 to DMZ:x.x.x.13&lt;BR /&gt; flags s idle 407:21:47 timeout 0:00:00&lt;BR /&gt;NAT from outside:x.x.x.14 to DMZ:x.x.x.14&lt;BR /&gt; flags s idle 407:21:47 timeout 0:00:00&lt;/P&gt;
&lt;P&gt;NAT from DMZ:10.x.x.13 to outside:151.x.x.13 flags i idle 0:00:40 timeout 3:00:00&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now they want the .14 network to be nated dmz to the public&amp;nbsp; .14 network .Any ideas thank you for&amp;nbsp;&lt;/P&gt;
&lt;P&gt;your time.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jun 2018 10:58:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5508/m-p/3402553#M953817</guid>
      <dc:creator>Angelos</dc:creator>
      <dc:date>2018-06-20T10:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5508</title>
      <link>https://community.cisco.com/t5/network-security/asa-5508/m-p/3402574#M953819</link>
      <description>&lt;P&gt;Hi, you can try these commands:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;conf t&lt;/P&gt;
&lt;P&gt;object network x.x.x.14&lt;/P&gt;
&lt;P&gt;&amp;nbsp;subnet x.x.x.0 255.255.255.0&amp;nbsp; &amp;nbsp;!!! you must set ip and subnetmask according to your scenario&lt;/P&gt;
&lt;P&gt;&amp;nbsp;nat (DMZ, outside) dynamic x.x.x.14&amp;nbsp; &amp;nbsp;!!! configure the public ip&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jun 2018 11:53:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5508/m-p/3402574#M953819</guid>
      <dc:creator>Daniele Giordano</dc:creator>
      <dc:date>2018-06-20T11:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5508</title>
      <link>https://community.cisco.com/t5/network-security/asa-5508/m-p/3402587#M953821</link>
      <description>&lt;P&gt;I am getting that:WARNING: Pool (151.x.x.14) overlap with existing pool.&lt;/P&gt;
&lt;P&gt;after doing&lt;/P&gt;
&lt;P&gt;show nat pool&lt;/P&gt;
&lt;P&gt;i get this results&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NAT pool outside:NatPool, range 151.x.x.13-151.x.x.14, allocated 1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On your previous recommendation&amp;nbsp; the&amp;nbsp;&lt;/P&gt;
&lt;P&gt;conf t&lt;/P&gt;
&lt;P&gt;object network x.x.x.14 ---- is the internal ip i guess&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you .&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jun 2018 12:35:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5508/m-p/3402587#M953821</guid>
      <dc:creator>Angelos</dc:creator>
      <dc:date>2018-06-20T12:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5508</title>
      <link>https://community.cisco.com/t5/network-security/asa-5508/m-p/3402593#M953822</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;object network x.x.x.14 ---- is the internal ip i guess&amp;nbsp; &amp;lt;= yes&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;and the message&amp;nbsp;WARNING: Pool () overlap with existing pool is just a warning.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Anyhow you can remove the ip x.x.x.14 from the existing pool and create a new one if necessary.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jun 2018 12:25:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5508/m-p/3402593#M953822</guid>
      <dc:creator>Daniele Giordano</dc:creator>
      <dc:date>2018-06-20T12:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5508</title>
      <link>https://community.cisco.com/t5/network-security/asa-5508/m-p/3405383#M953824</link>
      <description>&lt;P&gt;Thank you for you replies and sorry for them late response .&lt;/P&gt;
&lt;P&gt;So here is what i got now&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;object network xxxxx&lt;BR /&gt; nat (outside,DMZ) static 10.x.x.14&lt;BR /&gt;object network xxxxx&lt;BR /&gt; nat (DMZ,outside) dynamic 151.x.x.14&lt;BR /&gt;object network xxxxx&lt;BR /&gt; nat (outside,DMZ) static 10.x.x.13&lt;BR /&gt;object network xxxxx&lt;BR /&gt; nat (DMZ,outside) dynamic 151.x.x.13&lt;BR /&gt;access-group Out-DMZ in interface outside&lt;BR /&gt;access-group DMZ_acl in interface DMZ&lt;BR /&gt;access-group DMZ-inside in interface inside&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For some reason the x.13 to x.13 Nat is working.&lt;/P&gt;
&lt;P&gt;The x.14 to x.14 is not&amp;nbsp; any ideas ?&lt;/P&gt;
&lt;P&gt;Am i missing something ?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jun 2018 06:05:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5508/m-p/3405383#M953824</guid>
      <dc:creator>Angelos</dc:creator>
      <dc:date>2018-06-26T06:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5508</title>
      <link>https://community.cisco.com/t5/network-security/asa-5508/m-p/3405499#M953826</link>
      <description>&lt;P&gt;I think when you use:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;object network xxxxx&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;nat (outside,DMZ) static 10.x.x.14&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;then&lt;BR /&gt;&lt;EM&gt;object network xxxxx&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;nat (outside,DMZ) static 10.x.x.13&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;this cannot work as you &lt;STRONG&gt;already&lt;/STRONG&gt; allocated outside ports to 10.x.x.14, hence no ports available also for 10.x.x.13&lt;BR /&gt;Here's what I would do:&lt;BR /&gt; - remove &lt;BR /&gt;&lt;EM&gt;object network xxxxx&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;nat (outside,DMZ) static 10.x.x.13&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt; - check the output of show run nat | 151.x.x.13&lt;BR /&gt; the right output should list only the related config from this &lt;BR /&gt;&lt;EM&gt;object network xxxxx&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;nat (DMZ,outside) dynamic 151.x.x.13&lt;/EM&gt;&lt;BR /&gt;If you see more lines, just see what other NAT config is using &lt;STRONG&gt;151.x.x.13&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If all is OK so far, then you should be able to have from DMZ to outside Internet access, as long as you permit this on the ACL &lt;EM&gt;DMZ_acl&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jun 2018 09:18:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5508/m-p/3405499#M953826</guid>
      <dc:creator>Florin Barhala</dc:creator>
      <dc:date>2018-06-26T09:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5508</title>
      <link>https://community.cisco.com/t5/network-security/asa-5508/m-p/3406333#M953828</link>
      <description>&lt;P&gt;mm it make's sense but what i realy want is that the 2 internal ip address translated to the 2 public ip address .Each one on its own the .13 to .13 and .14 to .14 .Can it be done ?.&lt;/P&gt;
&lt;P&gt;Now it works with the .13 if i reload the Asa is goes&amp;nbsp; ether to 13 or to 14 and i dont want that ,&lt;/P&gt;
&lt;P&gt;Thank you for your time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 12:20:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5508/m-p/3406333#M953828</guid>
      <dc:creator>Angelos</dc:creator>
      <dc:date>2018-06-27T12:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5508</title>
      <link>https://community.cisco.com/t5/network-security/asa-5508/m-p/3407101#M953829</link>
      <description>&lt;P&gt;Guys any ideas?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2018 09:06:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5508/m-p/3407101#M953829</guid>
      <dc:creator>Angelos</dc:creator>
      <dc:date>2018-06-28T09:06:06Z</dc:date>
    </item>
  </channel>
</rss>

