<?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: Remote VPN ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/remote-vpn-asa/m-p/1568525#M600354</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jennifer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ldap authentication, the aaa-server protocol will be &lt;STRONG&gt;nt &lt;/STRONG&gt;(aaa-server&amp;nbsp; AD protocol &lt;STRONG&gt;nt&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have configured aaa-server&amp;nbsp; AD protocol &lt;STRONG&gt;nt&lt;/STRONG&gt; i m not able to authenticate through vpn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can be the causes,??? Is it some configuration to be done on AD for ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Oct 2010 23:07:21 GMT</pubDate>
    <dc:creator>estelamathew</dc:creator>
    <dc:date>2010-10-22T23:07:21Z</dc:date>
    <item>
      <title>Remote VPN ASA</title>
      <link>https://community.cisco.com/t5/network-security/remote-vpn-asa/m-p/1568516#M600344</link>
      <description>&lt;P&gt;Hello Dear's,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached configs for 7.2 and 8.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I m trying to configure remote vpn on version 7.2 as well as on 8.2,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On version 7.2.I get an error 412 ,when i enabled debug for crypto isakmp and crypto ipsec,there are no logs to be seen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On version 8.2 it prompts for username and password but is not accepted though the username and password are correct,Authentication is done through windows AD server,Do we have to specify any key between AD and ASA same like with ACS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 01:01:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/remote-vpn-asa/m-p/1568516#M600344</guid>
      <dc:creator>estelamathew</dc:creator>
      <dc:date>2019-03-13T01:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Remote VPN ASA</title>
      <link>https://community.cisco.com/t5/network-security/remote-vpn-asa/m-p/1568517#M600345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So we are using Version 8 on the ASA and we use split tunneling for our Remote VPN (Cisco VPN Client) users to use when they are on the road so only interesting traffic is sent through the tunnel and regular internet traffic is sent over thier ISP default route.&amp;nbsp; Here is the sample config from our ASA firewall used for remote VPN.&amp;nbsp;&amp;nbsp; WE use Microsoft IAS service on a domain controller and setup Radius for the authentication to Active Directory.&amp;nbsp; Works perfectly.&amp;nbsp; If you need help with IAS service setup I may be able to assist with that as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you setup the VPN client software, in this example you would put REMOTEVPN in the group authentication section.&amp;nbsp; The password is what you entered in the section :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tunnel-group RemoteVPN ipsec-attributes&lt;BR /&gt; pre-shared-key *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example begin ------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list RH_splitunnel standard permit 192.168.x.0 255.255.254.0 &lt;BR /&gt;access-list RH_splitunnel standard permit 172.x.x.0 255.255.254.0 &lt;BR /&gt;access-list RH_splitunnel standard permit 172.x.x.0 255.255.255.0 &lt;BR /&gt;access-list RH_splitunnel standard permit 10.1.x.0 255.255.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa-server vpn protocol radius&lt;BR /&gt;aaa-server vpn host 172.x.x.x&lt;BR /&gt; key some_key_you_like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa local authentication attempts max-fail 5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;crypto ipsec transform-set 3DES-MD5 esp-3des esp-md5-hmac&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;crypto dynamic-map outside_dyn_map 20 set transform-set 3DES-MD5&lt;BR /&gt;crypto dynamic-map outside_dyn_map 20 set reverse-route&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map&lt;BR /&gt;crypto map outside_map interface outside&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;crypto isakmp identity hostname &lt;BR /&gt;crypto isakmp enable outside&lt;BR /&gt;crypto isakmp policy 10&lt;BR /&gt; authentication pre-share&lt;BR /&gt; encryption 3des&lt;BR /&gt; hash md5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt; group 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt; lifetime 14400&lt;BR /&gt;crypto isakmp policy 20&lt;BR /&gt; authentication pre-share&lt;BR /&gt; encryption 3des&lt;BR /&gt; hash sha&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt; group 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt; lifetime 86400&lt;BR /&gt;crypto isakmp policy 65535&lt;BR /&gt; authentication pre-share&lt;BR /&gt; encryption 3des&lt;BR /&gt; hash sha&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt; group 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt; lifetime 86400&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;group-policy RemoteVPN internal&lt;BR /&gt;group-policy RemoteVPN attributes&lt;BR /&gt; dns-server value 4.4.4.4&lt;BR /&gt; vpn-idle-timeout 180&lt;BR /&gt; vpn-tunnel-protocol IPSec &lt;BR /&gt; split-tunnel-policy tunnelspecified&lt;BR /&gt; split-tunnel-network-list value RH_splitunnel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tunnel-group RemoteVPN type remote-access&lt;BR /&gt;tunnel-group RemoteVPN general-attributes&lt;BR /&gt; address-pool RemoteVPN&lt;BR /&gt; authentication-server-group vpn&lt;BR /&gt; default-group-policy RemoteVPN&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;tunnel-group RemoteVPN ipsec-attributes&lt;BR /&gt; pre-shared-key *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example end -----&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 18:08:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/remote-vpn-asa/m-p/1568517#M600345</guid>
      <dc:creator>connectone</dc:creator>
      <dc:date>2010-10-21T18:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: Remote VPN ASA</title>
      <link>https://community.cisco.com/t5/network-security/remote-vpn-asa/m-p/1568518#M600346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What u have posted all is OK according to my configs i want to know what can be the cause that in 7.2 i m not able to get a username prompt and in 8.2 after username prompt i m not able to authenticate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 18:43:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/remote-vpn-asa/m-p/1568518#M600346</guid>
      <dc:creator>estelamathew</dc:creator>
      <dc:date>2010-10-21T18:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Remote VPN ASA</title>
      <link>https://community.cisco.com/t5/network-security/remote-vpn-asa/m-p/1568519#M600347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear's,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In version 7.2 i m able to connect but i m not able to ping directly connected core switch on inside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is static route in ASA for the remote VPN client but still not pinging. I have used NAT0 command for inside users to access tunnel bypassing NAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it i m missing any command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;FOR EXTERNAL AUTHENTICATION:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i want to specify external authentication to windows AD do i need to specify KEY in WIndows AD if so then where???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 22:09:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/remote-vpn-asa/m-p/1568519#M600347</guid>
      <dc:creator>estelamathew</dc:creator>
      <dc:date>2010-10-21T22:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Remote VPN ASA</title>
      <link>https://community.cisco.com/t5/network-security/remote-vpn-asa/m-p/1568520#M600348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For version 7.2, you might be missing the icmp inspection, please kindly add "inspect icmp" in your global policy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For external authentication to Active Directory, you would need to have a member of domain account for binding. Here is the sample configuration to authenticate to Active Directory:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a00808c3c45.shtml"&gt;http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a00808c3c45.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 23:14:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/remote-vpn-asa/m-p/1568520#M600348</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2010-10-21T23:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: Remote VPN ASA</title>
      <link>https://community.cisco.com/t5/network-security/remote-vpn-asa/m-p/1568521#M600349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jennifer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen one of the ASA configs but i did'nt find any command of LDAP as u have specified in ur mail.Only the configs are such as below I hope these command can be seen not is normal sh run but in sh config all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u clear my doub't.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is authenticating through kerberos:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa-server ABC protocol kerberos&lt;BR /&gt;aaa-server ABC (inside) host 192.168.10.10&lt;BR /&gt; kerberos-realm XYZ.COM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Oct 2010 13:28:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/remote-vpn-asa/m-p/1568521#M600349</guid>
      <dc:creator>estelamathew</dc:creator>
      <dc:date>2010-10-22T13:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Remote VPN ASA</title>
      <link>https://community.cisco.com/t5/network-security/remote-vpn-asa/m-p/1568522#M600350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LDAP is the protocol to authenticate, the AAA server would be Active Directory (NT).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you saying that you are authenticating to Kerberos instead? Here is the sample configuration for Kerberos if you are authenticating to a Kerberos server:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a008060f261.shtml"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a008060f261.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: just check out the authentication section on kerberos (don't worry about the authorization to ldap if you are not performing authorization).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW, I don't see Kerberos in any of your configuration (7.2 or 8.2) posted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Oct 2010 21:40:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/remote-vpn-asa/m-p/1568522#M600350</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2010-10-22T21:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Remote VPN ASA</title>
      <link>https://community.cisco.com/t5/network-security/remote-vpn-asa/m-p/1568523#M600351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jennifer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean to say i have seen 2 ASA configuration in which vpn users are authenticate through AD,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have only seen these below configuration for authentication apart from these i have to do anything else to work. ???? It is not working with me for version 8.2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customer-1--windows 2003 server&lt;/P&gt;&lt;P&gt;aaa-server AD protocol nt&lt;BR /&gt;aaa-server AD (inside) host 10.10.10.10&lt;BR /&gt; timeout 5&lt;BR /&gt; nt-auth-domain-controller AD01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customer-2--windows 2008 server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa-server Kerb protocol kerberos&lt;BR /&gt;aaa-server Kerb (inside) host 172.16.10.10&lt;BR /&gt; kerberos-realm SMC.COM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above are the only commands for AD authentication or i m missing something.if these are the only then i m not able to authenticate my vpn users&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ANy hint username and password are correct but not accepted when prompt comes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Oct 2010 22:02:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/remote-vpn-asa/m-p/1568523#M600351</guid>
      <dc:creator>estelamathew</dc:creator>
      <dc:date>2010-10-22T22:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Remote VPN ASA</title>
      <link>https://community.cisco.com/t5/network-security/remote-vpn-asa/m-p/1568524#M600352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, customer-2 seems to be authenticating through Kerberos base on the configuration. Is this correct? are they supposed to be authenticating through kerberos OR ldap?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For kerberos authentication, the aaa-server protocol will be &lt;STRONG&gt;kerberos &lt;/STRONG&gt;(aaa-server Kerb protocol &lt;STRONG&gt;kerberos&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;For ldap authentication, the aaa-server protocol will be &lt;STRONG&gt;nt &lt;/STRONG&gt;(aaa-server AD protocol &lt;STRONG&gt;nt&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you would need to check with your customer whether they are using kerberos or ldap authentication and configured it accordingly on the ASA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Oct 2010 22:53:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/remote-vpn-asa/m-p/1568524#M600352</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2010-10-22T22:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Remote VPN ASA</title>
      <link>https://community.cisco.com/t5/network-security/remote-vpn-asa/m-p/1568525#M600354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jennifer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ldap authentication, the aaa-server protocol will be &lt;STRONG&gt;nt &lt;/STRONG&gt;(aaa-server&amp;nbsp; AD protocol &lt;STRONG&gt;nt&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have configured aaa-server&amp;nbsp; AD protocol &lt;STRONG&gt;nt&lt;/STRONG&gt; i m not able to authenticate through vpn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can be the causes,??? Is it some configuration to be done on AD for ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Oct 2010 23:07:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/remote-vpn-asa/m-p/1568525#M600354</guid>
      <dc:creator>estelamathew</dc:creator>
      <dc:date>2010-10-22T23:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Remote VPN ASA</title>
      <link>https://community.cisco.com/t5/network-security/remote-vpn-asa/m-p/1568526#M600356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a sample configuration on LDAP authentication:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a00808c3c45.shtml"&gt;http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a00808c3c45.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please only look through the authentication section.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Oct 2010 11:00:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/remote-vpn-asa/m-p/1568526#M600356</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2010-10-25T11:00:42Z</dc:date>
    </item>
  </channel>
</rss>

