<?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: PIX 515E, pre-shared key and dynamic maps in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-515e-pre-shared-key-and-dynamic-maps/m-p/187330#M607904</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try using the vpngroup command on the PIX to differentiate between sites. &lt;/P&gt;&lt;P&gt;Configure the Group name and passwords (Preshared Keys) on the PIX. &lt;/P&gt;&lt;P&gt;Check to see if your contivity boxes can authenticate using a username(groupname) and passwords .... Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Mar 2003 09:05:01 GMT</pubDate>
    <dc:creator>a-alao</dc:creator>
    <dc:date>2003-03-27T09:05:01Z</dc:date>
    <item>
      <title>PIX 515E, pre-shared key and dynamic maps</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-pre-shared-key-and-dynamic-maps/m-p/187329#M607903</link>
      <description>&lt;P&gt;Dear Sir / Madam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are operating a network with 120 sites. We have a PIX-515E acting as&lt;/P&gt;&lt;P&gt;a hub point and Contivity 100 in the remote offices.&lt;/P&gt;&lt;P&gt;At the branch office we use a dedicate IP line (128 K) and at the hub point&lt;/P&gt;&lt;P&gt;a 8 Mbps dedicate IP line, establishing tunnels through IPSEC using&lt;/P&gt;&lt;P&gt;pre-shared key. All is working well with good performance and low costs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we tried to establish a dial backup (Internet) conection from&lt;/P&gt;&lt;P&gt;Contivity 100, it work's fine at the branch office, reestablishing the&lt;/P&gt;&lt;P&gt;Internet traffic and others services, but at the central office the tunnel&lt;/P&gt;&lt;P&gt;can't be establish.&lt;/P&gt;&lt;P&gt;This is due to the static crypto map that needs a peer address to create&lt;/P&gt;&lt;P&gt;a SA. Using a dynamic crypto map this problem was solved and the&lt;/P&gt;&lt;P&gt;tunnel was established with dedicated IP or using dial backup access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that I could only use a unique pre-shared key to all&lt;/P&gt;&lt;P&gt;offices and that's a great problem. So I would like to establish&lt;/P&gt;&lt;P&gt;a tunnel using a pre-shared key by hostname instead peer address.&lt;/P&gt;&lt;P&gt;I couldn't find any example or reference of doing this with PIX-515E&lt;/P&gt;&lt;P&gt;software version 6.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've seen some configurations using this aproach with IOS 12.2 but&lt;/P&gt;&lt;P&gt;in using PIX I will be in lack of references on how to use a different &lt;/P&gt;&lt;P&gt;pre-shared key and not using the peer address as control / identity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do it ?&lt;/P&gt;&lt;P&gt;Are there any other way to use different pre-shared keys with dynamic map?&lt;/P&gt;&lt;P&gt;Will it be available at version 6.3?&lt;/P&gt;&lt;P&gt;When do you configure "isakmp identity hostname" for use with IPSEC?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm posting a small piece of the configuration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sysopt connection permit-ipsec&lt;/P&gt;&lt;P&gt;no sysopt route dnat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/*These lines refer to offices with dial backup */&lt;/P&gt;&lt;P&gt;crypto ipsec transform-set AGENCIAS esp-des esp-sha-hmac&lt;/P&gt;&lt;P&gt;crypto dynamic-map backup 20 match address 299&lt;/P&gt;&lt;P&gt;crypto dynamic-map backup 20 set transform-set AGENCIAS&lt;/P&gt;&lt;P&gt;crypto dynamic-map backup 30 match address 300&lt;/P&gt;&lt;P&gt;crypto dynamic-map backup 30 set transform-set AGENCIAS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* These lines refer to static with no dial backup installed */&lt;/P&gt;&lt;P&gt;crypto map XXX_MAP 301 ipsec-isakmp&lt;/P&gt;&lt;P&gt;crypto map XXX_MAP 301 match address 301&lt;/P&gt;&lt;P&gt;crypto map XXX_MAP 301 set peer XXX.XXX.XXX.XXX&lt;/P&gt;&lt;P&gt;crypto map XXX_MAP 301 set transform-set AGENCIAS&lt;/P&gt;&lt;P&gt;crypto map XXX_MAP 303 ipsec-isakmp&lt;/P&gt;&lt;P&gt;crypto map XXX_MAP 303 match address 303&lt;/P&gt;&lt;P&gt;crypto map XXX_MAP 303 set peer YYY.YYY.YYY.YYY&lt;/P&gt;&lt;P&gt;crypto map XXX_MAP 303 set transform-set AGENCIAS&lt;/P&gt;&lt;P&gt;crypto map XXX_MAP 304 ipsec-isakmp&lt;/P&gt;&lt;P&gt;crypto map XXX_MAP 304 match address 304&lt;/P&gt;&lt;P&gt;crypto map XXX_MAP 304 set peer ZZZ.ZZZ.ZZZ.ZZZ&lt;/P&gt;&lt;P&gt;crypto map XXX_MAP 304 set transform-set AGENCIAS&lt;/P&gt;&lt;P&gt;crypto map XXX_MAP 308 ipsec-isakmp&lt;/P&gt;&lt;P&gt;crypto map XXX_MAP 500 ipsec-isakmp dynamic backup&lt;/P&gt;&lt;P&gt;crypto map XXX_MAP interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;isakmp enable outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* A diferent pre-shared key for each site */&lt;/P&gt;&lt;P&gt;isakmp key ******** address XXX.XXX.XXX.XXX&lt;/P&gt;&lt;P&gt;isakmp key ******** address YYY.YYY.YYY.YYY&lt;/P&gt;&lt;P&gt;isakmp key ******** address ZZZ.ZZZ.ZZZ.ZZZ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* One pre-shared key to every site with dial backup */&lt;/P&gt;&lt;P&gt;isakmp key ******** address 0.0.0.0 netmask 0.0.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;isakmp identity address&lt;/P&gt;&lt;P&gt;isakmp policy 20 authentication pre-share&lt;/P&gt;&lt;P&gt;isakmp policy 20 encryption des&lt;/P&gt;&lt;P&gt;isakmp policy 20 hash sha&lt;/P&gt;&lt;P&gt;isakmp policy 20 group 1&lt;/P&gt;&lt;P&gt;isakmp policy 20 lifetime 28800&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Franzin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 06:38:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-pre-shared-key-and-dynamic-maps/m-p/187329#M607903</guid>
      <dc:creator>franzin</dc:creator>
      <dc:date>2020-02-21T06:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515E, pre-shared key and dynamic maps</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-pre-shared-key-and-dynamic-maps/m-p/187330#M607904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try using the vpngroup command on the PIX to differentiate between sites. &lt;/P&gt;&lt;P&gt;Configure the Group name and passwords (Preshared Keys) on the PIX. &lt;/P&gt;&lt;P&gt;Check to see if your contivity boxes can authenticate using a username(groupname) and passwords .... Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2003 09:05:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-pre-shared-key-and-dynamic-maps/m-p/187330#M607904</guid>
      <dc:creator>a-alao</dc:creator>
      <dc:date>2003-03-27T09:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515E, pre-shared key and dynamic maps</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-pre-shared-key-and-dynamic-maps/m-p/187331#M607905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using to mobile users with Cisco Cliente 6.2. It doesn't work with&lt;/P&gt;&lt;P&gt;Contivity!&lt;/P&gt;&lt;P&gt;Unfortunaltely, Contivity can validate a peer using either IP address or&lt;/P&gt;&lt;P&gt;the name of the tunnel (same as hostname for CISCO).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;Franzin &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2003 11:59:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-pre-shared-key-and-dynamic-maps/m-p/187331#M607905</guid>
      <dc:creator>franzin</dc:creator>
      <dc:date>2003-03-27T11:59:53Z</dc:date>
    </item>
  </channel>
</rss>

