<?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: Need to communicate/ping to another interface with the same  in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/need-to-communicate-ping-to-another-interface-with-the-same/m-p/1072918#M892856</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By default the ASA won't permit traffic between 2 interfaces with the same security level. You could configure the ASA to allow this communication with the command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(from global config mode)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same-security-traffic permit inter-interface&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Dec 2008 21:49:56 GMT</pubDate>
    <dc:creator>sean.lagerholm</dc:creator>
    <dc:date>2008-12-02T21:49:56Z</dc:date>
    <item>
      <title>Need to communicate/ping to another interface with the same security level</title>
      <link>https://community.cisco.com/t5/network-security/need-to-communicate-ping-to-another-interface-with-the-same/m-p/1072914#M892850</link>
      <description>&lt;P&gt;Hello I need help regarding my ASA configuration. As it turns out I need to allow my inside vlan to communicate with my insidevoice vlan. I am not sure what could be missing in my configuration below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA Version 7.0(8)&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;hostname ASA&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&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 123.123.123.1 255.255.255.240&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/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.1 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/2&lt;/P&gt;&lt;P&gt; nameif insidevoice&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 192.168.0.220 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Management0/0&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt; no nameif&lt;/P&gt;&lt;P&gt; no security-level&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt; management-only&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ftp mode passive&lt;/P&gt;&lt;P&gt;same-security-traffic permit inter-interface&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit gre any any&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit tcp any interface outside eq pop3&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit tcp any interface outside eq www&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit tcp any interface outside eq smtp&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit tcp any interface outside eq ssh&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit tcp any interface outside eq 3389&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit tcp any interface outside eq imap4&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit tcp any interface outside eq ldap&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit tcp any interface outside eq 222&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit icmp any any&lt;/P&gt;&lt;P&gt;access-list toabc extended permit ip 192.168.1.0 255.255.255.0 192.168.2.0 25&lt;/P&gt;&lt;P&gt;5.255.255.0&lt;/P&gt;&lt;P&gt;access-list toabcd extended permit ip 192.168.1.0 255.255.255.0 192.168.101.0&lt;/P&gt;&lt;P&gt;255.255.255.0&lt;/P&gt;&lt;P&gt;access-list toabcde extended permit ip 192.168.1.0 255.255.255.0 10.100.100.0 255&lt;/P&gt;&lt;P&gt;.255.255.0&lt;/P&gt;&lt;P&gt;access-list nonat extended permit ip 192.168.1.0 255.255.255.0 10.100.100.0 255.&lt;/P&gt;&lt;P&gt;255.255.0&lt;/P&gt;&lt;P&gt;access-list nonat extended permit ip 192.168.1.0 255.255.255.0 192.168.2.0 255.2&lt;/P&gt;&lt;P&gt;55.255.0&lt;/P&gt;&lt;P&gt;access-list nonat extended permit ip 192.168.1.0 255.255.255.0 192.168.101.0 255&lt;/P&gt;&lt;P&gt;.255.255.0&lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;mtu insidevoice 1500&lt;/P&gt;&lt;P&gt;no asdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list nonat&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface 222 192.168.1.50 ssh netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface 3389 192.168.1.243 3389 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface ldap 192.168.1.240 ldap netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface imap4 192.168.1.246 imap4 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface www 192.168.1.246 www netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface pop3 192.168.1.246 pop3 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface smtp 192.168.1.246 smtp netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 123.123.123.2 1&lt;/P&gt;&lt;P&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;class-map inspection_default&lt;/P&gt;&lt;P&gt; match default-inspection-traffic&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt; class inspection_default&lt;/P&gt;&lt;P&gt;  inspect dns maximum-length 512&lt;/P&gt;&lt;P&gt;  inspect ftp&lt;/P&gt;&lt;P&gt;  inspect h323 h225&lt;/P&gt;&lt;P&gt;  inspect h323 ras&lt;/P&gt;&lt;P&gt;  inspect rsh&lt;/P&gt;&lt;P&gt;  inspect rtsp&lt;/P&gt;&lt;P&gt;  inspect sqlnet&lt;/P&gt;&lt;P&gt;  inspect skinny&lt;/P&gt;&lt;P&gt;  inspect sunrpc&lt;/P&gt;&lt;P&gt;  inspect xdmcp&lt;/P&gt;&lt;P&gt;  inspect sip&lt;/P&gt;&lt;P&gt;  inspect netbios&lt;/P&gt;&lt;P&gt;  inspect tftp&lt;/P&gt;&lt;P&gt;  inspect pptp&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;Cryptochecksum:xxx&lt;/P&gt;&lt;P&gt;: end&lt;/P&gt;&lt;P&gt;ASA#&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 14:20:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-to-communicate-ping-to-another-interface-with-the-same/m-p/1072914#M892850</guid>
      <dc:creator>brianbono</dc:creator>
      <dc:date>2019-03-11T14:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: Need to communicate/ping to another interface with the same</title>
      <link>https://community.cisco.com/t5/network-security/need-to-communicate-ping-to-another-interface-with-the-same/m-p/1072915#M892851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brian &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add to your existing access-list &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list nonat extended permit ip 192.168.1.0 255.255.255.0 192.168.0.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list nonat1 extended permit ip 192.168.0.0 255.255.255.0 192.168.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (insidevoice) 0 access-list nonat1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 17:11:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-to-communicate-ping-to-another-interface-with-the-same/m-p/1072915#M892851</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2008-12-02T17:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Need to communicate/ping to another interface with the same</title>
      <link>https://community.cisco.com/t5/network-security/need-to-communicate-ping-to-another-interface-with-the-same/m-p/1072916#M892852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jon, I have added that configuration but it seems that I still cannot ping any host on the insidevoice vlan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate all your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;brian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 17:31:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-to-communicate-ping-to-another-interface-with-the-same/m-p/1072916#M892852</guid>
      <dc:creator>brianbono</dc:creator>
      <dc:date>2008-12-02T17:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Need to communicate/ping to another interface with the same</title>
      <link>https://community.cisco.com/t5/network-security/need-to-communicate-ping-to-another-interface-with-the-same/m-p/1072917#M892854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apologies for that Brian.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On second thoughts can you remove &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list nonat1 extended permit ip 192.168.0.0 255.255.255.0 192.168.1.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (insidevoice) 0 access-list nonat1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i don't think that will make it work but it is not needed. The other bit of config ie. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list nonat extended permit ip 192.168.1.0 255.255.255.0 192.168.0.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is needed because even though you do not need NAT between interfaces of the same level once you apply NAT to an interface you then need to account for all NAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you've removed the config as above can you run "clear xlate" to clear any existing translations. NOTE - please don't do this on a production firewall during production hours as it clears all existing translations and breaks all connections. You can be more specific with the "clear xlate" command - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/security/asa/asa70/command/reference/c.html#wp1966244" target="_blank"&gt;http://www.cisco.com/en/US/docs/security/asa/asa70/command/reference/c.html#wp1966244&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then try to ping to a machine in your voice LAN from the inside LAN and then have a look in the xlate table and see if you can see a translation for the connection ie. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sh xlate detail &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is my understanding that you do not need an acl between interfaces with the same security level. Is there anything other than ICMP you can try when going from the inside LAN to the voice LAN ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 18:18:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-to-communicate-ping-to-another-interface-with-the-same/m-p/1072917#M892854</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2008-12-02T18:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Need to communicate/ping to another interface with the same</title>
      <link>https://community.cisco.com/t5/network-security/need-to-communicate-ping-to-another-interface-with-the-same/m-p/1072918#M892856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By default the ASA won't permit traffic between 2 interfaces with the same security level. You could configure the ASA to allow this communication with the command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(from global config mode)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same-security-traffic permit inter-interface&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 21:49:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-to-communicate-ping-to-another-interface-with-the-same/m-p/1072918#M892856</guid>
      <dc:creator>sean.lagerholm</dc:creator>
      <dc:date>2008-12-02T21:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Need to communicate/ping to another interface with the same</title>
      <link>https://community.cisco.com/t5/network-security/need-to-communicate-ping-to-another-interface-with-the-same/m-p/1072919#M892857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sean&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for that but if you look at the config Brian posted it already has that line in there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 21:54:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-to-communicate-ping-to-another-interface-with-the-same/m-p/1072919#M892857</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2008-12-02T21:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Need to communicate/ping to another interface with the same</title>
      <link>https://community.cisco.com/t5/network-security/need-to-communicate-ping-to-another-interface-with-the-same/m-p/1072920#M892859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried the last configuration that you have mentioned and have cleared the xlate after office hours but I still cannot ping any host on the insidevoice vlan. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you think if I add the configuration below it would make some sense...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt;class inspection_default&lt;/P&gt;&lt;P&gt;inspect icmp&lt;/P&gt;&lt;P&gt;inspect icmp error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks again... for your ideas and suggestions please refer to the sanitized config above. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gracias,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;brian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2008 11:39:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-to-communicate-ping-to-another-interface-with-the-same/m-p/1072920#M892859</guid>
      <dc:creator>brianbono</dc:creator>
      <dc:date>2008-12-03T11:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Need to communicate/ping to another interface with the same</title>
      <link>https://community.cisco.com/t5/network-security/need-to-communicate-ping-to-another-interface-with-the-same/m-p/1072921#M892861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brian&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did think of asking you to add the icmp inspection and that's why i asked if there was another port perhaps a tcp port you could test the connectivity with because ICMP is not always the most reliable. But my understanding of ICMP inspection is that it is needed for the return traffic from a lower to higher security interface and this is not the case here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Worth a try i suppose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One other question. The machines in both your inside LAN and insidevoip LAN, are their respective default-gateways set the the ASA interfaces ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2008 12:05:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-to-communicate-ping-to-another-interface-with-the-same/m-p/1072921#M892861</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2008-12-03T12:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Need to communicate/ping to another interface with the same</title>
      <link>https://community.cisco.com/t5/network-security/need-to-communicate-ping-to-another-interface-with-the-same/m-p/1072922#M892863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added and tried the ICMP inspection but still it can't communicate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes the inside vlan has the default gateway of the ASA's Ethernet0/1 (192.168.1.1). As for the insidevoice vlan, its default gateway is another IP on that vlan which is 192.168.0.249...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2008 12:41:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-to-communicate-ping-to-another-interface-with-the-same/m-p/1072922#M892863</guid>
      <dc:creator>brianbono</dc:creator>
      <dc:date>2008-12-03T12:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: Need to communicate/ping to another interface with the same</title>
      <link>https://community.cisco.com/t5/network-security/need-to-communicate-ping-to-another-interface-with-the-same/m-p/1072923#M892865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brian&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This could be your problem. What is 192.168.0.249 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the 192.168.0.249 device does it have a route for 192.168.1.0/24 network and if so what is the next-hop ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it doesn't have a specific route does it have a default-route and what is the next-hop for that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2008 13:31:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-to-communicate-ping-to-another-interface-with-the-same/m-p/1072923#M892865</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2008-12-03T13:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Need to communicate/ping to another interface with the same</title>
      <link>https://community.cisco.com/t5/network-security/need-to-communicate-ping-to-another-interface-with-the-same/m-p/1072924#M892867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The 192.168.0.249 device does not have a route to the 192.168.1.0/24 network since that device defaults to another dedicated ISP for voice communications. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this the cause of my problems? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate all your help...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2008 13:49:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-to-communicate-ping-to-another-interface-with-the-same/m-p/1072924#M892867</guid>
      <dc:creator>brianbono</dc:creator>
      <dc:date>2008-12-03T13:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Need to communicate/ping to another interface with the same</title>
      <link>https://community.cisco.com/t5/network-security/need-to-communicate-ping-to-another-interface-with-the-same/m-p/1072925#M892868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could well be. What is happening is that the ping reaches the machine on your insidevoip LAN but then this machine then sends the traffic to 192.168.0.249 which doesn't know how to get to 192.168.1.0/24 network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have a couple of options depending on traffic flows. If the traffic is always initiated from the inside LAN to the VOIP lan then the easiest way might well be to NAT all the client IP's from the inside LAN to the address of the interface on the insidevoip LAN. We should try this to see if this is your problem. So ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) You have to remove the other config line i gave you - sorry but we now don't want a nat exemption for traffic going from the inside Lan to the insidevoip LAN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no access-list nonat extended permit ip 192.168.1.0 255.255.255.0 192.168.0.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) then add to your config &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (insidevoip) 1 interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then try again and let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2008 14:02:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-to-communicate-ping-to-another-interface-with-the-same/m-p/1072925#M892868</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2008-12-03T14:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Need to communicate/ping to another interface with the same</title>
      <link>https://community.cisco.com/t5/network-security/need-to-communicate-ping-to-another-interface-with-the-same/m-p/1072926#M892869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try this one after office hours and will update you if it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your patience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;brian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2008 14:41:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-to-communicate-ping-to-another-interface-with-the-same/m-p/1072926#M892869</guid>
      <dc:creator>brianbono</dc:creator>
      <dc:date>2008-12-03T14:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need to communicate/ping to another interface with the same</title>
      <link>https://community.cisco.com/t5/network-security/need-to-communicate-ping-to-another-interface-with-the-same/m-p/1072927#M892872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oops-I did miss the config line allowing same level communication. We had a similar scenario and our engineering team came up with using multi-context mode. Or reason may be different from yours, but we needed to send traffic to core switches so that dynamic routing will ensure connections to either data center. You could break up the firewall, but it may be overkill. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2008 21:20:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-to-communicate-ping-to-another-interface-with-the-same/m-p/1072927#M892872</guid>
      <dc:creator>sean.lagerholm</dc:creator>
      <dc:date>2008-12-03T21:20:00Z</dc:date>
    </item>
  </channel>
</rss>

