<?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 Hi, in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/site-to-site-vpn-problem/m-p/2496387#M235802</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I actually just now noticed something on both of the ASAs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Look at the Crypto Map configurations&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;CENTRAL&lt;/P&gt;

&lt;PRE&gt;
&lt;STRONG&gt;crypto map cryptomap 1 match address REMOTE-ONE-L2LVPN&lt;/STRONG&gt;
crypto map CRYPTOMAP 1 set peer 209.x.x.x
crypto map CRYPTOMAP 1 set ikev1 transform-set ESP-AES-256-SHA
crypto map CRYPTOMAP 1 set reverse-route
crypto map CRYPTOMAP interface outside&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;REMOTE&lt;/P&gt;

&lt;PRE&gt;
&lt;STRONG&gt;crypto map cryptomap 1 match address net-remote&lt;/STRONG&gt;
crypto map CRYPTOMAP 1 set peer 98.x.x.x
crypto map CRYPTOMAP 1 set ikev1 transform-set ESP-AES-256-SHA
crypto map CRYPTOMAP 1 set reverse-route
crypto map CRYPTOMAP interface outside&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Notice that in both ASAs the line that defines the Crypto ACL is actually using different &lt;STRONG&gt;"crypto map"&lt;/STRONG&gt; name. Its written in normal letters while the rest of the configuration uses name with capital letters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So please change those configurations on both units.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;CENTRAL&lt;/P&gt;

&lt;PRE&gt;
no crypto map cryptomap 1 match address &amp;lt;acl name&amp;gt;
crypto map CRYPTOMAP 1 match address &amp;lt;acl name&amp;gt;
&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;REMOTE&lt;/P&gt;

&lt;PRE&gt;
no crypto map cryptomap 1 match address &amp;lt;acl name&amp;gt;
crypto map CRYPTOMAP 1 match address &amp;lt;acl name&amp;gt;
&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Jouni&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 07 Aug 2014 19:54:09 GMT</pubDate>
    <dc:creator>Jouni Forss</dc:creator>
    <dc:date>2014-08-07T19:54:09Z</dc:date>
    <item>
      <title>Site-To_Site VPN problem</title>
      <link>https://community.cisco.com/t5/network-security/site-to-site-vpn-problem/m-p/2496380#M235795</link>
      <description>&lt;P style="font-size: 14px;"&gt;Hello everyone&lt;/P&gt;&lt;P style="font-size: 14px;"&gt;I'm installing a new site-to-site VPN connection between two sites, having problems bringing the tunnel online.&lt;/P&gt;&lt;P style="font-size: 14px;"&gt;We have two ASA 5505 firewalls - one at our Central site, and another for our customer at the Remote site.&lt;/P&gt;&lt;P style="font-size: 14px;"&gt;I wiped both firewalls with write erase, installed the latest IOS version 9.2 on both firewalls.&lt;BR /&gt;I'm not sure if the new IOS is causing the problem, we have several site-to-site vpn’s all working with IOS 8.4 5&lt;/P&gt;&lt;P style="font-size: 14px;"&gt;I'm enclosing the configs for both ASA firewalls for you to review and see if I missed something or what's changed in the IOS that maybe causing our tunnel issue.&lt;/P&gt;&lt;P style="font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="font-size: 14px;"&gt;Thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 04:35:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/site-to-site-vpn-problem/m-p/2496380#M235795</guid>
      <dc:creator>Stephen Sisson</dc:creator>
      <dc:date>2019-03-12T04:35:48Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.cisco.com/t5/network-security/site-to-site-vpn-problem/m-p/2496381#M235796</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Check your Crypto ACL configurations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Instead of using the &lt;STRONG&gt;"any"&lt;/STRONG&gt; in the Crypto ACL I would suggest replacing it with the actual subnet(s) on each site. Now you are using &lt;STRONG&gt;"any"&lt;/STRONG&gt; as the source in both sites ACLs so they wont match.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So I would suggest&lt;/P&gt;

&lt;PRE&gt;
CENTRAL ASA
access-list REMOTE-ONE-L2LVPN extended permit ip 10.10.1.0 255.255.255.0 10.4.1.0 255.255.255.0&lt;/PRE&gt;

&lt;PRE&gt;
REMOTE ASA
access-list net-remote extended permit ip 10.4.1.0 255.255.255.0 10.10.1.0 255.255.255.0&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is the only problem that I can see at the moment with a quick glance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Will have another look if I have missed something.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Jouni&lt;/P&gt;</description>
      <pubDate>Thu, 07 Aug 2014 18:37:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/site-to-site-vpn-problem/m-p/2496381#M235796</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2014-08-07T18:37:33Z</dc:date>
    </item>
    <item>
      <title> Hello JouniThanks for your</title>
      <link>https://community.cisco.com/t5/network-security/site-to-site-vpn-problem/m-p/2496382#M235797</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello Jouni&lt;/P&gt;&lt;P&gt;Thanks for your response, we have updated both firewalls and still not able to bring the tunnel online.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Aug 2014 18:52:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/site-to-site-vpn-problem/m-p/2496382#M235797</guid>
      <dc:creator>Stephen Sisson</dc:creator>
      <dc:date>2014-08-07T18:52:06Z</dc:date>
    </item>
    <item>
      <title>Hi, Can you share the "packet</title>
      <link>https://community.cisco.com/t5/network-security/site-to-site-vpn-problem/m-p/2496383#M235798</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you share the &lt;STRONG&gt;"packet-tracer" &lt;/STRONG&gt;outputs from both sites.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CENTRAL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;packet-tracer input inside tcp 10.10.1.100 12345 10.4.1.100 80&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;REMOTE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;packet-tracer input inside tcp 10.4.1.100 12345 10.10.1.100 80&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do the outputs twice initially and share the second results.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Also I would suggest that you use the above commands on the units and then check the output of the following command multiple times and share it. You might have to do the &lt;STRONG&gt;"packet-tracer"&lt;/STRONG&gt; and the below command multiple of times to view to get the correct information if you are unlucky with the timing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;show crypto ikev1 sa&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I could not see any problems with the NAT or VPN configurations. Unless ofcourse you have errors in the VPN peer IP addresses used in the configurations. Double checks those.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also I guess its possible that you have misstyped the Pre Shared Key used in the configurations. You can confirm the current PSK configured on the units by issuing the command&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;more system:running-config&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This will list the same configuration but it will show the PSKs in clear text so you can actually check if they match.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;</description>
      <pubDate>Thu, 07 Aug 2014 18:59:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/site-to-site-vpn-problem/m-p/2496383#M235798</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2014-08-07T18:59:38Z</dc:date>
    </item>
    <item>
      <title>Central sitepacket-tracer</title>
      <link>https://community.cisco.com/t5/network-security/site-to-site-vpn-problem/m-p/2496384#M235799</link>
      <description>&lt;P&gt;Central site&lt;/P&gt;&lt;P&gt;packet-tracer input inside tcp 10.10.1.100 12345 10.4.1.1$&lt;/P&gt;&lt;P&gt;Phase: 1&lt;BR /&gt;Type: ACCESS-LIST&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Implicit Rule&lt;BR /&gt;Additional Information:&lt;BR /&gt;MAC Access list&lt;/P&gt;&lt;P&gt;Phase: 2&lt;BR /&gt;Type: UN-NAT&lt;BR /&gt;Subtype: static&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;nat (inside,outside) source static any any destination static REMOTE-ONE REMOTE-ONE&lt;BR /&gt;Additional Information:&lt;BR /&gt;NAT divert to egress interface outside&lt;BR /&gt;Untranslate 10.4.1.100/80 to 10.4.1.100/80&lt;/P&gt;&lt;P&gt;Phase: 3&lt;BR /&gt;Type: NAT&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;nat (inside,outside) source static any any destination static REMOTE-ONE REMOTE-ONE&lt;BR /&gt;Additional Information:&lt;BR /&gt;Static translate 10.10.1.100/12345 to 10.10.1.100/12345&lt;/P&gt;&lt;P&gt;Phase: 4&lt;BR /&gt;Type: NAT&lt;BR /&gt;Subtype: per-session&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;/P&gt;&lt;P&gt;Phase: 5&lt;BR /&gt;Type: IP-OPTIONS&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;/P&gt;&lt;P&gt;Phase: 6&lt;BR /&gt;Type: NAT&lt;BR /&gt;Subtype: rpf-check&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;nat (inside,outside) source static any any destination static REMOTE-ONE REMOTE-ONE&lt;BR /&gt;Additional Information:&lt;/P&gt;&lt;P&gt;Phase: 7&lt;BR /&gt;Type: NAT&lt;BR /&gt;Subtype: per-session&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;/P&gt;&lt;P&gt;Phase: 8&lt;BR /&gt;Type: IP-OPTIONS&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;/P&gt;&lt;P&gt;Phase: 9&lt;BR /&gt;Type: FLOW-CREATION&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;New flow created with id 817, packet dispatched to next module&lt;/P&gt;&lt;P&gt;Result:&lt;BR /&gt;input-interface: inside&lt;BR /&gt;input-status: up&lt;BR /&gt;input-line-status: up&lt;BR /&gt;output-interface: outside&lt;BR /&gt;output-status: up&lt;BR /&gt;output-line-status: up&lt;BR /&gt;Action: allow&lt;/P&gt;&lt;P&gt;Remote site&lt;/P&gt;&lt;P&gt;packet-tracer input inside tcp 10.4.1.100 12345 10.10.1.1$&lt;/P&gt;&lt;P&gt;Phase: 1&lt;BR /&gt;Type: ACCESS-LIST&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Implicit Rule&lt;BR /&gt;Additional Information:&lt;BR /&gt;MAC Access list&lt;/P&gt;&lt;P&gt;Phase: 2&lt;BR /&gt;Type: UN-NAT&lt;BR /&gt;Subtype: static&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;nat (inside,outside) source static any any destination static net-remote net-remote&lt;BR /&gt;Additional Information:&lt;BR /&gt;NAT divert to egress interface outside&lt;BR /&gt;Untranslate 10.10.1.100/80 to 10.10.1.100/80&lt;/P&gt;&lt;P&gt;Phase: 3&lt;BR /&gt;Type: NAT&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;nat (inside,outside) source static any any destination static net-remote net-remote&lt;BR /&gt;Additional Information:&lt;BR /&gt;Static translate 10.4.1.100/12345 to 10.4.1.100/12345&lt;/P&gt;&lt;P&gt;Phase: 4&lt;BR /&gt;Type: NAT&lt;BR /&gt;Subtype: per-session&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;/P&gt;&lt;P&gt;Phase: 5&lt;BR /&gt;Type: IP-OPTIONS&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;/P&gt;&lt;P&gt;Phase: 6&lt;BR /&gt;Type: NAT&lt;BR /&gt;Subtype: rpf-check&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;nat (inside,outside) source static any any destination static net-remote net-remote&lt;BR /&gt;Additional Information:&lt;/P&gt;&lt;P&gt;Phase: 7&lt;BR /&gt;Type: NAT&lt;BR /&gt;Subtype: per-session&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;/P&gt;&lt;P&gt;Phase: 8&lt;BR /&gt;Type: IP-OPTIONS&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;/P&gt;&lt;P&gt;Phase: 9&lt;BR /&gt;Type: FLOW-CREATION&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;New flow created with id 774, packet dispatched to next module&lt;/P&gt;&lt;P&gt;Result:&lt;BR /&gt;input-interface: inside&lt;BR /&gt;input-status: up&lt;BR /&gt;input-line-status: up&lt;BR /&gt;output-interface: outside&lt;BR /&gt;output-status: up&lt;BR /&gt;output-line-status: up&lt;BR /&gt;Action: allow&lt;/P&gt;&lt;P&gt;After running the command we see both firewalls have the same pre shared key&lt;/P&gt;</description>
      <pubDate>Thu, 07 Aug 2014 19:07:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/site-to-site-vpn-problem/m-p/2496384#M235799</guid>
      <dc:creator>Stephen Sisson</dc:creator>
      <dc:date>2014-08-07T19:07:51Z</dc:date>
    </item>
    <item>
      <title>Hi, Neither side lists no</title>
      <link>https://community.cisco.com/t5/network-security/site-to-site-vpn-problem/m-p/2496385#M235800</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Neither side lists no Phase for VPN.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you sure the ACLs are correct?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;</description>
      <pubDate>Thu, 07 Aug 2014 19:17:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/site-to-site-vpn-problem/m-p/2496385#M235800</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2014-08-07T19:17:27Z</dc:date>
    </item>
    <item>
      <title>Jouni,The only thing I found</title>
      <link>https://community.cisco.com/t5/network-security/site-to-site-vpn-problem/m-p/2496386#M235801</link>
      <description>&lt;P&gt;Jouni,&lt;/P&gt;&lt;P&gt;The only thing I found in the config on the Central site with object name&lt;/P&gt;&lt;P&gt;object network REMOTE-ONE&lt;/P&gt;&lt;P&gt;access-list REMOTE-ONE-L2LVPN extended permit ip any 10.4.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;I changed the access list to use REMOTE-ONE&lt;/P&gt;&lt;P&gt;changed the crypto map&amp;nbsp;&lt;/P&gt;&lt;P&gt;crypto map cryptomap 1 match address REMOTE-ONE&lt;/P&gt;&lt;P&gt;still the tunnel is down&lt;/P&gt;&lt;P&gt;Central site access-list&lt;/P&gt;&lt;P&gt;access-list REMOTE-ONE extended permit ip 10.10.1.0 255.255.255.0 10.4.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;Remote Site&lt;/P&gt;&lt;P&gt;access-list net-remote extended permit ip 10.4.1.0 255.255.255.0 10.10.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Aug 2014 19:27:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/site-to-site-vpn-problem/m-p/2496386#M235801</guid>
      <dc:creator>Stephen Sisson</dc:creator>
      <dc:date>2014-08-07T19:27:20Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.cisco.com/t5/network-security/site-to-site-vpn-problem/m-p/2496387#M235802</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I actually just now noticed something on both of the ASAs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Look at the Crypto Map configurations&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;CENTRAL&lt;/P&gt;

&lt;PRE&gt;
&lt;STRONG&gt;crypto map cryptomap 1 match address REMOTE-ONE-L2LVPN&lt;/STRONG&gt;
crypto map CRYPTOMAP 1 set peer 209.x.x.x
crypto map CRYPTOMAP 1 set ikev1 transform-set ESP-AES-256-SHA
crypto map CRYPTOMAP 1 set reverse-route
crypto map CRYPTOMAP interface outside&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;REMOTE&lt;/P&gt;

&lt;PRE&gt;
&lt;STRONG&gt;crypto map cryptomap 1 match address net-remote&lt;/STRONG&gt;
crypto map CRYPTOMAP 1 set peer 98.x.x.x
crypto map CRYPTOMAP 1 set ikev1 transform-set ESP-AES-256-SHA
crypto map CRYPTOMAP 1 set reverse-route
crypto map CRYPTOMAP interface outside&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Notice that in both ASAs the line that defines the Crypto ACL is actually using different &lt;STRONG&gt;"crypto map"&lt;/STRONG&gt; name. Its written in normal letters while the rest of the configuration uses name with capital letters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So please change those configurations on both units.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;CENTRAL&lt;/P&gt;

&lt;PRE&gt;
no crypto map cryptomap 1 match address &amp;lt;acl name&amp;gt;
crypto map CRYPTOMAP 1 match address &amp;lt;acl name&amp;gt;
&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;REMOTE&lt;/P&gt;

&lt;PRE&gt;
no crypto map cryptomap 1 match address &amp;lt;acl name&amp;gt;
crypto map CRYPTOMAP 1 match address &amp;lt;acl name&amp;gt;
&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Jouni&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Aug 2014 19:54:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/site-to-site-vpn-problem/m-p/2496387#M235802</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2014-08-07T19:54:09Z</dc:date>
    </item>
    <item>
      <title> Dude - you’re kidding me,</title>
      <link>https://community.cisco.com/t5/network-security/site-to-site-vpn-problem/m-p/2496388#M235803</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-top:0in;margin-right:0in;margin-bottom:7.5pt;margin-left:0in;
line-height:15.0pt"&gt;&lt;SPAN style="font-family: Arial, sans-serif;"&gt;Dude - you’re kidding me, after changing this tunnel came online.&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 7.5pt; line-height: 15pt;"&gt;&lt;SPAN style="font-family: Arial, sans-serif;"&gt;Once again you saved the day - Thank you Jouni, you are the best&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Aug 2014 20:02:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/site-to-site-vpn-problem/m-p/2496388#M235803</guid>
      <dc:creator>Stephen Sisson</dc:creator>
      <dc:date>2014-08-07T20:02:51Z</dc:date>
    </item>
    <item>
      <title>Hi, Glad to hear its working</title>
      <link>https://community.cisco.com/t5/network-security/site-to-site-vpn-problem/m-p/2496389#M235804</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Glad to hear its working &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Didnt notice the difference in the name as they looked so same on a quick glance but as I could not find any problem with the configurations in general had to take another look.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please do remember to mark a reply as the correct answer if it answered your question and/or rate helpfull answers &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;</description>
      <pubDate>Thu, 07 Aug 2014 20:13:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/site-to-site-vpn-problem/m-p/2496389#M235804</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2014-08-07T20:13:30Z</dc:date>
    </item>
  </channel>
</rss>

