<?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 ASA alias, secondary subnet, no communcation between them? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-alias-secondary-subnet-no-communcation-between-them/m-p/1768408#M533189</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey thats great, you can now mark this thread as answered... &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Aug 2011 14:01:54 GMT</pubDate>
    <dc:creator>varrao</dc:creator>
    <dc:date>2011-08-18T14:01:54Z</dc:date>
    <item>
      <title>ASA alias, secondary subnet, no communcation between them?</title>
      <link>https://community.cisco.com/t5/network-security/asa-alias-secondary-subnet-no-communcation-between-them/m-p/1768403#M533184</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As this is an ASA 5505, unlimited users, I must use arp alias to allow a secondary network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside network: 10.200.31.0/24&lt;/P&gt;&lt;P&gt;Additional inside network: 10.200.12.0/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clients in both networks can reach internet, but they can't communicate with eachother. Hosts on the additional network can ping the ASA inside network IP, but nothing else. I get incomming hitcount for inside interface when 10.200.12.x tries to ping 10.200.31.x. In the error log, I see:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA log says:&lt;/P&gt;&lt;P&gt;3 Aug 18 2011 05:21:12 305006 10.200.12.10 portmap translation creation failed for icmp src inside:10.200.31.101 dst inside:10.200.12.10 (type 8, code 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trying the opposite way doesn't work either:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;Aug 18 2011&lt;/TD&gt;&lt;TD&gt;05:29:18&lt;/TD&gt;&lt;TD&gt;305006&lt;/TD&gt;&lt;TD&gt;10.200.31.101&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD&gt;portmap translation creation failed for icmp src inside:10.200.12.10 dst inside:10.200.31.101 (type 8, code 0)&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this some limitation of the approach I've choosen? And if so, is the only solutions either upgrade to security+ license to allow for a third vlan or simply static NAT?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;## Config&lt;/P&gt;&lt;P&gt;# show int eth 0/1&lt;/P&gt;&lt;P&gt;&amp;lt;snip&amp;gt;&lt;/P&gt;&lt;P&gt;MAC address 6400.f185.01ba, MTU not set&lt;/P&gt;&lt;P&gt;&amp;lt;/snip&amp;gt;&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;arp inside 10.200.12.1 6400.f185.01ba alias&lt;/P&gt;&lt;P&gt;route inside 10.200.12.0 255.255.255.0 10.200.31.1 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list inside_access_in line 1 extended permit ip 10.200.31.0 255.255.255.0 10.200.12.0 255.255.255.0 log disable (hitcnt=22) 0xf97f5606&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 21:13:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-alias-secondary-subnet-no-communcation-between-them/m-p/1768403#M533184</guid>
      <dc:creator>3moloz123</dc:creator>
      <dc:date>2019-03-11T21:13:44Z</dc:date>
    </item>
    <item>
      <title>ASA alias, secondary subnet, no communcation between them?</title>
      <link>https://community.cisco.com/t5/network-security/asa-alias-secondary-subnet-no-communcation-between-them/m-p/1768404#M533185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well you are trying to do u-turning on ASA, this would need the following config as well:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,inside) 10.200.31.0 10.200.31.0 norand nailed&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;global (inside) 1 interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try it and let me know how it goes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate helpful posts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 12:52:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-alias-secondary-subnet-no-communcation-between-them/m-p/1768404#M533185</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-08-18T12:52:30Z</dc:date>
    </item>
    <item>
      <title>ASA alias, secondary subnet, no communcation between them?</title>
      <link>https://community.cisco.com/t5/network-security/asa-alias-secondary-subnet-no-communcation-between-them/m-p/1768405#M533186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for you answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'norand' seems deprecated. This is ASA 8.2. It says I should use the 'tcp-state-bypass' option under 'set connection' in the (in what?) policy-map.&lt;/P&gt;&lt;P&gt;The it throws error:&lt;/P&gt;&lt;P&gt;ERROR: mapped-address conflict with existing static &lt;/P&gt;&lt;P&gt;inside:10.200.31.0 to inside:10.200.31.0 netmask 255.255.255.255.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no static nat configured, only one dynamic to source nat inside clients (on both subnets) to outside interface.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 13:39:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-alias-secondary-subnet-no-communcation-between-them/m-p/1768405#M533186</guid>
      <dc:creator>3moloz123</dc:creator>
      <dc:date>2011-08-18T13:39:09Z</dc:date>
    </item>
    <item>
      <title>ASA alias, secondary subnet, no communcation between them?</title>
      <link>https://community.cisco.com/t5/network-security/asa-alias-secondary-subnet-no-communcation-between-them/m-p/1768406#M533187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide me an output of "show run nat", show run global" , show run static.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The command is not deprecated, it shoudl be there in 8.2 as well:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/customer/docs/security/asa/asa82/command/reference/s8.html#wp1512466"&gt;http://www.cisco.com/en/US/customer/docs/security/asa/asa82/command/reference/s8.html#wp1512466&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 13:43:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-alias-secondary-subnet-no-communcation-between-them/m-p/1768406#M533187</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-08-18T13:43:41Z</dc:date>
    </item>
    <item>
      <title>ASA alias, secondary subnet, no communcation between them?</title>
      <link>https://community.cisco.com/t5/network-security/asa-alias-secondary-subnet-no-communcation-between-them/m-p/1768407#M533188</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;Thanks for pointing me in the right direction. I was not familiar with "u-turning" or "hairpinning".&lt;/P&gt;&lt;P&gt;I solved it using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; static (inside,inside) 10.200.31.0 10.200.31.0 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;static (inside,inside) 10.200.12.0 10.200.12.0 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 13:50:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-alias-secondary-subnet-no-communcation-between-them/m-p/1768407#M533188</guid>
      <dc:creator>3moloz123</dc:creator>
      <dc:date>2011-08-18T13:50:06Z</dc:date>
    </item>
    <item>
      <title>ASA alias, secondary subnet, no communcation between them?</title>
      <link>https://community.cisco.com/t5/network-security/asa-alias-secondary-subnet-no-communcation-between-them/m-p/1768408#M533189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey thats great, you can now mark this thread as answered... &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 14:01:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-alias-secondary-subnet-no-communcation-between-them/m-p/1768408#M533189</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-08-18T14:01:54Z</dc:date>
    </item>
    <item>
      <title>ASA alias, secondary subnet, no communcation between them?</title>
      <link>https://community.cisco.com/t5/network-security/asa-alias-secondary-subnet-no-communcation-between-them/m-p/1768409#M533190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varun Rao,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After experimenting some with this setup, I find that the main inside net can reach (ie ping) the secondary net, but not the other way around. In order for secondary net to be able to establish a connection with the primary net, I had to add:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'static (inside,inside) 10.200.31.0 10.200.31.0 netmask 255.255.255.0'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This did however have some really unexpected drawbacks, dhcp stopped working. All clients requesting IP's got them requested, somehow rejected them and got a new IP. The arp table was quickly filling up.&lt;/P&gt;&lt;P&gt;Without the static nat above, dhcp works again but like I said secondary net can't establish communication with primary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are these some of the limitations of this setup, or do you happen to know of a workaround? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 06:32:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-alias-secondary-subnet-no-communcation-between-them/m-p/1768409#M533190</guid>
      <dc:creator>3moloz123</dc:creator>
      <dc:date>2011-08-19T06:32:30Z</dc:date>
    </item>
    <item>
      <title>ASA alias, secondary subnet, no communcation between them?</title>
      <link>https://community.cisco.com/t5/network-security/asa-alias-secondary-subnet-no-communcation-between-them/m-p/1768410#M533191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share the configuration, Iw oudl like to have a look at it??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 06:34:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-alias-secondary-subnet-no-communcation-between-them/m-p/1768410#M533191</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-08-19T06:34:44Z</dc:date>
    </item>
  </channel>
</rss>

