<?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 Newbie, really confused about clients in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/newbie-really-confused-about-clients/m-p/1240139#M876894</link>
    <description>&lt;P&gt;Hi ,  I set and installed a ASA 5530 to replace our aging PIX.  Now I am trying to use it to replace out old Nortel IPSEC based VPN concentrator.  I want to use the Cisco IPSEC vpn client.  When I install it I do not see anywhere to specify or use a username and password.  Just a group name and password.  What am I missing?  I didn't want to purchase SSL licenses,  just simply use the IPSEC client with local authentication to username and password.  Thanks in advance for any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 14:45:44 GMT</pubDate>
    <dc:creator>srroeder</dc:creator>
    <dc:date>2019-03-11T14:45:44Z</dc:date>
    <item>
      <title>Newbie, really confused about clients</title>
      <link>https://community.cisco.com/t5/network-security/newbie-really-confused-about-clients/m-p/1240139#M876894</link>
      <description>&lt;P&gt;Hi ,  I set and installed a ASA 5530 to replace our aging PIX.  Now I am trying to use it to replace out old Nortel IPSEC based VPN concentrator.  I want to use the Cisco IPSEC vpn client.  When I install it I do not see anywhere to specify or use a username and password.  Just a group name and password.  What am I missing?  I didn't want to purchase SSL licenses,  just simply use the IPSEC client with local authentication to username and password.  Thanks in advance for any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 14:45:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/newbie-really-confused-about-clients/m-p/1240139#M876894</guid>
      <dc:creator>srroeder</dc:creator>
      <dc:date>2019-03-11T14:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie, really confused about clients</title>
      <link>https://community.cisco.com/t5/network-security/newbie-really-confused-about-clients/m-p/1240140#M876897</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;after successfull connect you will be asked for username and password.&lt;/P&gt;&lt;P&gt;If you don't get this window you have to check the Phase 1 and 2 parameters on the ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is a template for asa ans client VPN. Replace all $....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip local pool USER $VPN_POOL_START-$VPN_POOL_END&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list NO-NAT-INSIDE extended permit ip $INSIDE-IP $INSIDE-MASK $VPN_POOL_IP $VPN_POOL_NETMASK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list SPLIT-TUNNEL-USER extended permit ip $INSIDE-IP $INSIDE-MASK $VPN_POOL_IP $VPN_POOL_NETMASK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list NO-NAT-INSIDE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;crypto ipsec transform-set MYSET esp-3des esp-md5-hmac&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;crypto dynamic-map DYNMAP 10 set transform-set MYSET&lt;/P&gt;&lt;P&gt;crypto dynamic-map DYNMAP 10 set reverse-route&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;crypto map MYMAP 1000 ipsec-isakmp dynamic DYNMAP&lt;/P&gt;&lt;P&gt;crypto map MYMAP interface outside&lt;/P&gt;&lt;P&gt;&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;crypto isakmp policy 1&lt;/P&gt;&lt;P&gt; authentication pre-share&lt;/P&gt;&lt;P&gt; encryption 3des&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;&lt;/P&gt;&lt;P&gt;crypto isakmp nat-traversal  20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;group-policy USER internal&lt;/P&gt;&lt;P&gt;group-policy USER attributes&lt;/P&gt;&lt;P&gt; vpn-idle-timeout none&lt;/P&gt;&lt;P&gt; vpn-session-timeout none&lt;/P&gt;&lt;P&gt; split-tunnel-policy tunnelspecified&lt;/P&gt;&lt;P&gt; split-tunnel-network-list value SPLIT-TUNNEL-USER&lt;/P&gt;&lt;P&gt; default-domain value $DOMAIN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tunnel-group USER type ipsec-ra&lt;/P&gt;&lt;P&gt;tunnel-group USER general-attributes&lt;/P&gt;&lt;P&gt; address-pool USER&lt;/P&gt;&lt;P&gt; default-group-policy USER&lt;/P&gt;&lt;P&gt;tunnel-group USER ipsec-attributes&lt;/P&gt;&lt;P&gt; pre-shared-key $GROUP_PASSWD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;username $USER1 password $USER1_PASSWD&lt;/P&gt;&lt;P&gt;username $USER1 attributes&lt;/P&gt;&lt;P&gt; vpn-group-policy USER&lt;/P&gt;&lt;P&gt; group-lock value USER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Celio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 15:07:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/newbie-really-confused-about-clients/m-p/1240140#M876897</guid>
      <dc:creator>celiocarreto</dc:creator>
      <dc:date>2009-02-04T15:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie, really confused about clients</title>
      <link>https://community.cisco.com/t5/network-security/newbie-really-confused-about-clients/m-p/1240141#M876902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Celio,  I set up a group with key and I now have that part working.  Can I ask you another question.  I have some managers that would like to use,   or try to test,  the CSD, Cisco Secure Desktop,  When I go into ASDM and check the option to turn on CSD it is then activated for all SSL connections.  Is this by default?  Can I create different groups or profiles so that some clients using AnyConnect can just connect and some users can get the CSD?  Is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 15:56:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/newbie-really-confused-about-clients/m-p/1240141#M876902</guid>
      <dc:creator>srroeder</dc:creator>
      <dc:date>2009-02-04T15:56:01Z</dc:date>
    </item>
  </channel>
</rss>

