<?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 in Configuring Dynamic VPN in the pix  in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/problem-in-configuring-dynamic-vpn-in-the-pix/m-p/915802#M1023168</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try it and tell me if works:&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;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 acl-inside 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-group acl-inside in interface inside&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;group-policy Guatemalavpn internal&lt;/P&gt;&lt;P&gt;group-policy Guatemalavpn attributes&lt;/P&gt;&lt;P&gt; wins-server value xx.xx.xx.xx&lt;/P&gt;&lt;P&gt; dns-server value xx.xx.xx.xx&lt;/P&gt;&lt;P&gt; default-domain value mydomain.com&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;&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;crypto map map1 interface outside&lt;/P&gt;&lt;P&gt;crypto isakmp identity address&lt;/P&gt;&lt;P&gt;crypto isakmp enable outside&lt;/P&gt;&lt;P&gt;&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;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; default-group-policy Guatemalavpn&lt;/P&gt;&lt;P&gt;tunnel-group Guatemalavpn ipsec-attributes&lt;/P&gt;&lt;P&gt; pre-shared-key *&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Dec 2007 16:31:47 GMT</pubDate>
    <dc:creator>fsanchez</dc:creator>
    <dc:date>2007-12-19T16:31:47Z</dc:date>
    <item>
      <title>Problem in Configuring Dynamic VPN in the pix</title>
      <link>https://community.cisco.com/t5/network-security/problem-in-configuring-dynamic-vpn-in-the-pix/m-p/915800#M1023165</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;</description>
      <pubDate>Fri, 21 Feb 2020 09:50:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-in-configuring-dynamic-vpn-in-the-pix/m-p/915800#M1023165</guid>
      <dc:creator>udayashankarsg</dc:creator>
      <dc:date>2020-02-21T09:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Configuring Dynamic VPN in the pix</title>
      <link>https://community.cisco.com/t5/network-security/problem-in-configuring-dynamic-vpn-in-the-pix/m-p/915801#M1023166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;anyone please help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2007 08:17:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-in-configuring-dynamic-vpn-in-the-pix/m-p/915801#M1023166</guid>
      <dc:creator>udayashankarsg</dc:creator>
      <dc:date>2007-12-18T08:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Configuring Dynamic VPN in the pix</title>
      <link>https://community.cisco.com/t5/network-security/problem-in-configuring-dynamic-vpn-in-the-pix/m-p/915802#M1023168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try it and tell me if works:&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;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 acl-inside 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-group acl-inside in interface inside&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;group-policy Guatemalavpn internal&lt;/P&gt;&lt;P&gt;group-policy Guatemalavpn attributes&lt;/P&gt;&lt;P&gt; wins-server value xx.xx.xx.xx&lt;/P&gt;&lt;P&gt; dns-server value xx.xx.xx.xx&lt;/P&gt;&lt;P&gt; default-domain value mydomain.com&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;&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;crypto map map1 interface outside&lt;/P&gt;&lt;P&gt;crypto isakmp identity address&lt;/P&gt;&lt;P&gt;crypto isakmp enable outside&lt;/P&gt;&lt;P&gt;&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;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; default-group-policy Guatemalavpn&lt;/P&gt;&lt;P&gt;tunnel-group Guatemalavpn ipsec-attributes&lt;/P&gt;&lt;P&gt; pre-shared-key *&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 16:31:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-in-configuring-dynamic-vpn-in-the-pix/m-p/915802#M1023168</guid>
      <dc:creator>fsanchez</dc:creator>
      <dc:date>2007-12-19T16:31:47Z</dc:date>
    </item>
  </channel>
</rss>

