<?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 nat between interfaces in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-nat-between-interfaces/m-p/1342661#M838245</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its pretty standard, I've used sub interfaces on another firewall recently, same code too, without problems&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/0&lt;/P&gt;&lt;P&gt; speed 1000&lt;/P&gt;&lt;P&gt; duplex full&lt;/P&gt;&lt;P&gt; nameif outside&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address XXX.YYY.ZZZ.2 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/1&lt;/P&gt;&lt;P&gt; nameif inside&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 192.168.1.253 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/2&lt;/P&gt;&lt;P&gt; no nameif&lt;/P&gt;&lt;P&gt; security-level 50&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/2.1&lt;/P&gt;&lt;P&gt; description *** Link for SQL Server VLAN 3 ***&lt;/P&gt;&lt;P&gt; vlan 3&lt;/P&gt;&lt;P&gt; nameif dmz1&lt;/P&gt;&lt;P&gt; security-level 50&lt;/P&gt;&lt;P&gt; ip address 192.168.12.1 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/2.2&lt;/P&gt;&lt;P&gt; description *** Link for VIP DMZ ***&lt;/P&gt;&lt;P&gt; vlan 2&lt;/P&gt;&lt;P&gt; nameif dmz2&lt;/P&gt;&lt;P&gt; security-level 50&lt;/P&gt;&lt;P&gt; ip address 192.168.100.254 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added a line to the inside ACL to allow 192.168.12.0 through to 192.168.100.0 just to see what happens, the FW then rejected the reply with the following syslog message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;305006	192.168.100.1	regular translation creation failed for icmp src inside:192.168.12.112 dst dmz2:192.168.100.1 (type 0, code 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Makes no sense&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers Tony&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Sep 2009 14:46:24 GMT</pubDate>
    <dc:creator>tholmes</dc:creator>
    <dc:date>2009-09-10T14:46:24Z</dc:date>
    <item>
      <title>ASA nat between interfaces</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-between-interfaces/m-p/1342656#M838231</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please help me solve this weird problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I ping from a device on DMZ2 192.168.100.1 to a device on DMZ1 192.168.12.112&lt;/P&gt;&lt;P&gt;the ASA thinks the reply is coming from the inside network and so doesn't translate the response!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've had to sub-interface g0/2 as I'd run out of interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/2&lt;/P&gt;&lt;P&gt; no nameif&lt;/P&gt;&lt;P&gt; security-level 50&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/2.1&lt;/P&gt;&lt;P&gt; vlan 3&lt;/P&gt;&lt;P&gt; nameif dmz1&lt;/P&gt;&lt;P&gt; security-level 50&lt;/P&gt;&lt;P&gt; ip address 192.168.12.1 255.255.255.0 &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/2.2&lt;/P&gt;&lt;P&gt; vlan 2&lt;/P&gt;&lt;P&gt; nameif dmz2&lt;/P&gt;&lt;P&gt; security-level 40&lt;/P&gt;&lt;P&gt; ip address 192.168.100.254 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;same-security-traffic permit inter-interface&lt;/P&gt;&lt;P&gt;same-security-traffic permit intra-interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list dmz1 extended permit icmp any any &lt;/P&gt;&lt;P&gt;access-list dmz2 extended permit ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list dmz1_dmz2 extended permit ip 192.168.12.0 255.255.255.0 192.168.100.0 255.255.252.0 &lt;/P&gt;&lt;P&gt;access-list dmz2_dmz1 extended permit ip 192.168.100.0 255.255.252.0 192.168.12.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (dmz1) 0 access-list dmz1_dmz2&lt;/P&gt;&lt;P&gt;nat (dmz2) 0 access-list dmz2_dmz1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group dmz1 in interface dmz1&lt;/P&gt;&lt;P&gt;access-group dmz2 in interface dmz2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (dmz,outside) XX.YYY.XXX.112 192.168.12.112 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stange though, if I ping the Public IP address is works, but I need to use the real IP address&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syslog  = 305006 192.168.100.1	regular translation creation failed for icmp src inside:192.168.12.112 dst dmz2:192.168.100.1 (type 0, code 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a cutdown version, everything else works fine, devices on the Inside and both DMZs can get to the Internet ok&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help or advice would be much appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Tony&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 16:13:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-between-interfaces/m-p/1342656#M838231</guid>
      <dc:creator>tholmes</dc:creator>
      <dc:date>2019-03-11T16:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: ASA nat between interfaces</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-between-interfaces/m-p/1342657#M838234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no access-list dmz1_dmz2 extended permit ip 192.168.12.0 255.255.255.0 192.168.100.0 255.255.252.0 &lt;/P&gt;&lt;P&gt;no access-list dmz2_dmz1 extended permit ip 192.168.100.0 255.255.252.0 192.168.12.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;no nat (dmz1) 0 access-list dmz1_dmz2 &lt;/P&gt;&lt;P&gt;no nat (dmz2) 0 access-list dmz2_dmz1 &lt;/P&gt;&lt;P&gt;static (dmz1,dmz2) 192.168.12.0 192.168.12.0 netmask 255.255.255.0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2009 17:47:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-between-interfaces/m-p/1342657#M838234</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2009-09-09T17:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: ASA nat between interfaces</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-between-interfaces/m-p/1342658#M838235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, there Acomiskey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply, I'll give it a go and let you know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers Tony&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 07:28:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-between-interfaces/m-p/1342658#M838235</guid>
      <dc:creator>tholmes</dc:creator>
      <dc:date>2009-09-10T07:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: ASA nat between interfaces</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-between-interfaces/m-p/1342659#M838238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What does the rest of your interface &lt;/P&gt;&lt;P&gt;config look like?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 13:51:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-between-interfaces/m-p/1342659#M838238</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2009-09-10T13:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: ASA nat between interfaces</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-between-interfaces/m-p/1342660#M838241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made those changes but no difference, the ASA still thinks the return packet is coming from the Inside and not the DMZ so it drops it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks anyhow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers Tony &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 14:15:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-between-interfaces/m-p/1342660#M838241</guid>
      <dc:creator>tholmes</dc:creator>
      <dc:date>2009-09-10T14:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: ASA nat between interfaces</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-between-interfaces/m-p/1342661#M838245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its pretty standard, I've used sub interfaces on another firewall recently, same code too, without problems&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/0&lt;/P&gt;&lt;P&gt; speed 1000&lt;/P&gt;&lt;P&gt; duplex full&lt;/P&gt;&lt;P&gt; nameif outside&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address XXX.YYY.ZZZ.2 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/1&lt;/P&gt;&lt;P&gt; nameif inside&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 192.168.1.253 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/2&lt;/P&gt;&lt;P&gt; no nameif&lt;/P&gt;&lt;P&gt; security-level 50&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/2.1&lt;/P&gt;&lt;P&gt; description *** Link for SQL Server VLAN 3 ***&lt;/P&gt;&lt;P&gt; vlan 3&lt;/P&gt;&lt;P&gt; nameif dmz1&lt;/P&gt;&lt;P&gt; security-level 50&lt;/P&gt;&lt;P&gt; ip address 192.168.12.1 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/2.2&lt;/P&gt;&lt;P&gt; description *** Link for VIP DMZ ***&lt;/P&gt;&lt;P&gt; vlan 2&lt;/P&gt;&lt;P&gt; nameif dmz2&lt;/P&gt;&lt;P&gt; security-level 50&lt;/P&gt;&lt;P&gt; ip address 192.168.100.254 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added a line to the inside ACL to allow 192.168.12.0 through to 192.168.100.0 just to see what happens, the FW then rejected the reply with the following syslog message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;305006	192.168.100.1	regular translation creation failed for icmp src inside:192.168.12.112 dst dmz2:192.168.100.1 (type 0, code 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Makes no sense&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers Tony&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 14:46:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-between-interfaces/m-p/1342661#M838245</guid>
      <dc:creator>tholmes</dc:creator>
      <dc:date>2009-09-10T14:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: ASA nat between interfaces</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-between-interfaces/m-p/1342662#M838252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It makes sense now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The end user has 2 NICs in his DMZ servers, 1 into the DMZ and the other into the Inside (not very secure!)&lt;/P&gt;&lt;P&gt;This means return traffic was coming in via the d/g which was pointing to the Inside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your help and taking the time to make some suggestions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much apprecaited&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tony&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2009 15:43:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-between-interfaces/m-p/1342662#M838252</guid>
      <dc:creator>tholmes</dc:creator>
      <dc:date>2009-09-14T15:43:32Z</dc:date>
    </item>
  </channel>
</rss>

