<?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 VPN is not coming UP in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/vpn-is-not-coming-up/m-p/1747455#M530659</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vipin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To begin with, I do not see command " crypto map outside_map interface outside" in your config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, have a look at following links:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For new vpn tunnel:-&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a0080950890.shtml"&gt;http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a0080950890.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To add new vpn tunnel on PIX with existing config:-&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a00807f9a89.shtml"&gt;http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a00807f9a89.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Sian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Sep 2011 04:08:23 GMT</pubDate>
    <dc:creator>Parminder Sian</dc:creator>
    <dc:date>2011-09-19T04:08:23Z</dc:date>
    <item>
      <title>VPN is not coming UP</title>
      <link>https://community.cisco.com/t5/network-security/vpn-is-not-coming-up/m-p/1747454#M530657</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a PIX515E. I need to create a vpn to my clients office. PIX is alerady having two VPN, among two one is a dynamic VPN to a dynamic IP of netgear router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to create a new IPSEC vpn to a gateway loadbalancer.Device is PLANET MH2001. It is our client premises.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It has two gateway(public IP). Configuration in MH2001 is pretty simple. and i have completed it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also completed configuration in PIX using ASDM. But the VPN is not up till now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have checked the logs in MH2001--&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"S2SVPN" #3701: max number of retransmissions (0) reached STATE_MAIN_I3.&amp;nbsp; Possible authentication failure: no acceptable response to our first encrypted message”&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;But in PIX side i didnt get log yet. I gave " sh isakmp sa" "sh ipsec sa" But it is not showing anything.... No IKE phase....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As i said MH2001 has two public IPs. and one LAN range. But i configured tunnel-group to only one public IP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still Nothing.. no isakmp phase for this VPN....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What should be reason??? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see the below configuration i Have done. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did i configure anything wrong??? or do i need to add anything more???? Please suggest...........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.A.A.A and B.B.B.b are the two public IPs of MH2001. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_2_cryptomap extended permit ip &amp;lt;insidelocal&amp;gt; 255.255.255.128 &amp;lt;outsidelocal&amp;gt; 255.255.255.0&lt;BR /&gt;access-list inside_nat0_outbound extended permit ip &amp;lt;insidelocal&amp;gt; 255.255.255.128 &amp;lt;outsidelocal&amp;gt; 255.255.255.0&lt;BR /&gt;nat (inside) 0 access-list inside_nat0_outbound&lt;BR /&gt;route outside &amp;lt;outsidelocal&amp;gt; 255.255.255.0 A.A.A.A 1&lt;/P&gt;&lt;P&gt;crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac &lt;BR /&gt;crypto ipsec transform-set New_Trfm_Dyn_S2S esp-3des esp-sha-hmac &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;crypto map outside_map 1 set security-association lifetime seconds 28800&lt;BR /&gt;crypto map outside_map 2 match address outside_2_cryptomap&lt;BR /&gt;crypto map outside_map 2 set peer B.B.B.B &lt;BR /&gt;crypto map outside_map 2 set transform-set New_Trfm_Dyn_S2S&lt;BR /&gt;crypto map outside_map 3 match address outside_2_cryptomap&lt;BR /&gt;crypto map outside_map 3 set peer A.A.A.A &lt;BR /&gt;crypto map outside_map 3 set transform-set ESP-3DES-SHA&lt;/P&gt;&lt;P&gt;crypto isakmp identity address &lt;BR /&gt;crypto isakmp enable outside&lt;/P&gt;&lt;P&gt;crypto isakmp policy 5&lt;BR /&gt;authentication pre-share&lt;BR /&gt;encryption 3des&lt;BR /&gt;hash sha&lt;BR /&gt;group 1&lt;BR /&gt;lifetime 3600&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;tunnel-group B.B.B.B type ipsec-l2l&lt;BR /&gt;tunnel-group B.B.B.B ipsec-attributes&lt;BR /&gt;pre-shared-key *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tunnel-group A.A.A.A type ipsec-l2l&lt;BR /&gt;tunnel-group A.A.A.A ipsec-attributes&lt;BR /&gt;pre-shared-key *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vipin&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 21:25:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-is-not-coming-up/m-p/1747454#M530657</guid>
      <dc:creator>vipinrajrc</dc:creator>
      <dc:date>2019-03-11T21:25:39Z</dc:date>
    </item>
    <item>
      <title>VPN is not coming UP</title>
      <link>https://community.cisco.com/t5/network-security/vpn-is-not-coming-up/m-p/1747455#M530659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vipin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To begin with, I do not see command " crypto map outside_map interface outside" in your config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, have a look at following links:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For new vpn tunnel:-&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a0080950890.shtml"&gt;http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a0080950890.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To add new vpn tunnel on PIX with existing config:-&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a00807f9a89.shtml"&gt;http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a00807f9a89.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Sian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2011 04:08:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-is-not-coming-up/m-p/1747455#M530659</guid>
      <dc:creator>Parminder Sian</dc:creator>
      <dc:date>2011-09-19T04:08:23Z</dc:date>
    </item>
  </channel>
</rss>

