<?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: RAVPN is not working!! in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/ravpn-is-not-working/m-p/999921#M939734</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Haitham,&lt;/P&gt;&lt;P&gt;  I assumed you were using 1.1.1.0 as the VPN pool in my previous suggestion but I see that you use 192.168.1.0. Then you should make the following modification&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no access-list inside_nat0_outbound extended permit ip 10.10.10.0 255.255.255.0 1.1.1.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;access-list inside_nat0_outbound extended permit ip 10.10.10.0 255.255.255.0 192.168.1.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Apr 2008 02:15:00 GMT</pubDate>
    <dc:creator>Alan Huseyin Kayahan</dc:creator>
    <dc:date>2008-04-07T02:15:00Z</dc:date>
    <item>
      <title>RAVPN is not working!!</title>
      <link>https://community.cisco.com/t5/network-security/ravpn-is-not-working/m-p/999911#M939724</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have PIX with OS ver 7.2 and I am trying to setup RAVPN, however it keeps failing and I get the following error on the PIX when enabling the crypto debug commands:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apr 05 01:47:15 [IKEv1]: Group = ccie, IP = 192.1.24.114, Error: Unable to remov&lt;/P&gt;&lt;P&gt;e PeerTblEntry&lt;/P&gt;&lt;P&gt;Apr 05 01:47:20 [IKEv1]: Group = ccie, IP = 192.1.24.114, Removing peer from pee&lt;/P&gt;&lt;P&gt;r table failed, no match! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the following error is from my VPN client ver 4.8.01:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The remote peer is no longer responding&lt;/P&gt;&lt;P&gt;01:53:32.493  04/05/08  Sev=Warning/2	IKE/0xE300009B&lt;/P&gt;&lt;P&gt;Fragmented msg rcvd with no associated SA (PacketReceiver:133)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my PIX VPN config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;crypto ipsec transform-set ccie esp-des esp-md5-hmac&lt;/P&gt;&lt;P&gt;crypto dynamic-map ccie 1 set transform-set ccie&lt;/P&gt;&lt;P&gt;crypto dynamic-map ccie 1 set reverse-route&lt;/P&gt;&lt;P&gt;crypto map cciemap 1 ipsec-isakmp dynamic ccie&lt;/P&gt;&lt;P&gt;crypto map cciemap interface outside&lt;/P&gt;&lt;P&gt;crypto isakmp enable outside&lt;/P&gt;&lt;P&gt;crypto isakmp policy 1&lt;/P&gt;&lt;P&gt; authentication pre-share&lt;/P&gt;&lt;P&gt; encryption des&lt;/P&gt;&lt;P&gt; hash sha&lt;/P&gt;&lt;P&gt; group 2&lt;/P&gt;&lt;P&gt; lifetime 86400&lt;/P&gt;&lt;P&gt;tunnel-group ccie type ipsec-ra&lt;/P&gt;&lt;P&gt;tunnel-group ccie general-attributes&lt;/P&gt;&lt;P&gt; address-pool ccie&lt;/P&gt;&lt;P&gt;tunnel-group ccie ipsec-attributes&lt;/P&gt;&lt;P&gt; pre-shared-key *&lt;/P&gt;&lt;P&gt; isakmp ikev1-user-authentication (outside) none&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea of why the VPN is failing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R/ Haitham&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 12:27:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ravpn-is-not-working/m-p/999911#M939724</guid>
      <dc:creator>haithamnofal</dc:creator>
      <dc:date>2019-03-11T12:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: RAVPN is not working!!</title>
      <link>https://community.cisco.com/t5/network-security/ravpn-is-not-working/m-p/999912#M939725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Haitham,&lt;/P&gt;&lt;P&gt;  First of all, Your VPN IP pool does not meet RFC 1918. Please create a new pool according to section "3. Private Address Space" in following link&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.faqs.org/rfcs/rfc1918.html" target="_blank"&gt;http://www.faqs.org/rfcs/rfc1918.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;  If too lazy to read, just choose a pool in 192.168.x.x not 192.x.x.x&lt;/P&gt;&lt;P&gt;  Second and most probably, check your Exempt NAT statement for VPN pool. Or post the related config for me to check&lt;/P&gt;&lt;P&gt;  Also try restarting the PIX after your config is done&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 23:28:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ravpn-is-not-working/m-p/999912#M939725</guid>
      <dc:creator>Alan Huseyin Kayahan</dc:creator>
      <dc:date>2008-04-04T23:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: RAVPN is not working!!</title>
      <link>https://community.cisco.com/t5/network-security/ravpn-is-not-working/m-p/999913#M939726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Husycisco, Well I understand of your above answers but is it required NAT exemption rule as what I understand can we use NAT/PAT to allow VPN network traffic for Inside/DMZ Zone whatever you want to allow. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 23:38:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ravpn-is-not-working/m-p/999913#M939726</guid>
      <dc:creator>ray_stone</dc:creator>
      <dc:date>2008-04-04T23:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: RAVPN is not working!!</title>
      <link>https://community.cisco.com/t5/network-security/ravpn-is-not-working/m-p/999914#M939727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Richard,&lt;/P&gt;&lt;P&gt;  Exempt NAT is not a must, but is the widely used NAT type for simple RA VPN. But in scenarios where required, like in spoke to spoke topology, NAT/PAT can be implemented instead exempt NAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Apr 2008 07:40:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ravpn-is-not-working/m-p/999914#M939727</guid>
      <dc:creator>Alan Huseyin Kayahan</dc:creator>
      <dc:date>2008-04-05T07:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: RAVPN is not working!!</title>
      <link>https://community.cisco.com/t5/network-security/ravpn-is-not-working/m-p/999915#M939728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi husycisco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I agree on the private addressing and on the NAT points, however would creating a non-private IP pool and not configuring NAT, really prevent the RAVPN from coming up?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R/Haitham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Apr 2008 08:49:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ravpn-is-not-working/m-p/999915#M939728</guid>
      <dc:creator>haithamnofal</dc:creator>
      <dc:date>2008-04-05T08:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: RAVPN is not working!!</title>
      <link>https://community.cisco.com/t5/network-security/ravpn-is-not-working/m-p/999916#M939729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Haitham,&lt;/P&gt;&lt;P&gt;  Your IP addressing does not actually end up with the error you are encountering right now, but missing/wrong NAT statements may cause this. Please attach your sanitized config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Apr 2008 13:54:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ravpn-is-not-working/m-p/999916#M939729</guid>
      <dc:creator>Alan Huseyin Kayahan</dc:creator>
      <dc:date>2008-04-05T13:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: RAVPN is not working!!</title>
      <link>https://community.cisco.com/t5/network-security/ravpn-is-not-working/m-p/999917#M939730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Husycisco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added the NAT config as you suggested and also changed the NAT as you advised but this also didnt bring this into working environment! Please note that this configuration is in the lab, so don't beat me on using some public addresses:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached please find the full PIX config file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your feedback on how to make the RAVPN work!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R/ Haitham&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Apr 2008 21:20:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ravpn-is-not-working/m-p/999917#M939730</guid>
      <dc:creator>haithamnofal</dc:creator>
      <dc:date>2008-04-05T21:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: RAVPN is not working!!</title>
      <link>https://community.cisco.com/t5/network-security/ravpn-is-not-working/m-p/999918#M939731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Haitham,&lt;/P&gt;&lt;P&gt;  There are some simple configuration steps missing in your config.&lt;/P&gt;&lt;P&gt;  First of all, you do not have a default route. X is your default gateway for PIX&lt;/P&gt;&lt;P&gt;  route outside 0.0.0.0 0.0.0.0 192.1.24.x &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Second, basic NAT and global statements. If you want to proceed without them, which is not the best practice in fact, you should disable nat-control. Following would be the best practice for NAT statements. Btw there are two configs in txt you attach, in one the VPN pool is 1.1.1.0 and in other 192.168.1.0. I am assuming 1.1.1.0 is active in following config suggestion. Also keep in mind that 192.168.1.0 is the default IP config of the most off the shelve internet modem/routers, so that would make a conflict with VPN user's local network. Stick with RFC 1918, but do not use widely used ranges like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no static (inside,outside) 10.10.10.0 10.10.10.0 netmask 255.255.255.0 &lt;/P&gt;&lt;P&gt;nat (inside) 0 inside_nat0_outbound&lt;/P&gt;&lt;P&gt;nat (inside) 1 0 0&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;access-list inside_nat0_outbound permit ip 10.10.10.0 255.255.255.0 1.1.1.0 255.255.255.224&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  Third, for the sake of simplicty, apply the following&lt;/P&gt;&lt;P&gt;no crypto dynamic-map ccie 1 set reverse-route&lt;/P&gt;&lt;P&gt;tunnel-group ccie ipsec-attributes&lt;/P&gt;&lt;P&gt;no isakmp ikev1-user-authentication (outside) none&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  And last, use the latest version of Cisco VPN client, or at least version 5.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Apr 2008 21:58:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ravpn-is-not-working/m-p/999918#M939731</guid>
      <dc:creator>Alan Huseyin Kayahan</dc:creator>
      <dc:date>2008-04-05T21:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: RAVPN is not working!!</title>
      <link>https://community.cisco.com/t5/network-security/ravpn-is-not-working/m-p/999919#M939732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Husycisco, May i know whats a meaning of this coomand no static (inside,outside) 10.10.10.0 10.10.10.0 netmask 255.255.255.0 in above configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Apr 2008 23:31:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ravpn-is-not-working/m-p/999919#M939732</guid>
      <dc:creator>ray_stone</dc:creator>
      <dc:date>2008-04-05T23:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: RAVPN is not working!!</title>
      <link>https://community.cisco.com/t5/network-security/ravpn-is-not-working/m-p/999920#M939733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;husycisco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response but still same problem!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check attached the updated config!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R/ Haitham&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Apr 2008 21:15:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ravpn-is-not-working/m-p/999920#M939733</guid>
      <dc:creator>haithamnofal</dc:creator>
      <dc:date>2008-04-06T21:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: RAVPN is not working!!</title>
      <link>https://community.cisco.com/t5/network-security/ravpn-is-not-working/m-p/999921#M939734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Haitham,&lt;/P&gt;&lt;P&gt;  I assumed you were using 1.1.1.0 as the VPN pool in my previous suggestion but I see that you use 192.168.1.0. Then you should make the following modification&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no access-list inside_nat0_outbound extended permit ip 10.10.10.0 255.255.255.0 1.1.1.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;access-list inside_nat0_outbound extended permit ip 10.10.10.0 255.255.255.0 192.168.1.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2008 02:15:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ravpn-is-not-working/m-p/999921#M939734</guid>
      <dc:creator>Alan Huseyin Kayahan</dc:creator>
      <dc:date>2008-04-07T02:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: RAVPN is not working!!</title>
      <link>https://community.cisco.com/t5/network-security/ravpn-is-not-working/m-p/999922#M939735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;huskcisco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed it but still giving the same error!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure whether the NAT has anything to do with failing the tunnel to get established, it should has more to do with the communications after the establishement! Should we look somewhere else!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R/ Haitham &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2008 05:31:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ravpn-is-not-working/m-p/999922#M939735</guid>
      <dc:creator>haithamnofal</dc:creator>
      <dc:date>2008-04-07T05:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: RAVPN is not working!!</title>
      <link>https://community.cisco.com/t5/network-security/ravpn-is-not-working/m-p/999923#M939736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Haitham,&lt;/P&gt;&lt;P&gt;  I have seen times that NAT statements cause that "no match" trouble. But after a deep look, it is about your transform set hash and isakmp policy hash mismatch. Issue the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;crypto isakmp policy 1&lt;/P&gt;&lt;P&gt;hash md5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Do not forget to apply your NAT statements. After ACL change, following is also missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list inside_nat0_outbound&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please attach the latest config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2008 16:47:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ravpn-is-not-working/m-p/999923#M939736</guid>
      <dc:creator>Alan Huseyin Kayahan</dc:creator>
      <dc:date>2008-04-07T16:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: RAVPN is not working!!</title>
      <link>https://community.cisco.com/t5/network-security/ravpn-is-not-working/m-p/999924#M939737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks husycisco, and now it finally worked! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it was due to the hash mismatch between Phase I and Phase II!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your support and patience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R/ Haitham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2008 18:42:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ravpn-is-not-working/m-p/999924#M939737</guid>
      <dc:creator>haithamnofal</dc:creator>
      <dc:date>2008-04-07T18:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: RAVPN is not working!!</title>
      <link>https://community.cisco.com/t5/network-security/ravpn-is-not-working/m-p/999925#M939740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Haitham,&lt;/P&gt;&lt;P&gt;  You are welcome. Nice to hear that issue is resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2008 18:53:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ravpn-is-not-working/m-p/999925#M939740</guid>
      <dc:creator>Alan Huseyin Kayahan</dc:creator>
      <dc:date>2008-04-07T18:53:50Z</dc:date>
    </item>
  </channel>
</rss>

