<?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: Problem to configure VPN  in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/problem-to-configure-vpn/m-p/916536#M958439</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is the error message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WARNING: the 'vpngroup' command has been deprecated, and will be converted to the corresponding tunnel-group and group-policy syntax&lt;/P&gt;&lt;P&gt;ERROR: ip pool vpnpool1 is not defined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Dec 2007 09:23:01 GMT</pubDate>
    <dc:creator>udayashankarsg</dc:creator>
    <dc:date>2007-12-18T09:23:01Z</dc:date>
    <item>
      <title>Problem to configure VPN</title>
      <link>https://community.cisco.com/t5/network-security/problem-to-configure-vpn/m-p/916533#M958436</link>
      <description>&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;I am having a problem in configuring a dynamic VPN in my pix which has the 7.2 version of ios but i am able to work with same configuration in the pix whch has 6.3 version i just want a user from outside my network using the vpn client access the resource inside my network below is my configuration is it ok are should i need to do anything more? please advice me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip local pool vpnpool1 192.168.170.1-192.168.170.254 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;crypto dynamic-map map2 20 set transform-set guatemala1 &lt;/P&gt;&lt;P&gt;crypto map map1 20 ipsec-isakmp dynamic map2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;crypto ipsec transform-set guatemala1 esp-aes-256 esp-sha-hmac &lt;/P&gt;&lt;P&gt;isakmp policy 20 authentication pre-share &lt;/P&gt;&lt;P&gt;isakmp policy 20 encryption aes-256 &lt;/P&gt;&lt;P&gt;isakmp policy 20 hash sha &lt;/P&gt;&lt;P&gt;isakmp policy 20 group 2 &lt;/P&gt;&lt;P&gt;isakmp policy 20 lifetime 86400 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vpngroup Guatemalavpn address-pool vpnpool1 &lt;/P&gt;&lt;P&gt;vpngroup Guatemalavpn split-tunnel inside_nat0_outbound &lt;/P&gt;&lt;P&gt;vpngroup Guatemalavpn idle-time 36000 &lt;/P&gt;&lt;P&gt;vpngroup Guatemalavpn password xxxxxxx &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_acl permit tcp 192.168.170.0 255.255.255.0 172.19.10.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;route outside 192.168.170.0 255.255.255.0 200.30.222.65 &lt;/P&gt;&lt;P&gt;access-list inside_nat0_outbound extended permit ip any 192.168.170.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;access-list inside_nat0_outbound extended permit ip 172.19.10.0 255.255.255.0 192.168.170.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 102 permit ip 172.19.10.0 255.255.255.0 192.168.170.0 255.255.255.0 &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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 00:52:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-to-configure-vpn/m-p/916533#M958436</guid>
      <dc:creator>udayashankarsg</dc:creator>
      <dc:date>2019-03-13T00:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to configure VPN</title>
      <link>https://community.cisco.com/t5/network-security/problem-to-configure-vpn/m-p/916534#M958437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Uday&lt;/P&gt;&lt;P&gt;   6.3 and 7.2 are slightly different. First issue the following command.&lt;/P&gt;&lt;P&gt;isakmp enable outside&lt;/P&gt;&lt;P&gt;    Then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;group-policy Guatemalavpn internal&lt;/P&gt;&lt;P&gt;group-policy Guatemalavpn attributes&lt;/P&gt;&lt;P&gt; vpn-idle-timeout 36000&lt;/P&gt;&lt;P&gt; vpn-session-timeout 10080&lt;/P&gt;&lt;P&gt; vpn-tunnel-protocol IPSec &lt;/P&gt;&lt;P&gt; split-tunnel-policy tunnelspecified&lt;/P&gt;&lt;P&gt; split-tunnel-network-list value 102&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tunnel-group Guatemalavpn type ipsec-ra&lt;/P&gt;&lt;P&gt;tunnel-group Guatemalavpn general-attributes&lt;/P&gt;&lt;P&gt; address-pool vpnpool1&lt;/P&gt;&lt;P&gt; authentication-server-group LOCAL&lt;/P&gt;&lt;P&gt; default-group-policy Guatemalavpn&lt;/P&gt;&lt;P&gt;tunnel-group Guatemalavpn ipsec-attributes&lt;/P&gt;&lt;P&gt; pre-shared-key typeyourpresharedkeyhere&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2007 09:00:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-to-configure-vpn/m-p/916534#M958437</guid>
      <dc:creator>Alan Huseyin Kayahan</dc:creator>
      <dc:date>2007-12-18T09:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to configure VPN</title>
      <link>https://community.cisco.com/t5/network-security/problem-to-configure-vpn/m-p/916535#M958438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Should i use your command after my command&lt;/P&gt;&lt;P&gt;if i enter following command i will get some error message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vpngroup Guatemalavpn address-pool vpnpool1&lt;/P&gt;&lt;P&gt;vpngroup Guatemalavpn split-tunnel inside_nat0_outbound&lt;/P&gt;&lt;P&gt;vpngroup Guatemalavpn idle-time 36000&lt;/P&gt;&lt;P&gt;vpngroup Guatemalavpn password cisco123&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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>Tue, 18 Dec 2007 09:22:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-to-configure-vpn/m-p/916535#M958438</guid>
      <dc:creator>udayashankarsg</dc:creator>
      <dc:date>2007-12-18T09:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to configure VPN</title>
      <link>https://community.cisco.com/t5/network-security/problem-to-configure-vpn/m-p/916536#M958439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is the error message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WARNING: the 'vpngroup' command has been deprecated, and will be converted to the corresponding tunnel-group and group-policy syntax&lt;/P&gt;&lt;P&gt;ERROR: ip pool vpnpool1 is not defined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2007 09:23:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-to-configure-vpn/m-p/916536#M958439</guid>
      <dc:creator>udayashankarsg</dc:creator>
      <dc:date>2007-12-18T09:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to configure VPN</title>
      <link>https://community.cisco.com/t5/network-security/problem-to-configure-vpn/m-p/916537#M958440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if i try to connect after the configuration&lt;/P&gt;&lt;P&gt;the cisco vpn client asks for the Authentication after providing the local username and password of the pix and also i tried with username as Guatemalavpn and password as my preshared key i am get eroor saying &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;secured vpn connection terminated locally by the client reson 403 unable to caoonect security gateway&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2007 09:50:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-to-configure-vpn/m-p/916537#M958440</guid>
      <dc:creator>udayashankarsg</dc:creator>
      <dc:date>2007-12-18T09:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to configure VPN</title>
      <link>https://community.cisco.com/t5/network-security/problem-to-configure-vpn/m-p/916538#M958441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;vpngroup is changed as tunnel-group in 7.x IOS. So dont use vpngroup and use my config instead. Rest of the config is OK.&lt;/P&gt;&lt;P&gt;   When it asks you a username and password, submit a username password that you created in pix. For example following command creates a user&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   username uday password 1234 priv 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2007 09:51:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-to-configure-vpn/m-p/916538#M958441</guid>
      <dc:creator>Alan Huseyin Kayahan</dc:creator>
      <dc:date>2007-12-18T09:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to configure VPN</title>
      <link>https://community.cisco.com/t5/network-security/problem-to-configure-vpn/m-p/916539#M958442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am still having the same error and the below command is not working.&lt;/P&gt;&lt;P&gt;tunnel-group Guatemalavpn type ipsec-ra &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2007 10:21:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-to-configure-vpn/m-p/916539#M958442</guid>
      <dc:creator>udayashankarsg</dc:creator>
      <dc:date>2007-12-18T10:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to configure VPN</title>
      <link>https://community.cisco.com/t5/network-security/problem-to-configure-vpn/m-p/916540#M958443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Uday, &lt;/P&gt;&lt;P&gt;  What error do you encounter when you type &lt;/P&gt;&lt;P&gt;tunnel-group Guatemalavpn type ipsec-ra&lt;/P&gt;&lt;P&gt;  Posting your running config would be helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2007 10:27:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-to-configure-vpn/m-p/916540#M958443</guid>
      <dc:creator>Alan Huseyin Kayahan</dc:creator>
      <dc:date>2007-12-18T10:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to configure VPN</title>
      <link>https://community.cisco.com/t5/network-security/problem-to-configure-vpn/m-p/916541#M958444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please find the configuration as attachement.&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>Tue, 18 Dec 2007 10:56:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-to-configure-vpn/m-p/916541#M958444</guid>
      <dc:creator>udayashankarsg</dc:creator>
      <dc:date>2007-12-18T10:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to configure VPN</title>
      <link>https://community.cisco.com/t5/network-security/problem-to-configure-vpn/m-p/916542#M958445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Type the following in their respective order in configure terminal mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tunnel-group Guatemalavpn general-attributes &lt;/P&gt;&lt;P&gt;authentication-server-group LOCAL &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2007 11:41:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-to-configure-vpn/m-p/916542#M958445</guid>
      <dc:creator>Alan Huseyin Kayahan</dc:creator>
      <dc:date>2007-12-18T11:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to configure VPN</title>
      <link>https://community.cisco.com/t5/network-security/problem-to-configure-vpn/m-p/916543#M958446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do i have any problem with  my crypto map command because when i type i get following error.&lt;/P&gt;&lt;P&gt;crypto map map1 20 ipsec-isakmp dynamic map2&lt;/P&gt;&lt;P&gt;WARNING: dynamic map has incomplete entries&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2007 04:20:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-to-configure-vpn/m-p/916543#M958446</guid>
      <dc:creator>udayashankarsg</dc:creator>
      <dc:date>2007-12-20T04:20:20Z</dc:date>
    </item>
  </channel>
</rss>

