<?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 managing ASA using private interface accross IPSec tunnel in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/managing-asa-using-private-interface-accross-ipsec-tunnel/m-p/2978709#M149833</link>
    <description>&lt;P&gt;I am using a pair of ASA5515s running 9.5 to connect two sites using a L2L IPSec tunnel.&amp;nbsp; The tunnel works fine for hosts on each of the two private subnets but the ASA units themselves cannot be reached or managed&amp;nbsp; (ICMP, ASDM, etc) accross the tunnel using a private IP on one side of the tunnel to the private network interface of the ASA on the other side of the tunnel.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I guess what is happening is that the ASA is using its "closest" interface which is the public interface to try to send packets to the remote private subnet but if this is the case how can I tell it to use its private interface and IP?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Diego&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 08:17:43 GMT</pubDate>
    <dc:creator>tato386</dc:creator>
    <dc:date>2019-03-12T08:17:43Z</dc:date>
    <item>
      <title>managing ASA using private interface accross IPSec tunnel</title>
      <link>https://community.cisco.com/t5/network-security/managing-asa-using-private-interface-accross-ipsec-tunnel/m-p/2978709#M149833</link>
      <description>&lt;P&gt;I am using a pair of ASA5515s running 9.5 to connect two sites using a L2L IPSec tunnel.&amp;nbsp; The tunnel works fine for hosts on each of the two private subnets but the ASA units themselves cannot be reached or managed&amp;nbsp; (ICMP, ASDM, etc) accross the tunnel using a private IP on one side of the tunnel to the private network interface of the ASA on the other side of the tunnel.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I guess what is happening is that the ASA is using its "closest" interface which is the public interface to try to send packets to the remote private subnet but if this is the case how can I tell it to use its private interface and IP?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Diego&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 08:17:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/managing-asa-using-private-interface-accross-ipsec-tunnel/m-p/2978709#M149833</guid>
      <dc:creator>tato386</dc:creator>
      <dc:date>2019-03-12T08:17:43Z</dc:date>
    </item>
    <item>
      <title>You need to specify</title>
      <link>https://community.cisco.com/t5/network-security/managing-asa-using-private-interface-accross-ipsec-tunnel/m-p/2978710#M149834</link>
      <description>&lt;P&gt;You need to specify management access to the inside interface. Just run the command in global config: &lt;EM&gt;management access &amp;lt;interface name&amp;gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2016 10:50:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/managing-asa-using-private-interface-accross-ipsec-tunnel/m-p/2978710#M149834</guid>
      <dc:creator>S-Lemming</dc:creator>
      <dc:date>2016-09-20T10:50:54Z</dc:date>
    </item>
    <item>
      <title>Cool, syslog across the</title>
      <link>https://community.cisco.com/t5/network-security/managing-asa-using-private-interface-accross-ipsec-tunnel/m-p/2978711#M149835</link>
      <description>&lt;P&gt;Cool,&amp;nbsp;syslog across the tunnel is working now which is probably the most important thing I needed.&amp;nbsp; However ASDM and ICMP still don't go even though I specifically allow both of these on all interfaces.&amp;nbsp; Any ideas?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thank you very much,&lt;/P&gt;
&lt;P&gt;Diego&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2016 00:14:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/managing-asa-using-private-interface-accross-ipsec-tunnel/m-p/2978711#M149835</guid>
      <dc:creator>tato386</dc:creator>
      <dc:date>2016-09-21T00:14:04Z</dc:date>
    </item>
    <item>
      <title>If you are trying to ping</title>
      <link>https://community.cisco.com/t5/network-security/managing-asa-using-private-interface-accross-ipsec-tunnel/m-p/2978712#M149836</link>
      <description>&lt;P&gt;If you are trying to ping between the ASAs you need to specify the inside interface as source interface, otherwise it will use the closest interface which is the outside and the packet will not be encrypted.&lt;/P&gt;
&lt;P&gt;On the ASA you want to reach through VPN, please set the ASDM access rule to allow the remote subnet on the inside interface (which you specified as the management interface above).&lt;/P&gt;
&lt;P&gt;Let me know how it goes.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2016 06:45:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/managing-asa-using-private-interface-accross-ipsec-tunnel/m-p/2978712#M149836</guid>
      <dc:creator>S-Lemming</dc:creator>
      <dc:date>2016-09-21T06:45:42Z</dc:date>
    </item>
    <item>
      <title>I believe I am allowing all</title>
      <link>https://community.cisco.com/t5/network-security/managing-asa-using-private-interface-accross-ipsec-tunnel/m-p/2978713#M149837</link>
      <description>&lt;P&gt;I believe I am allowing all subnets ICMP and ASDM using the following commands and also sourcing ping from inside interface.&amp;nbsp; Is there something else I am missing?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;icmp permit any inf_Inside&lt;BR /&gt;icmp permit any inf_Outside&lt;/P&gt;
&lt;P&gt;http 0.0.0.0 0.0.0.0 inf_Inside&lt;BR /&gt;http 0.0.0.0 0.0.0.0 inf_Outside&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Diego&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2016 12:17:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/managing-asa-using-private-interface-accross-ipsec-tunnel/m-p/2978713#M149837</guid>
      <dc:creator>tato386</dc:creator>
      <dc:date>2016-09-21T12:17:09Z</dc:date>
    </item>
  </channel>
</rss>

