getXML('<?xml version="1.0" encoding="UTF-8"?><ActiveMessages>Security8018<Community id=".ee6b2b0" title="Networking Professionals">  <Forum id=".ee6b2b2" title="Virtual Private Networks"><Topic id=".ee6b2b8" private="" title="Security"><Conversation id=".2cd4e853" messages="5" subscribed="no" title="L2L with 3 sites"><Message attachment="no" canreply="yes" id=".2cd4e853" level=""><Author authinfo=" net">alsayed@litani.gov.lb</Author><Timestamp>Nov 10, 2009, 11:02am PST</Timestamp><Msgbody>Hello&lt;br /&gt;&lt;br /&gt;I m imlementing a scenario like the attached diagram by connection the LAN behind ASA-1 toward network behind ASA-2 and ASA-3 using vpn&lt;br /&gt;L2L,the tunnel is in up State between ASA-1 and ASA-2 while it didn&apos;t come up between ASA-1 and ASA-3&lt;br /&gt;&lt;br /&gt;I attached the the config + THE TOpology of each ASA&apos;s,so plz guid me for a working and ideal config&lt;br /&gt;&lt;br /&gt;10xs and Appreciate&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Attachment Keywords : &lt;/b&gt; &lt;br /&gt;1) L2L.jpg&lt;br /&gt;2) ASA&apos;s-CONFIGs.txt&lt;br /&gt;</Msgbody> <Attachment><Document><FileName>L2L.jpg</FileName><DocID>123438</DocID><ContentType>image/pjpeg</ContentType><InternalType>image</InternalType><Size>47444</Size><ExpirationDate>11/10/2014</ExpirationDate><IsExpired>no</IsExpired></Document><Document><FileName>ASA&apos;s-CONFIGs.txt</FileName><DocID>123439</DocID><ContentType>text/plain</ContentType><InternalType>text</InternalType><Size>9635</Size><ExpirationDate>11/10/2014</ExpirationDate><IsExpired>no</IsExpired></Document></Attachment></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4e853/0" level="1.">            <Author authinfo=" COMPASS NETWORK SERVICES">acomiskey</Author><Timestamp>Nov 10, 2009, 11:10am PST</Timestamp><Msgbody>This should help. You don&apos;t want to use the same match acl for each of your tunnels. You want to split them up, 1 for each tunnel. You also don&apos;t need the icmp lines in your match acl, they won&apos;t do anything. You were also missing the nonat for the 2nd tunnel to asa 3.&lt;br /&gt;&lt;br /&gt;ASA - 1&lt;br /&gt;access-list inf extended permit ip 10.11.11.0 255.255.255.0 10.10.10.0 255.255.255.0 &lt;br /&gt;access-list inf2 extended permit ip 10.11.11.0 255.255.255.0 15.15.15.0 255.255.255.0 &lt;br /&gt;access-list nonat extended permit ip 10.11.11.0 255.255.255.0 10.10.10.0 255.255.255.0 &lt;br /&gt;access-list nonat extended permit ip 10.11.11.0 255.255.255.0 15.15.15.0 255.255.255.0 &lt;br /&gt;crypto map MAP 10 match address inf&lt;br /&gt;crypto map MAP 20 match address inf2&lt;br /&gt;&lt;br /&gt;ASA - 3&lt;br /&gt;access-list inf extended permit ip 15.15.15.0 255.255.255.0 10.11.11.0 255.255.255.0 &lt;br /&gt;access-list nonat extended permit ip 15.15.15.0 255.255.255.0 10.11.11.0 255.255.255.0 &lt;br /&gt;crypto map MAP 10 match address inf&lt;br /&gt;</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4e853/1" level="1.1"><Author authinfo=" net">alsayed@litani.gov.lb</Author><Timestamp>Nov 10, 2009, 11:28am PST</Timestamp><Msgbody>hello&lt;br /&gt;&lt;br /&gt;Thanks man,u sure like this will work?&lt;br /&gt;thanks</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4e853/2" level="1.1.1"><Author authinfo=" net">alsayed@litani.gov.lb</Author><Timestamp>Nov 13, 2009, 4:01am PST</Timestamp><Msgbody>hello                                                                                      &lt;br /&gt;											  &lt;br /&gt;											   &lt;br /&gt;okay the tunnel came up Just With Command"""sysopt connection permit-vpn""":								   |&lt;br /&gt;			 								  								   |&lt;br /&gt;ciscoasa(config)# sh crypto isakmp sa               					   &lt;br /&gt;&lt;br /&gt;   Active SA: 2&lt;br /&gt;    Rekey SA: 0 (A tunnel will report 1 Active and 1 Rekey SA during rekey)&lt;br /&gt;Total IKE SA: 2&lt;br /&gt;&lt;br /&gt;1   IKE Peer: 192.1.1.10&lt;br /&gt;    Type    : L2L             Role    : initiator &lt;br /&gt;    Rekey   : no              State   : MM_ACTIVE &lt;br /&gt;2   IKE Peer: 192.168.1.10&lt;br /&gt;    Type    : L2L             Role    : initiator &lt;br /&gt;    Rekey   : no              State   : MM_ACTIVE &lt;br /&gt;ciscoasa(config)# &lt;br /&gt;&lt;br /&gt;&lt;br /&gt; BUT I COULDN&apos;T ABLE TO PING FROM HOSTS BEHIND ASA-3 toward Hosts behind ASAS-1&lt;br /&gt;&lt;br /&gt;Pinging 10.11.11.100 with 32 bytes of data:&lt;br /&gt;&lt;br /&gt;Request timed out.&lt;br /&gt;Request timed out.&lt;br /&gt;Request timed out.&lt;br /&gt;Request timed out.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;ASA-3 access-list&lt;br /&gt;--------------------&lt;br /&gt;ciscoasa(config)# sh access-list &lt;br /&gt;access-list cached ACL log flows: total 0, denied 0 (deny-flow-max 4096)&lt;br /&gt;            alert-interval 300&lt;br /&gt;access-list inf; 1 elements&lt;br /&gt;access-list inf line 1 extended permit ip 15.15.15.0 255.255.255.0 10.11.11.0 255.255.255.0 (hitcnt=1) 0x83edf381 &lt;br /&gt;access-list nonat; 1 elements&lt;br /&gt;access-list nonat line 1 extended permit ip 15.15.15.0 255.255.255.0 10.11.11.0 255.255.255.0 (hitcnt=0) 0x78b10b58 &lt;br /&gt;ciscoasa(config)# &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;ASA-1 access-list&lt;br /&gt;---------------------&lt;br /&gt;&lt;br /&gt;ciscoasa(config)# sh access-list &lt;br /&gt;access-list cached ACL log flows: total 0, denied 0 (deny-flow-max 4096)&lt;br /&gt;            alert-interval 300&lt;br /&gt;access-list inf; 1 elements&lt;br /&gt;access-list inf line 1 extended permit ip 10.11.11.0 255.255.255.0 10.10.10.0 255.255.255.0 (hitcnt=72) 0x3e362915 &lt;br /&gt;access-list nonat; 2 elements&lt;br /&gt;access-list nonat line 1 extended permit ip 10.11.11.0 255.255.255.0 10.10.10.0 255.255.255.0 (hitcnt=0) 0x1ad3390 &lt;br /&gt;access-list nonat line 2 extended permit ip 10.11.11.0 255.255.255.0 15.15.15.0 255.255.255.0 (hitcnt=0) 0x4fe97626 &lt;br /&gt;access-list inf2; 1 elements&lt;br /&gt;access-list inf2 line 1 extended permit ip 10.11.11.0 255.255.255.0 15.15.15.0 255.255.255.0 (hitcnt=18) 0x32f7b868 &lt;br /&gt;ciscoasa(config)# &lt;br /&gt;&lt;br /&gt;Ping statistics for 10.11.11.100:&lt;br /&gt;    Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),&lt;br /&gt;&lt;br /&gt;Now how can i fix that Please?&lt;br /&gt;&lt;br /&gt;Thanks and Appreciate</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4e853/3" level="1.1.1.1">            <Author authinfo=" COMPASS NETWORK SERVICES">acomiskey</Author><Timestamp>Nov 13, 2009, 5:43am PST</Timestamp><Msgbody>Can you post the whole configs?</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" editable="yes" id=".2cd4e853/4" level="1.1.1.1.1"><Author authinfo=" net">alsayed@litani.gov.lb</Author><Timestamp>Nov 17, 2009, 9:15am PST</Timestamp><Msgbody>hello&lt;br /&gt;freind,already attached along this post,just added ur suggestion&lt;br /&gt;</Msgbody><Attachment/></Message></Reply></Reply></Reply></Reply></Reply></Replies></Conversation><Conversation id=".2cd4f363" messages="0" subscribed="no" title="ASA webvpn / secure desktop..."><Message attachment="no" canreply="yes" id=".2cd4f363" level="">            <Author authinfo=" LOTO QUEBEC">sicard.jc</Author><Timestamp>Nov 17, 2009, 8:37am PST</Timestamp><Msgbody>Hi, &lt;br /&gt;&lt;br /&gt;We&apos;re deploying webvpn (with secure desktop) on 5520&apos;s. The bulk of it is working but I have a few questions:&lt;br /&gt;&lt;br /&gt;(This is on 8.2.1, CSD 3.4.2048)&lt;br /&gt;&lt;br /&gt;1- When I connect to the webvpn with a specific browser (IE or firefox), once secure desktop loads, it doesn&apos;t always open the login page with the same browser that was used initially. It seems like CSD may be using the default browser instead of the browser used to connect to the webvpn. Is this the designed behavior? &lt;br /&gt;&lt;br /&gt;2- We have an issue where when users start a RDP session with the RDP activex: the activex starts but sometimes stays in the "loading..." status. If you do a simple page reload, it goes through. Anyone seen this?&lt;br /&gt;&lt;br /&gt;3- Again, with the RDP ActiveX: is the activex downloaded from the ASA or is invoked from the local machine? If it is downloaded, can it be updated somewhere in the ASA?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;&lt;br /&gt;JC&lt;br /&gt;</Msgbody> <Attachment/></Message></Conversation><Conversation id=".2cd4f2e6" messages="2" subscribed="no" title="Win7 64bit integrated client and Cisco Concentrator"><Message attachment="no" canreply="yes" id=".2cd4f2e6" level="">      <Author authinfo="Network administrator, AARHUS UNIVERSITY">sfanayei</Author><Timestamp>Nov 17, 2009, 5:29am PST</Timestamp><Msgbody>Hi&lt;br /&gt;Is it possible to connect win7 integrated vpn client to connect to Cisco Concentrator using L2TP, PP2P, ipsec or L2TP over ipsec? Many tanks in advance!&lt;br /&gt;Sfanayei</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4f2e6/0" level="1." new="yes">      <Author authinfo="Customer Support Engineer, CISCO SYSTEMS">mopaul</Author><Timestamp>Nov 17, 2009, 7:03am PST</Timestamp><Msgbody>Hi ,&lt;br /&gt;&lt;br /&gt;To the best of my knowledge you should be able to connect , L2tp , l2tp/ipsec and PPTP client from Win 7 to the Concentrator.&lt;br /&gt;&lt;br /&gt;You can use PPTP on the Concentrator , with CHAP, MSCHAPV1 AND VERSION 2 authentication protocols.&lt;br /&gt;&lt;br /&gt;In the base group , under General tab,you can select which tunnel protocols are allowed.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Tunneling Protocols 	&lt;br /&gt;PPTP&lt;br /&gt;L2TP&lt;br /&gt;IPSec&lt;br /&gt;L2TP over IPSec&lt;br /&gt;WebVPN&lt;br /&gt;&lt;br /&gt;Hope this helps.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;M&lt;br /&gt;</Msgbody><Attachment/></Message></Reply><Reply><Message attachment="no" canreply="yes" id=".2cd4f2e6/1" level="2." new="yes">      <Author authinfo="Customer Support Engineer, CISCO SYSTEMS">mopaul</Author><Timestamp>Nov 17, 2009, 8:01am PST</Timestamp><Msgbody>Hi ,&lt;br /&gt;&lt;br /&gt;To the best of my knowledge you should be able to connect , L2tp , l2tp/ipsec and PPTP client from Win 7 to the Concentrator.&lt;br /&gt;&lt;br /&gt;You can use PPTP on the Concentrator , with CHAP, MSCHAPV1 AND VERSION 2 authentication protocols.&lt;br /&gt;&lt;br /&gt;In the base group , under General tab,you can select which tunnel protocols are allowed.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Tunneling Protocols 	&lt;br /&gt;PPTP&lt;br /&gt;L2TP&lt;br /&gt;IPSec&lt;br /&gt;L2TP over IPSec&lt;br /&gt;WebVPN&lt;br /&gt;&lt;br /&gt;Hope this helps.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;M&lt;br /&gt;</Msgbody><Attachment/></Message></Reply></Replies></Conversation><Conversation id=".2cd4f2ec" messages="1" subscribed="no" title="Cisco AnyConnect VPN and VPN concentrator"><Message attachment="no" canreply="yes" id=".2cd4f2ec" level="">      <Author authinfo="Network administrator, AARHUS UNIVERSITY">sfanayei</Author><Timestamp>Nov 17, 2009, 5:35am PST</Timestamp><Msgbody>Can I use Cisco AnyConnect VPN  to connect to Cisco&apos;s vpn Concentrator?&lt;br /&gt;&lt;br /&gt;Tanks a lot!&lt;br /&gt;&lt;br /&gt;Sfanayei</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4f2ec/0" level="1." new="yes">      <Author authinfo="Customer Support Engineer, Cisco Systems" ccie="yes">topula</Author><Timestamp>Nov 17, 2009, 7:40am PST</Timestamp><Msgbody>AnyConnect is only supported on the ASA and IOS platforms.  There is a legacy SSL VPN client available for the 3k but it does not support 64-bit operating systems.</Msgbody><Attachment/></Message></Reply></Replies></Conversation><Conversation id=".2cd4d6a9" messages="3" subscribed="no" title="L2TP/IPSEC with Group Authentication"><Message attachment="no" canreply="yes" id=".2cd4d6a9" level=""><Author authinfo=" HARRISONVILLE TELEPHONE COMPANY">htcesh@htc.net</Author><Timestamp>Oct 30, 2009, 9:04am PST</Timestamp><Msgbody>Hello all,&lt;br /&gt;&lt;br /&gt;I have successfully setup my ASA 5510 to accept L2TP connections from the built in Windows XP/Vista VPN clients. What I am trying to get working now is to authenticate users along with their group names using the LOCAL database on the ASA. (Ex. username@tunnelgroup) My tunnelgroups are setup using pre-shared keys and so far I have had no luck in accomplishing this. When I do a debug on the connection is always defaults to the DefaultRAGroup even though I specify a group using the username@tunnelgroup format on the client.&lt;br /&gt;&lt;br /&gt;Can what I am trying to do even be done and if so how? Any suggestions are more than welcomed!&lt;br /&gt;&lt;br /&gt;</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4d6a9/0" level="1." new="yes">            <Author authinfo=" SEM-NUMERICA">vpancisco</Author><Timestamp>Nov 17, 2009, 2:03am PST</Timestamp><Msgbody>hello&lt;br /&gt;&lt;br /&gt;i&apos;m fighting against the same probleme&lt;br /&gt;did you resolve it ??</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4d6a9/1" level="1.1" new="yes"><Author authinfo=" HARRISONVILLE TELEPHONE COMPANY">htcesh@htc.net</Author><Timestamp>Nov 17, 2009, 6:37am PST</Timestamp><Msgbody>Unfortunately, I have not. I have went to relying more on the Cisco VPN Client and traditional IPSEC methods. I would love to find a solution though.</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4d6a9/2" level="1.1.1" new="yes">            <Author authinfo=" SEM-NUMERICA">vpancisco</Author><Timestamp>Nov 17, 2009, 7:07am PST</Timestamp><Msgbody>all right thanks !</Msgbody><Attachment/></Message></Reply></Reply></Reply></Replies></Conversation><Conversation id=".2cd4ed11" messages="3" subscribed="no" title="Remote VPN in Cisco 870 Router"><Message attachment="no" canreply="yes" id=".2cd4ed11" level="">      <Author authinfo="Network Engineer, RevenueMed">ribin.jones</Author><Timestamp>Nov 12, 2009, 7:18pm PST</Timestamp><Msgbody>Hi,&lt;br /&gt;&lt;br /&gt;Could someone explain me the steps in configuring remote VPN in Cisco C870 router? I already have two site to site VPN&apos;s configured in the same router.&lt;br /&gt;&lt;br /&gt;Thanks for any help,&lt;br /&gt;&lt;br /&gt;Ribin</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4ed11/0" level="1." new="yes">      <Author authinfo="Network Engineer, RevenueMed">ribin.jones</Author><Timestamp>Nov 12, 2009, 7:39pm PST</Timestamp><Msgbody>Infact, it is 871 router.</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4ed11/1" level="1.1" new="yes">      <Author authinfo="Network Engineer, RevenueMed">ribin.jones</Author><Timestamp>Nov 17, 2009, 5:11am PST</Timestamp><Msgbody>Any help, please....</Msgbody><Attachment/></Message></Reply></Reply><Reply><Message attachment="no" canreply="yes" id=".2cd4ed11/2" level="2." new="yes"><Author authinfo=" ">linyuxing</Author><Timestamp>Nov 17, 2009, 7:02am PST</Timestamp><Msgbody>Configuring an IPsec Router Dynamic LAN-to-LAN Peer and VPN Clients&lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;http://www.cisco.com/en/US/tech/tk583/tk372/technologies_configuration_example09186a00801dddbb.shtml&apos;)"&gt;http://www.cisco.com/en/US/tech/tk583/tk372/technologies_configuration_example09186a00801dddbb.shtml&lt;/A&gt;&lt;br /&gt;&lt;br /&gt;HTH.</Msgbody><Attachment/></Message></Reply></Replies></Conversation><Conversation id=".2cd4f304" messages="0" subscribed="no" title="DVR5100 Remote Client with Cisco VPN Client"><Message attachment="no" canreply="yes" id=".2cd4f304" level=""><Author authinfo=" dunnhumby">craig.juhas</Author><Timestamp>Nov 17, 2009, 6:06am PST</Timestamp><Msgbody>Hi All,&lt;br /&gt;&lt;br /&gt;I have a user who is responsible for our security software in the US office.  He connects to the Pelco security cameras in the office using the DVR5100 Remote Client.  He has asked if it is possible to connect while he is at home when he&apos;s using the Cisco VPN Client as at the moment it doesn&apos;t work.  &lt;br /&gt;&lt;br /&gt;From what I&apos;ve read up on it so far it appears to have its own virtual adaptor on the Windows machine when it&apos;s installed.  My opinion is it won&apos;t work as the Cisco VPN Client will not tunnel traffic for it.  Has anyone had any experience with this in the past and got it to work?</Msgbody> <Attachment/></Message></Conversation><Conversation id=".2cd4f2dc" messages="7" subscribed="no" title="what is PFS?"><Message attachment="no" canreply="yes" id=".2cd4f2dc" level="">      <Author authinfo="Network Engineer, RevenueMed">ribin.jones</Author><Timestamp>Nov 17, 2009, 5:14am PST</Timestamp><Msgbody>Could some one explain me the basic concept of PFS (Perfect Forward Secrecy)?&lt;br /&gt;&lt;br /&gt;I do have some VPN&apos;s configured in my router with no PFS. What is the extra security feature that PFS provide?&lt;br /&gt;&lt;br /&gt;Thanks in advance,&lt;br /&gt;&lt;br /&gt;Ribin </Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4f2dc/0" level="1." new="yes">      <Author authinfo="Senior European Network Engineer, Monster Worldwide">andrew.prince@monster.com</Author><Timestamp>Nov 17, 2009, 5:17am PST</Timestamp><Msgbody>Read the below link:-&lt;br /&gt;&lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;http://en.wikipedia.org/wiki/Perfect_forward_secrecy&apos;)"&gt;http://en.wikipedia.org/wiki/Perfect_forward_secrecy&lt;/A&gt;&lt;br /&gt;&lt;br /&gt;HTH&gt;</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f2dc/1" level="1.1" new="yes">      <Author authinfo="Network Engineer, RevenueMed">ribin.jones</Author><Timestamp>Nov 17, 2009, 5:20am PST</Timestamp><Msgbody>I did read that link. Any simple/easily understanding explanation is appreciated.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;&lt;br /&gt;Ribin</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f2dc/2" level="1.1.1" new="yes">      <Author authinfo="Senior European Network Engineer, Monster Worldwide">andrew.prince@monster.com</Author><Timestamp>Nov 17, 2009, 5:26am PST</Timestamp><Msgbody>Do you know what the Diffie-Hellman key exchange is?</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f2dc/3" level="1.1.1.1" new="yes">      <Author authinfo="Network Engineer, RevenueMed">ribin.jones</Author><Timestamp>Nov 17, 2009, 5:35am PST</Timestamp><Msgbody>Yea, I got some basic idea from &lt;A HREF="javascript:newWin(&apos;http://en.wikipedia.org/wiki/Diffie%E2%80%93Hellman_key_exchange&apos;)"&gt;http://en.wikipedia.org/wiki/Diffie%E2%80%93Hellman_key_exchange&lt;/A&gt;.&lt;br /&gt;&lt;br /&gt;- Ribin</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f2dc/4" level="1.1.1.1.1" new="yes">      <Author authinfo="Senior European Network Engineer, Monster Worldwide">andrew.prince@monster.com</Author><Timestamp>Nov 17, 2009, 5:38am PST</Timestamp><Msgbody>OK - so PFS does NOT use any of the information from the previously negotiated key.  &lt;br /&gt;&lt;br /&gt;They negotiate and generate a completly new key for the session when the previous key expires.</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f2dc/5" level="1.1.1.1.1.1" new="yes">      <Author authinfo="Network Engineer, RevenueMed">ribin.jones</Author><Timestamp>Nov 17, 2009, 5:45am PST</Timestamp><Msgbody>OK. So, during the configuration, we need to specify a key once (which will be used for the first negotiation only) and thereafter both the peers will use another key generated using Diffie-Helman?</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f2dc/6" level="1.1.1.1.1.1.1" new="yes">      <Author authinfo="Senior European Network Engineer, Monster Worldwide">andrew.prince@monster.com</Author><Timestamp>Nov 17, 2009, 5:55am PST</Timestamp><Msgbody>No - You need to read the wikipedia on Diffie-Hellman again.&lt;br /&gt;&lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;http://en.wikipedia.org/wiki/Diffie-Hellman_key_exchange&apos;)"&gt;http://en.wikipedia.org/wiki/Diffie-Hellman_key_exchange&lt;/A&gt;&lt;br /&gt;&lt;br /&gt;Once you understand that - you will understand PFS.</Msgbody><Attachment/></Message></Reply></Reply></Reply></Reply></Reply></Reply></Reply></Replies></Conversation><Conversation id=".2cd4f293" messages="1" subscribed="no" title="VPN Problem"><Message attachment="no" canreply="yes" id=".2cd4f293" level="">      <Author authinfo="Network Engineer, C4 ADVANCED SOLUTIONS LLC">karamalomari</Author><Timestamp>Nov 17, 2009, 1:41am PST</Timestamp><Msgbody>I have setup a Remote VPN connection and its working fine but after establishing the VPN connection i cant access any of the internal server and folders so any help will be appreciated.</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4f293/0" level="1." new="yes">      <Author authinfo="Customer Support Engineer, CISCO SYSTEMS">mopaul</Author><Timestamp>Nov 17, 2009, 5:09am PST</Timestamp><Msgbody>Hi,&lt;br /&gt;&lt;br /&gt;Client connects fine but can&apos;t access the internal resources behind the ASA.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;$$ Assuming clients are terminating on ASA/PIX $$&lt;br /&gt;&lt;br /&gt;Try this :-&lt;br /&gt;crypto isakmp nat-t 20&lt;br /&gt;&lt;br /&gt;Also , check if you have a NAT 0 statement for the interesting VPN traffic.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;M</Msgbody><Attachment/></Message></Reply></Replies></Conversation><Conversation id=".2cd4f2c1" messages="0" subscribed="no" title="Strange VPN LAN-TO-LAN Tunnel problem Pix 501 to VPN3005 "><Message attachment="no" canreply="yes" id=".2cd4f2c1" level="">            <Author authinfo=" zealand care">zealandcare</Author><Timestamp>Nov 17, 2009, 3:57am PST</Timestamp><Msgbody>Hi There&lt;br /&gt;&lt;br /&gt;We have a strange problem with our L2L connection.&lt;br /&gt;&lt;br /&gt;The tunnel is up and I can ping fine though the tunnel, but if I make a simple telnet to a port I get one or two timeouts in my ping every time there is made a connection.&lt;br /&gt;In the VPN consentrator log i can see that Received Packets Dropped increase for every ping timeout I have.&lt;br /&gt;&lt;br /&gt;Users on this tunnel often get disconnected in their applications.&lt;br /&gt;&lt;br /&gt;Its only though the tunnel we have the problem, if I use a software vpn client to connect to the pix or to the vpn 3005 we dont have the problem.&lt;br /&gt;&lt;br /&gt;Anyone who have seen this error before?&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;Martin&lt;br /&gt;</Msgbody> <Attachment/></Message></Conversation><Conversation id=".2cd4e9e1" messages="4" subscribed="no" title="L2L ipsec - segments on both end points are the same"><Message attachment="no" canreply="yes" id=".2cd4e9e1" level="">            <Author authinfo=" ASG">ronshuster</Author><Timestamp>Nov 11, 2009, 7:06am PST</Timestamp><Msgbody>We need to establish a site to site ipsec vpn tunnel between sites.  However there is a major overlap of internal private segments, ie. we both have 192.168.x.x, 10.1.1.0 etc.&lt;br /&gt;&lt;br /&gt;how can this be resolved?</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4e9e1/0" level="1." new="yes">      <Author authinfo="Senior Network Engineer, WPS EXTERNAL TECHNOLOGY SOLUTIONS">collin_clark</Author><Timestamp>Nov 11, 2009, 7:25am PST</Timestamp><Msgbody>You&apos;ll have to NAT one side. Check the Information paragraph for some important restrictions.&lt;br /&gt;&lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00808c9950.shtml&apos;)"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00808c9950.shtml&lt;/A&gt;&lt;br /&gt;&lt;br /&gt;Hope that helps.</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4e9e1/1" level="1.1" new="yes">            <Author authinfo=" micronetsolution">cisco24x7</Author><Timestamp>Nov 14, 2009, 8:26am PST</Timestamp><Msgbody>That is NOT correct.  You need to NAT on both sides.  NAT just on one side will NOT work.  Let me give you an example:&lt;br /&gt;&lt;br /&gt;LAN_A=192.168.1.0/24 &lt;br /&gt;LAN_B=192.168.1.0/24 &lt;br /&gt;&lt;br /&gt;requirements:  establish IPSec VPN between LAN_A and LAN_B&lt;br /&gt;&lt;br /&gt;As you can see, in this scenario, you need to NAT on both sides, assuming you want bi-directional traffics between LAN_A and LAN_B.  Here is how the traffics flow look like:&lt;br /&gt;&lt;br /&gt;LAN_A ---&gt; LAN_B:  In this scenario, when traffics leaving LAN_A going to LAN_B, you want to NAT the source of LAN_A from 192.168.1.0/24 to 10.1.0.0/24 but you also want to say that the destination to 10.1.1.0/24.  Traffics will flow from LAN_A to LAN_B.&lt;br /&gt;&lt;br /&gt;When traffics get to LAN_B, LAN_B will see the source of 10.1.0.0/24 for destination of 10.1.1.0/24.  At this point, you want to keep the source address of 10.1.0.0/24 but you want to translate the destination of 10.1.1.0/24 back to 192.168.1.0/24.  Traffics get to the destination of 192.168.1.0/24 without any issues.&lt;br /&gt;&lt;br /&gt;LAN_B ---&gt; LAN_A:&lt;br /&gt;In this scenario, when traffics leaving LAN_B going to LAN_A, you want to NAT the source of LAN_A from 192.168.1.0/24 to 10.1.1.0/24 but you also want to specifiy the destination to 10.1.0.0/24.  Traffics will flow from LAN_B to LAN_A.&lt;br /&gt;&lt;br /&gt;When traffics get to LAN_A, LAN_A will see the source of 10.1.1.0/24 for destination of 10.1.0.0/24.  At this point, you want to keep the source address of 10.1.1.0/24 but you want to translate the destination of 10.1.0.0/24 back to 192.168.1.0/24.  Traffics get to the destination of 192.168.1.0/24 without any issues.&lt;br /&gt;&lt;br /&gt;On LAN_B, it will see the source traffics of 10.1.0.0/24 and on LAN_A, it will see the source traffics as 10.1.1.0/24.  That&apos;s how you get around overlapping network, by NAT&apos;ing&lt;br /&gt;on both sides.&lt;br /&gt;&lt;br /&gt;NAT on Cisco ASA is quite confusing due to the security level on the interface and you have to be extremely careful about this or you will cause an outtage. &lt;br /&gt;Working with NAT like this on Checkpoint firewall, IMHO, is a bit more intuitive because of the UI and object-based firewall.&lt;br /&gt;&lt;br /&gt;Hope this will help you resolve your issue.  Good luck !!!</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4e9e1/2" level="1.1.1" new="yes">      <Author authinfo="Senior Network Engineer, WPS EXTERNAL TECHNOLOGY SOLUTIONS">collin_clark</Author><Timestamp>Nov 16, 2009, 6:26am PST</Timestamp><Msgbody>Perhaps you should focus on the Checkpoint and Linux forums instead of bashing this one.</Msgbody><Attachment/></Message></Reply></Reply></Reply><Reply><Message attachment="no" canreply="yes" id=".2cd4e9e1/3" level="2." new="yes">      <Author authinfo="Customer Support Engineer, CISCO SYSTEMS">mopaul</Author><Timestamp>Nov 16, 2009, 7:28pm PST</Timestamp><Msgbody>Hi,&lt;br /&gt;&lt;br /&gt;Just to add what Collin and cisco24x7 had said, To achieve this we need to do DUAL NAT on ASA(assuming you have ASA/PIX) rather doing just source NAT. Either of the VPN terminating end device can handle NAT which will take care of both Source and Destination NAT for VPN traffic , i.e NAT for the originating  traffic and NAT for the decrypted packet resp.&lt;br /&gt;&lt;br /&gt;For ASA/PIX on either end of the tunnel , please refer the document below:-&lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;http://www.cisco.com/en/US/tech/tk583/tk372/technologies_configuration_example09186a00800949f1.shtml&apos;)"&gt;http://www.cisco.com/en/US/tech/tk583/tk372/technologies_configuration_example09186a00800949f1.shtml&lt;/A&gt;&lt;br /&gt;&lt;br /&gt;If you have Cisco routers this might help&lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;http://www.cisco.com/en/US/products/ps5855/products_configuration_example09186a0080a0ece4.shtml&apos;)"&gt;http://www.cisco.com/en/US/products/ps5855/products_configuration_example09186a0080a0ece4.shtml&lt;/A&gt;&lt;br /&gt;&lt;br /&gt;Hope this helps.&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;M</Msgbody><Attachment/></Message></Reply></Replies></Conversation><Conversation id=".2cd4f1e1" messages="0" subscribed="no" title="PIX 515E failover setup"><Message attachment="no" canreply="yes" id=".2cd4f1e1" level="">            <Author authinfo=" MERITEL GROUP, LLC">sarat1317</Author><Timestamp>Nov 16, 2009, 2:10pm PST</Timestamp><Msgbody>Hello&lt;br /&gt;I am trying to configure active/standby stateful failover setup. Here are my sh ver outputs on the pix units&lt;br /&gt;&lt;br /&gt;Active PIX (PIX1)&lt;br /&gt;&lt;br /&gt;sh ver&lt;br /&gt;Cisco PIX Security Appliance Software Version 8.0(4) &lt;br /&gt;Compiled on Thu 07-Aug-08 19:42 by builders&lt;br /&gt;System image file is "flash:/image.bin"&lt;br /&gt;Config file at boot was "startup-config"&lt;br /&gt;pixfirewall up 5 mins 44 secs&lt;br /&gt;Hardware:   PIX-515E, 64 MB RAM, CPU Pentium II 433 MHz&lt;br /&gt;Flash E28F128J3 @ 0xfff00000, 16MB&lt;br /&gt;BIOS Flash AM29F400B @ 0xfffd8000, 32KB&lt;br /&gt;Encryption hardware device : VAC+ (Crypto5823 revision 0x1)&lt;br /&gt; 0: Ext: Ethernet0           : address is 000d.ede9.97a7, irq 10&lt;br /&gt; 1: Ext: Ethernet1           : address is 000d.ede9.97a8, irq 11&lt;br /&gt;Licensed features for this platform:&lt;br /&gt;Maximum Physical Interfaces  : 6         &lt;br /&gt;Maximum VLANs                : 25        &lt;br /&gt;Inside Hosts                 : Unlimited &lt;br /&gt;Failover                     : Active/Active&lt;br /&gt;VPN-DES                      : Enabled   &lt;br /&gt;VPN-3DES-AES                 : Disabled  &lt;br /&gt;Cut-through Proxy            : Enabled   &lt;br /&gt;Guards                       : Enabled   &lt;br /&gt;URL Filtering                : Enabled   &lt;br /&gt;Security Contexts            : 2         &lt;br /&gt;GTP/GPRS                     : Disabled  &lt;br /&gt;VPN Peers                    : Unlimited &lt;br /&gt;This platform has an Unrestricted (UR) license.&lt;br /&gt;Serial Number: 807421244&lt;br /&gt;Running Activation Key:  yyyyyyyyyyyyyyyyyyyyyyy&lt;br /&gt;Configuration has not been modified since last system restart.&lt;br /&gt;&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Failover PIX (PIX2)&lt;br /&gt;&lt;br /&gt;sh ver&lt;br /&gt;Cisco PIX Firewall Version 6.3(1)&lt;br /&gt;Cisco PIX Device Manager Version 3.0(1)&lt;br /&gt;Compiled on Wed 19-Mar-03 11:49 by morlee&lt;br /&gt;pixfirewall up 33 secs&lt;br /&gt;Hardware:   PIX-515E, 64 MB RAM, CPU Pentium II 433 MHz&lt;br /&gt;Flash E28F128J3 @ 0x300, 16MB&lt;br /&gt;BIOS Flash AM29F400B @ 0xfffd8000, 32KB&lt;br /&gt;Encryption hardware device : IRE2141 with 2048KB, HW:1.0, CGXROM:1.9, FW:6.5&lt;br /&gt;0: ethernet0: address is 000c.30f8.be67, irq 10&lt;br /&gt;1: ethernet1: address is 000c.30f8.be68, irq 11&lt;br /&gt;2: ethernet2: address is 0002.b3b3.d806, irq 5&lt;br /&gt;Licensed Features:&lt;br /&gt;Failover:           Enabled&lt;br /&gt;VPN-DES:            Enabled&lt;br /&gt;VPN-3DES-AES:       Enabled&lt;br /&gt;Maximum Interfaces: 6&lt;br /&gt;Cut-through Proxy:  Enabled&lt;br /&gt;Guards:             Enabled&lt;br /&gt;URL-filtering:      Enabled&lt;br /&gt;Inside Hosts:       Unlimited&lt;br /&gt;Throughput:         Unlimited&lt;br /&gt;IKE peers:          Unlimited&lt;br /&gt;This PIX has a Failover Only (FO) license.&lt;br /&gt;Serial Number: 807101050 (0x301b627a)&lt;br /&gt;Running Activation Key: xxxxxxxxxxxxxxxxxxxxxx&lt;br /&gt;Configuration last modified by enable_15 at 18:54:58.390 UTC Mon Nov 9 2009&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I see that I need to take care of the below before the upgrade&lt;br /&gt;&lt;br /&gt;Upgrade PIX2 to 8.0(4) version to match PIX1 (6.3 -&gt; 7.2 -&gt; 8.0(4)&lt;br /&gt;Upgrade ASDM to 6.1 (5) on PIX and PIX2&lt;br /&gt;Upgrade to 128 MB RAM on both PIX1 and PIX2 (I believe I have to remove 64MB and add to 128MB stick). Please confirm&lt;br /&gt;Add additional interface on PIX1 for LAN based failover PIX-515-MEM-128= and also use the same interface for stateful failover - Can I use this way with v8.0. I read that I cannot use the same interface in v7.0&lt;br /&gt;Get 3DES key from Cisco website on PIX1&lt;br /&gt;&lt;br /&gt;Please advise if I am missing any. &lt;br /&gt;&lt;br /&gt;I tried to upgrade the PIX2 from 6.3 to 7.2 using copy tftp command. I configured a static IP on eth0 int and on my laptop but I am not able to ping these. Is there any other way on failover firewall to upgarde the firmware?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</Msgbody> <Attachment/></Message></Conversation><Conversation id=".2cd4f198" messages="1" subscribed="no" title="Cisco 3000 VPN client OS support"><Message attachment="no" canreply="yes" id=".2cd4f198" level="">            <Author authinfo=" MICRO STRATEGIES INC.">rsalomon@microstrat.com</Author><Timestamp>Nov 16, 2009, 12:20pm PST</Timestamp><Msgbody>I need to know if the Cisco 3000 VPN client works with Red Hat Linux 5.3 or SLES 10&lt;br /&gt;&lt;br /&gt;</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4f198/0" level="1." new="yes">            <Author authinfo=" Cisco Systems, Inc.">hdashnau</Author><Timestamp>Nov 16, 2009, 12:57pm PST</Timestamp><Msgbody>The cisco vpn client version 5.x supports RedHat Version 6.2 or later Linux (Intel), or compatible libraries with glibc Version 2.1.1-6 or later, using kernel Versions 2.2.12 or later&lt;br /&gt;&lt;br /&gt;Note The VPN Client does not support SMP (multiprocessor) or 64-bit processor kernels. &lt;br /&gt;&lt;br /&gt;From:&lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;http://www.cisco.com/en/US/docs/security/vpn_client/cisco_vpn_client/vpn_client500_501/release/notes/51client.html#wp1024664&apos;)"&gt;http://www.cisco.com/en/US/docs/security/vpn_client/cisco_vpn_client/vpn_client500_501/release/notes/51client.html#wp1024664&lt;/A&gt;</Msgbody><Attachment/></Message></Reply></Replies></Conversation><Conversation id=".2cd4e336" messages="3" subscribed="no" title="IPSec or SSL VPN Client"><Message attachment="no" canreply="yes" id=".2cd4e336" level=""><Author authinfo=" ">harthartster09</Author><Timestamp>Nov 6, 2009, 11:24am PST</Timestamp><Msgbody>Hi,&lt;br /&gt;Is Cisco going to discontinue support for IPSec vpn client and support only Annyconect VPN client? &lt;br /&gt;What client is best for remote access?&lt;br /&gt;Headend device is ASA 5510.&lt;br /&gt;</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4e336/0" level="1." new="yes">            <Author authinfo=" Cisco Systems, Inc.">hdashnau</Author><Timestamp>Nov 6, 2009, 12:01pm PST</Timestamp><Msgbody>We haven&apos;t End of Life (EOL) the 4.8.x and 5.X IPSec VPN Clients yet. &lt;br /&gt;&lt;br /&gt;Both IPSec and AnyConnect can be used for remote access on an ASA 5510. From a network administrator perspective, I would take into consideration the following: &lt;br /&gt;"Q. Does Cisco provide a VPN Client for Windows Vista?&lt;br /&gt;&lt;br /&gt;A. Cisco VPN Client Version 5 is available for 32-bit Windows Vista. There are no current plans to provide 64-bit support for the Cisco VPN Client but 64-bit support is available for the Cisco AnyConnect VPN Client."&lt;br /&gt;&lt;br /&gt;From:&lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;http://www.cisco.com/en/US/products/sw/secursw/ps2308/products_qanda_item09186a00801c2dbe.shtml&apos;)"&gt;http://www.cisco.com/en/US/products/sw/secursw/ps2308/products_qanda_item09186a00801c2dbe.shtml&lt;/A&gt;&lt;br /&gt;&lt;br /&gt;Which is better in terms of security  depends on who you ask. Googling for "ipsec vs. ssl" turns up a lot of interesting hits.&lt;br /&gt;</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4e336/1" level="1.1" new="yes"><Author authinfo=" ">harthartster09</Author><Timestamp>Nov 6, 2009, 2:02pm PST</Timestamp><Msgbody>Thanks for the reply. Do you know any means of massive deployment of IPSec client on workstations (XP, Vista, Windows 7 - all 32-bit)?&lt;br /&gt;MS Active Directory?</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4e336/2" level="1.1.1" new="yes"><Author authinfo=" VPN HAUS">vpnhaus_SF</Author><Timestamp>Nov 16, 2009, 11:58am PST</Timestamp><Msgbody>Hartharster09, &lt;br /&gt;&lt;br /&gt;Have you looked in NCP Secure Enterprise Solution?  User data can be imported from existing directory services, including MS Active Directory.  It is also compatible with all the operating systems you&apos;ve listed (and 64 bit).  Here is additional information: &lt;A HREF="javascript:newWin(&apos;http://www.ncp-e.com/en/solutions/vpn-products/secure-enterprise-solution/secure-enterprise-management.html&apos;)"&gt;http://www.ncp-e.com/en/solutions/vpn-products/secure-enterprise-solution/secure-enterprise-management.html&lt;/A&gt; &lt;br /&gt;&lt;br /&gt;If you want additional information leave me your contact details and I can have NCP contact you.  &lt;br /&gt;&lt;br /&gt;Hope this helps!       &lt;br /&gt;</Msgbody><Attachment/></Message></Reply></Reply></Reply></Replies></Conversation><Conversation id=".2cd4eeda" messages="6" subscribed="no" title="Remote access VPN routing"><Message attachment="no" canreply="yes" id=".2cd4eeda" level=""><Author authinfo=" ">linyuxing</Author><Timestamp>Nov 13, 2009, 1:05pm PST</Timestamp><Msgbody>Hi,&lt;br /&gt;I am having a problem on VPN routing.&lt;br /&gt;The VPN client is connected to ASA5510 properly but can&apos;t access the inside network of ASA and Internet either. What I want to reach is,&lt;br /&gt;PC@Internet -&gt; ASA5520(Public IP&apos;s) -&gt; Inside(172.16.1.0)&lt;br /&gt;&lt;br /&gt;The VPN address pool is using 172.168.10.0 (I also tried 172.16.1.100-120 with same network of inside).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;interface GigabitEthernet0/0&lt;br /&gt; nameif outside&lt;br /&gt; security-level 0&lt;br /&gt; ip address a.a.a.a 255.255.255.0&lt;br /&gt;!&lt;br /&gt;interface GigabitEthernet0/1&lt;br /&gt; nameif inside&lt;br /&gt; security-level 100&lt;br /&gt; ip address 172.16.1.1 255.255.255.0 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;ip local pool vpnpool 192.168.10.1-192.168.10.254 mask 255.255.255.0&lt;br /&gt;&lt;br /&gt;access-list inside_nat0_outbound extended permit ip 172.16.1.0 255.255.255.0 192.168.10.0 255.255.255.0&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;nat (inside) 0 access-list inside_nat0_outbound&lt;br /&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;br /&gt;&lt;br /&gt;crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac &lt;br /&gt;crypto ipsec transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac &lt;br /&gt;crypto ipsec transform-set ESP-DES-SHA esp-des esp-sha-hmac &lt;br /&gt;crypto ipsec transform-set ESP-DES-MD5 esp-des esp-md5-hmac &lt;br /&gt;crypto ipsec transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac &lt;br /&gt;crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac &lt;br /&gt;crypto ipsec transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac &lt;br /&gt;crypto ipsec transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac &lt;br /&gt;crypto ipsec transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac &lt;br /&gt;crypto ipsec transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac &lt;br /&gt;crypto ipsec security-association lifetime seconds 28800&lt;br /&gt;crypto ipsec security-association lifetime kilobytes 4608000&lt;br /&gt;crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set pfs group1&lt;br /&gt;crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set transform-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-AES-256-MD5 ESP-3DES-SHA ESP-3DES-MD5 ESP-DES-SHA ESP-DES-MD5&lt;br /&gt;crypto map outside_map 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP&lt;br /&gt;crypto map outside_map interface outside&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 sha&lt;br /&gt; group 2&lt;br /&gt; lifetime 86400&lt;br /&gt;&lt;br /&gt;group-policy VPNstaff internal&lt;br /&gt;group-policy VPNstaff attributes&lt;br /&gt; dns-server value 4.2.2.2&lt;br /&gt; vpn-tunnel-protocol IPSec &lt;br /&gt;&lt;br /&gt;tunnel-group VPNstaff type remote-access&lt;br /&gt;tunnel-group VPNstaff general-attributes&lt;br /&gt; address-pool vpnpool&lt;br /&gt; default-group-policy VPNstaff&lt;br /&gt;tunnel-group VPNstaff ipsec-attributes&lt;br /&gt; pre-shared-key *&lt;br /&gt;</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4eeda/0" level="1." new="yes">            <Author authinfo=" Cisco Systems, Inc.">hdashnau</Author><Timestamp>Nov 13, 2009, 1:46pm PST</Timestamp><Msgbody>Your VPN pool in this config is 192.168.10.1-192.168.10.254 mask 255.255.255.0 &lt;br /&gt;-Make sure your internal routers (behind the ASA) route the traffic for 192.168.10.x/24 back towards the ASA.&lt;br /&gt;-Do "show run access-group" on the ASA and make sure you aren&apos;t blocking the traffic in an access-list&lt;br /&gt;&lt;br /&gt;To reach the Internet while connected you need to configure split tunneling or outside nat...&lt;br /&gt;&lt;br /&gt;Split:&lt;br /&gt;&lt;br /&gt;access-list split permit ip 172.16.1.0 255.255.255.0 192.168.10.0 255.255.255.0&lt;br /&gt;&lt;br /&gt;group-policy VPNstaff attributes&lt;br /&gt;  split-tunnel-policy tunnelspecified&lt;br /&gt;  split-tunnel-network split&lt;br /&gt;&lt;br /&gt;*Also consider enabling an internal dns server and split-dns&lt;br /&gt;  dns-server value x.x.x.x&lt;br /&gt;  split-dns value internaldomain.com&lt;br /&gt;&lt;br /&gt;(and confirm if you have trouble reaching by ip and hostname)&lt;br /&gt;&lt;br /&gt;or &lt;br /&gt;&lt;br /&gt;Outside nat:&lt;br /&gt;&lt;br /&gt;nat (outside) 1 192.168.10.0 255.255.255.0&lt;br /&gt;&lt;br /&gt;same-security-traffic permit intra-interface&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;-heather&lt;br /&gt;</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4eeda/1" level="1.1" new="yes"><Author authinfo=" ">linyuxing</Author><Timestamp>Nov 13, 2009, 8:56pm PST</Timestamp><Msgbody>&lt;br /&gt;ciscoasa# sh run access-group &lt;br /&gt;access-group Outside in interface outside&lt;br /&gt;access-group Inside in interface inside&lt;br /&gt;&lt;br /&gt;I even added permit ip any any in my earlier test.&lt;br /&gt;&lt;br /&gt;when I show the route in the VPN client PC, the gateway is 192.168.10.2 if i use 192.168.10.0/24 as VPN pool.&lt;br /&gt;While I used the IP&apos;s of 172.16.1.0, the gateway IP&apos;s is the inside interface of ASA but I can&apos;t reach any other hosts.&lt;br /&gt;&lt;br /&gt;I don&apos;t have other route behind this ASA now. All the hosts i want to reach from VPN client are connected to inside network. Do I need to add a route for 192.168.10.0/24? or I can use the spare iP&apos;s from inside network?&lt;br /&gt;Thank you.&lt;br /&gt;</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4eeda/2" level="1.1.1" new="yes">      <Author authinfo="Customer Support Engineer, CISCO SYSTEMS">mopaul</Author><Timestamp>Nov 14, 2009, 8:28pm PST</Timestamp><Msgbody>Hi ,&lt;br /&gt;&lt;br /&gt;As a quick test , try this .&lt;br /&gt;&lt;br /&gt;-Turn ON nat-t (if its disable)&lt;br /&gt;Command :  crypto isakmp nat-traversal 20&lt;br /&gt;&lt;br /&gt;see if it helps.&lt;br /&gt;&lt;br /&gt;If not,&lt;br /&gt;-Run a continous ping from the client to the ASA inside interface, Make sure you execute the command " management-access inside" before you start with ping .&lt;br /&gt;&lt;br /&gt;-Time our or ICMP REPLY from inside interface ..?&lt;br /&gt;&lt;br /&gt;If Time out , then,&lt;br /&gt;-Check the number of decrypts using the command " show crypto ipsec sa "&lt;br /&gt;&lt;br /&gt;If ICMP reply from inside interface is recieved by VPN client.&lt;br /&gt;&lt;br /&gt;-Run a ping to an internal host behind the ASA.&lt;br /&gt;-"Show crypto ipsec sa "&lt;br /&gt;IF you have received replies if first test then here you should see decrypts growing in number.&lt;br /&gt;-Apply captures on inside interface&lt;br /&gt;You can refer the document below&lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;http://www.cisco.com/en/US/products/ps6120/products_tech_note09186a0080a9edd6.shtml&apos;)"&gt;http://www.cisco.com/en/US/products/ps6120/products_tech_note09186a0080a9edd6.shtml&lt;/A&gt;&lt;br /&gt;&lt;br /&gt;-If you see packet with source as VPN client interface reaching the inside interface for the destination of host behind the ASA, then its an issue with your internal routing.&lt;br /&gt;&lt;br /&gt;In case you have a L3 device connected to the ASA inside interface , make sure you have a route for 192.168.1.x subnet pointing GW as ASA inside interface i.e 172.16.1.1&lt;br /&gt;If its L2 or a dumb device , then as a quic test , put the follwoing route statement using the windows command line on the host behind the asa taking part in this test.&lt;br /&gt;&lt;br /&gt;route add 192.168.1.0 mask 255.255.255.0 172.16.1.1&lt;br /&gt;&lt;br /&gt;Please do let me know if this helps.&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;M</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4eeda/3" level="1.1.1.1" new="yes"><Author authinfo=" ">linyuxing</Author><Timestamp>Nov 16, 2009, 9:20am PST</Timestamp><Msgbody>It works. Thanks a lot.&lt;br /&gt;Another qustion I don&apos;t understand is how does ASA create the routing for VPN clients?&lt;br /&gt;I show the route on ASA, only get&lt;br /&gt;S 192.168.10.1 255.255.255.255 [1/0] via x.x.x.x, outside&lt;br /&gt;&lt;br /&gt;</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4eeda/4" level="1.1.1.1.1" new="yes">      <Author authinfo="Customer Support Engineer, CISCO SYSTEMS">mopaul</Author><Timestamp>Nov 16, 2009, 10:47am PST</Timestamp><Msgbody>&lt;br /&gt;Glad i could help...&lt;br /&gt;&lt;br /&gt;To be honest with you, i may not be able to give you a right answer on this. The answer resides more in coding of IOS on Cisco devices. &lt;br /&gt;&lt;br /&gt;All i can say is by design ASA, learns a static route for the dynamic VPN connection when established. &lt;br /&gt;&lt;br /&gt;Hope this answers your question.&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;M</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4eeda/5" level="1.1.1.1.1.1" new="yes"><Author authinfo=" ">linyuxing</Author><Timestamp>Nov 16, 2009, 11:53am PST</Timestamp><Msgbody>Thanks, Mohit.&lt;br /&gt;I will try to learn it from IOS.</Msgbody><Attachment/></Message></Reply></Reply></Reply></Reply></Reply></Reply></Replies></Conversation><Conversation id=".2cd4ef8e" messages="5" subscribed="no" title="Telnet timeouts"><Message attachment="no" canreply="yes" id=".2cd4ef8e" level="">            <Author authinfo=" COLUMBUS MCKINNON">thomas.green@cmworks.com</Author><Timestamp>Nov 14, 2009, 6:00pm PST</Timestamp><Msgbody>We have an new ASA 5510 configured for IPSEC remote VPN connections. Everything is working well except that telnet sessions to a business system at headquarters timeout while idle. It appears that they time out after about 2 hours. Our idle timeout is set to 4 hours in the group policy for IPSEC users. I don&apos;t see any other idle timeout setting that could possibly apply to this issue. Anyone have any ideas on what could be causing this? </Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4ef8e/0" level="1." new="yes">            <Author authinfo=" Cisco Systems, Inc." ccie="yes">hebaerte</Author><Timestamp>Nov 15, 2009, 2:49am PST</Timestamp><Msgbody>The idle timeout configured in the group-policy is for the tunnel as a whole, i.e. it will bring down the tunnel if there is no traffic for that amount of time.&lt;br /&gt;&lt;br /&gt;If I understand your description correctly, the problem is not that the VPN tunnel goes down, nut just a single TCP connection times out.&lt;br /&gt;&lt;br /&gt;ASA will normally time out TCP connection after 1 hour, so 2 hours seems strange (unless you meant that the user works for 1 hour and then is idle for 1 hour - or unless you configured the TCP timeout to be 2hrs).&lt;br /&gt;&lt;br /&gt;Can you do a telnet and then check "show conn long | inc x.x.x.x" where x.x.x.x is either your client (tunnel) address or the server address.&lt;br /&gt;And/or&lt;br /&gt;Check the syslogs, there should be a message giving a reason for the connection teardown (not at the time when the user tries to re-active the session, but somewhere before).&lt;br /&gt;&lt;br /&gt;hth&lt;br /&gt;Herbert</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4ef8e/1" level="1.1" new="yes">            <Author authinfo=" COLUMBUS MCKINNON">thomas.green@cmworks.com</Author><Timestamp>Nov 16, 2009, 5:55am PST</Timestamp><Msgbody>Herbert, &lt;br /&gt;&lt;br /&gt;The TCP timeout is set to 2 hours and you are correct, the tunnel stays up but the telnet session is unresponsive after it has been idle for the 2 hours. I will look at the logs the next time this occurs. Anyone else? </Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4ef8e/2" level="1.1.1" new="yes">            <Author authinfo=" Cisco Systems, Inc." ccie="yes">hebaerte</Author><Timestamp>Nov 16, 2009, 6:03am PST</Timestamp><Msgbody>Well, if the TCP timeout is set to 2 hours, then that means that the ASA will time out a TCP connection that is idle for 2 hours, so this is normal behavior.&lt;br /&gt;&lt;br /&gt;Check this for a solution:&lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a0080624e19.shtml&apos;)"&gt;http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a0080624e19.shtml&lt;/A&gt;&lt;br /&gt;&lt;br /&gt;hth&lt;br /&gt;Herbert</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4ef8e/3" level="1.1.1.1" new="yes">            <Author authinfo=" COLUMBUS MCKINNON">thomas.green@cmworks.com</Author><Timestamp>Nov 16, 2009, 6:16am PST</Timestamp><Msgbody>Herbert,&lt;br /&gt;&lt;br /&gt;In your suggested solution in the intro, it states that "This feature is not applicable in an IPsec VPN environment." </Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4ef8e/4" level="1.1.1.1.1" new="yes">            <Author authinfo=" Cisco Systems, Inc." ccie="yes">hebaerte</Author><Timestamp>Nov 16, 2009, 7:31am PST</Timestamp><Msgbody>Sorry, I hadn&apos;t looked into the doc in detail. I think it says this because in the example, a separate policy named "telnet" is created and this is applied to the outside interface. This will indeed not work for traffic entering over a VPN tunnel.&lt;br /&gt;&lt;br /&gt;For tunneled traffic, the global policy should be used, so something like this:&lt;br /&gt;&lt;br /&gt;access-list telnet extended permit tcp any any eq telnet&lt;br /&gt;&lt;br /&gt;class-map telnet&lt;br /&gt; description telnet&lt;br /&gt;  match access-list telnet&lt;br /&gt;&lt;br /&gt;policy-map global_policy&lt;br /&gt; class telnet&lt;br /&gt;  set connection timeout tcp 10:00:00 reset&lt;br /&gt;&lt;br /&gt;service-policy global_policy global</Msgbody><Attachment/></Message></Reply></Reply></Reply></Reply></Reply></Replies></Conversation><Conversation id=".2cd4efe0" messages="2" subscribed="no" title="VPNs and T1s"><Message attachment="no" canreply="yes" id=".2cd4efe0" level="">      <Author authinfo="Network Specialist, JJC GROUP, INC.">jgadbois</Author><Timestamp>Nov 15, 2009, 10:07am PST</Timestamp><Msgbody>Well, here goes...I have two T1s going to two different sites coming back to my central site.  I also have two firewall devices at these sites for Internet access.&lt;br /&gt;&lt;br /&gt;I would like to set up two VPNs and sue the T1s as failover.  It was suggested that I use OSPF as the failover routing protocol.  I setup one connection using DOC ID: 63882 which describes VPN/IPSEC with OSPF and it works great. I&apos;ve has several instances where the Internet went down and and the T1 kicked in and maintained connectivity with the central site.  The problem seems to be it won&apos;t scale past one site to site connection.&lt;br /&gt;&lt;br /&gt;I then though I would try a GRE tunnel to pass OSPF to the other site but without traffic to pass the tunnel will not come up since the T1 is passing all of the traffic in its direction.&lt;br /&gt;&lt;br /&gt;I am using a ASA5510 at the central site and ASA5505s at the remotes.  It almost looks like routers may have been a better choice.&lt;br /&gt;&lt;br /&gt;Can anyone help me with this?</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4efe0/0" level="1." new="yes">      <Author authinfo="Senior Network Engineer, WPS EXTERNAL TECHNOLOGY SOLUTIONS">collin_clark</Author><Timestamp>Nov 16, 2009, 6:53am PST</Timestamp><Msgbody>Router would have been easier (IMO), you could have used DMVPN. Anyways, there are multiple configuration example for multiple tunnels. They don&apos;t all cover OSPF, but it sounds like you&apos;ve got that part covered. &lt;br /&gt;&lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a0080093bd3.shtml&apos;)"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a0080093bd3.shtml&lt;/A&gt;&lt;br /&gt;&lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/prod_configuration_examples_list.html&apos;)"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/prod_configuration_examples_list.html&lt;/A&gt;&lt;br /&gt;&lt;br /&gt;Hope it helps.</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4efe0/1" level="1.1" new="yes">      <Author authinfo="Network Specialist, JJC GROUP, INC.">jgadbois</Author><Timestamp>Nov 16, 2009, 7:01am PST</Timestamp><Msgbody>I&apos;m getting that impression that I should have gone router but my experience is mostly with firewalls and PIX/ASA.  Thanks for your help.  Sure wish there was something easier for ASA/PIX.  But, after all, they are not routers.</Msgbody><Attachment/></Message></Reply></Reply></Replies></Conversation><Conversation id=".2cd4ec48" messages="3" subscribed="no" title="VPN Tunel UP, no transmission"><Message attachment="no" canreply="yes" id=".2cd4ec48" level=""><Author authinfo=" CBR">lukasz.tarka</Author><Timestamp>Nov 12, 2009, 10:08am PST</Timestamp><Msgbody>Topology&lt;br /&gt;Branch Office:&lt;br /&gt;Pix501 - ass hardware client&lt;br /&gt;Lan 192.168.10.0 255.255.255.0&lt;br /&gt;&lt;br /&gt;HQ&lt;br /&gt;ASA5510 - VPN Server&lt;br /&gt;Lan 192.168.0.0 255.255.252.0&lt;br /&gt;&lt;br /&gt;Remote Users&lt;br /&gt;VPN CLient 5&lt;br /&gt;Address Pool 192.168.95.0 255.255.255.0&lt;br /&gt;&lt;br /&gt;Hello, i have problem with VPN tunnel for Remote Users&lt;br /&gt;&lt;br /&gt;I configure VPN1 and VPN2 tunnel using asdm ipsec wizzard&lt;br /&gt;&lt;br /&gt;First tunnel for Branch called VPN1 (tunel i sup, communication bidirectional is ok, ping, smb,rdp all working).&lt;br /&gt;&lt;br /&gt;Second tunnel VPN2 for remote users.&lt;br /&gt;When user connecting to HQ using VPN Client 5, tunnel is on but client can&apos;t ping, smb, rdp local network in HQ.&lt;br /&gt;&lt;br /&gt;But when i ping or rdp from local computer to remote user i can.&lt;br /&gt;&lt;br /&gt;i attach asa config please help &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Attachment Keywords : &lt;/b&gt; &lt;br /&gt;1) asa5510.txt&lt;br /&gt;</Msgbody> <Attachment><Document><FileName>asa5510.txt</FileName><DocID>123532</DocID><ContentType>text/plain</ContentType><InternalType>text</InternalType><Size>6723</Size><ExpirationDate>11/12/2014</ExpirationDate><IsExpired>no</IsExpired></Document></Attachment></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4ec48/0" level="1." new="yes">      <Author authinfo="Customer Support Engineer, CISCO SYSTEMS">mopaul</Author><Timestamp>Nov 14, 2009, 7:27pm PST</Timestamp><Msgbody>Hi,&lt;br /&gt;If i understood it correct , then VPN clients connect fine on ASA. but they are neither able to ping nor able to do RDP/access internal resources.&lt;br /&gt;I have reviewed the configuration, &lt;br /&gt;RTP- Routing , Translation and Permissions seems to be OK.&lt;br /&gt;Can you please make sure nat-t is turned ON ?&lt;br /&gt;If you do not see it in " sh run all | in nat-t " , then please configure &lt;br /&gt;crypto isakmp nat-traversal 20&lt;br /&gt;and let me know if this helps.&lt;br /&gt;&lt;br /&gt;If above does not help , then as a next step troubleshooting:-&lt;br /&gt;&lt;br /&gt;Assuming that inside interface is a part of interesting traffic for VPN client.&lt;br /&gt;-Turn on management-access inside&lt;br /&gt;-Apply captures on inside interface of ASA.&lt;br /&gt;-Run a continous ping from client to ASA&apos;s inside interface.&lt;br /&gt;-Check the output for "show crypto ipsec sa", let me know if you see decrypts there.&lt;br /&gt;-Also, reply with capture output taken on inside interface.&lt;br /&gt;-output for show vpn-sessiondb remote.&lt;br /&gt;&lt;br /&gt;You can refer the following document link to apply captures,&lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;http://www.cisco.com/en/US/products/ps6120/products_tech_note09186a0080a9edd6.shtml&apos;)"&gt;http://www.cisco.com/en/US/products/ps6120/products_tech_note09186a0080a9edd6.shtml&lt;/A&gt;&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;Moh&lt;br /&gt;&lt;br /&gt;</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4ec48/1" level="1.1" new="yes"><Author authinfo=" CBR">lukasz.tarka</Author><Timestamp>Nov 16, 2009, 12:38am PST</Timestamp><Msgbody>THX for your help, ASA configuration is OK, fortigate drop all packets</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4ec48/2" level="1.1.1" new="yes">      <Author authinfo="Customer Support Engineer, CISCO SYSTEMS">mopaul</Author><Timestamp>Nov 16, 2009, 4:59am PST</Timestamp><Msgbody>OK. </Msgbody><Attachment/></Message></Reply></Reply></Reply></Replies></Conversation><Conversation id=".2cd4edab" messages="2" subscribed="no" title="WebVPN : error &quot;MD2withRSA is disabled&quot; in JAVA"><Message attachment="no" canreply="yes" id=".2cd4edab" level="">            <Author authinfo=" VINCI">gwidloecher</Author><Timestamp>Nov 13, 2009, 5:16am PST</Timestamp><Msgbody>Hello,&lt;br /&gt;&lt;br /&gt;We are running WebVPN on a VPN 3005 version 4.1.7.R. Every thing was correct until the installation of the last release of JAVA 6 Standard Edition on the client side (Windows XP).&lt;br /&gt;&lt;br /&gt;This last version of JAVA is 1.6.0-17&lt;br /&gt;and when we try to activate the port forwarding (Start Application Access), it fails and the JAVA log displays the following error message :&lt;br /&gt;&lt;br /&gt;algorithm check failed: MD2withRSA is disabled&lt;br /&gt;&lt;br /&gt;In the release notes of JAVA 1.6.0.-17, we found that they "disable MD2 in certificate chain validation" (certainly to follow CVE-2009-2049).&lt;br /&gt;&lt;br /&gt;Has anyone found a solution to circumvent this issue (except to go back to a previous version like 1.6.0-16)&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Guy Widloecher</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4edab/0" level="1." new="yes">            <Author authinfo=" Cisco Systems, Inc." ccie="yes">hebaerte</Author><Timestamp>Nov 15, 2009, 2:59am PST</Timestamp><Msgbody>Hello Guy,&lt;br /&gt;&lt;br /&gt;I&apos;ve never seen this problem before, but from what you&apos;re telling us it seems that the VPN3k is using a certificate that uses MD2 (a hashing algorithm that is not secure, which is why the newest Java disables certificate checking when MD2 is used).&lt;br /&gt;&lt;br /&gt;So the solution would be to install a new SSL server certificate that does not use MD2 but uses MD5 or SHA.&lt;br /&gt;&lt;br /&gt;It&apos;s also possible that MD2 also used in the CA cert (or in any of the intermediary CA certs if you have a hierarchical PKI infrastructure). In that case you&apos;ll need to get a new CA certificate (chain) as well.&lt;br /&gt;&lt;br /&gt;hth&lt;br /&gt;Herbert</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4edab/1" level="1.1" new="yes">            <Author authinfo=" VINCI">gwidloecher</Author><Timestamp>Nov 16, 2009, 4:29am PST</Timestamp><Msgbody>Hello Herbert,&lt;br /&gt;&lt;br /&gt;Thank you for your help but I don&apos;t think it&apos;s the right way : I checked the SSL certificate and the CA certificate (there is no intermediary CA certificate), they don&apos;t use MD2 (they use MD5).&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Guy Widloecher</Msgbody><Attachment/></Message></Reply></Reply></Replies></Conversation><Conversation id=".2cd4ef65" messages="2" subscribed="no" title="Virtual Adapter"><Message attachment="no" canreply="yes" id=".2cd4ef65" level=""><Author authinfo=" INTERNATIONAL PAPER COMPANY">Denverken</Author><Timestamp>Nov 14, 2009, 9:00am PST</Timestamp><Msgbody>Work install VPN Client 5.0.03.0560 in my laptop and it worked once and now it is coming back with Failure to enable Virtual Adapter. Any suggestions of why and how to fix it?</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4ef65/0" level="1." new="yes">      <Author authinfo="Customer Support Engineer, CISCO SYSTEMS">mopaul</Author><Timestamp>Nov 14, 2009, 9:04pm PST</Timestamp><Msgbody>Hi ,&lt;br /&gt;&lt;br /&gt; "Reason 442: failed to enable virtual adapter" error.&lt;br /&gt;Is it the complete error message you are seeing there while making a connection ?&lt;br /&gt;&lt;br /&gt;Are you on Vista ?&lt;br /&gt;If you just said YES , then this may be you are running into...&lt;br /&gt;&lt;br /&gt; The Reason 442: failed to enable virtual adapter error appears after Vista reports that a duplicate IP address is detected. Subsequent connections fail with the same message, but Vista does not report that a duplicate IP address is detected.&lt;br /&gt;&lt;br /&gt;To work around error 442, do the following steps:&lt;br /&gt;&lt;br /&gt;Step 1 Open "Network and Sharing Center".&lt;br /&gt;&lt;br /&gt;Step 2 Select "Manage Network Connections".&lt;br /&gt;&lt;br /&gt;Step 3 Enable the Virtual Adapter ("VA"—Cisco VPN Adapter).&lt;br /&gt;&lt;br /&gt;Step 4 Right-click on Cisco VPN Adapter and select "Diagnose" from the context menu.&lt;br /&gt;&lt;br /&gt;Step 5 Select "Reset the network adapter Local Area Connection X".&lt;br /&gt;&lt;br /&gt;Step 6 Windows will again prompt you saying the IP configuration is still invalid, ignore this and just press Cancel.&lt;br /&gt;&lt;br /&gt;Step 7 Go back to the Network Connections, right-click your VPN Virtual Adapter and Disable.&lt;br /&gt;&lt;br /&gt;Step 8 Now open Cisco VPN, and you should be able to connect without any issues. &lt;br /&gt;&lt;br /&gt;The problem will reoccur every time the connection is not cleanly closed - i.e. suspend / hibernate / loss of signal. &lt;br /&gt;&lt;br /&gt;---------------&lt;br /&gt;&lt;br /&gt;If this procedure does not work, run the following command from cmd:&lt;br /&gt;&lt;br /&gt;reg add HKLM\\System\\CurrentControlSet\\Services\\Tcpip\\Parameters /v ArpRetryCount /t REG_DWORD /d 0 /f&lt;br /&gt;&lt;br /&gt;Then reboot.&lt;br /&gt;&lt;br /&gt;This resolves the issue until Vista reports a duplicate IP address again. Follow the preceding steps to resolve it again.&lt;br /&gt;&lt;br /&gt;If that doesn&apos;t work, you might have UAC enabled. &lt;br /&gt;If so, you must run cmd as administrator and repeat the previous registry workaround (CSCsi26106, CSCsl57566). &lt;br /&gt;&lt;br /&gt;Though these caveats are fixed in the version you are running i.e 5.0.03 but still we may suspect.&lt;br /&gt;&lt;br /&gt;Vista introduces a new feature called "Receive Window Auto-Tuning". What it does is to adjust the receive windows size continually based upon the changing network conditions.&lt;br /&gt;&lt;br /&gt;Some people reported that auto-tuning cause network time-out problems with some applications and routers. You can turn it off if you have experienced such problems.&lt;br /&gt;&lt;br /&gt;Open up an elevated command prompt.&lt;br /&gt;Enter the following command to disable auto-tuning netsh interface tcp set global autotuninglevel=disabled If you found that this doesn&apos;t fix your problem, you can turn it back on.&lt;br /&gt;&lt;br /&gt;Open up an elevated command prompt.&lt;br /&gt;Enter the following command to enable auto-tuning netsh interface tcp set global autotuninglevel=normal You can use this command to view the states of the TCP global paremeters.&lt;br /&gt;&lt;br /&gt;netsh interface tcp show global&lt;br /&gt;&lt;br /&gt;--- Additional Note: Uninstalling the Microsoft Network Monitor has proven to fix the issue in one instance &lt;br /&gt;&lt;br /&gt;As a last test , i would suggest to upgrade your Ipsec VPN client to latest version 5.0.06.0110 .&lt;br /&gt;&lt;br /&gt;Or download the client from the link below using your CCO id.&lt;br /&gt;&lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;http://tools.cisco.com/support/downloads/go/Redirect.x?mdfid=268438162&apos;)"&gt;http://tools.cisco.com/support/downloads/go/Redirect.x?mdfid=268438162&lt;/A&gt;&lt;br /&gt;&lt;br /&gt;Hope this helps.&lt;br /&gt;&lt;br /&gt;P.S: I would like to have your feedback on the above mentioned troubleshooting steps for my future troubleshooting references.&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;M</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4ef65/1" level="1.1" new="yes"><Author authinfo=" INTERNATIONAL PAPER COMPANY">Denverken</Author><Timestamp>Nov 15, 2009, 9:04pm PST</Timestamp><Msgbody>Thank you very much. I&apos;m going to have to contact our IT department because my Cisco VPN connection is not there any more. I will let you know once I get them to install that connection back in my computer.</Msgbody><Attachment/></Message></Reply></Reply></Replies></Conversation><Conversation id=".2cd4efd9" messages="1" subscribed="no" title="Help setting up VPN on Cisco 1811"><Message attachment="no" canreply="yes" id=".2cd4efd9" level=""><Author authinfo=" ">skibumatbu</Author><Timestamp>Nov 15, 2009, 9:21am PST</Timestamp><Msgbody>I obtained an 1811 router for home use. I set up 2 VPN&apos;s on it (VLAN 2 as a DMZ for my servers and VLAN 1 for everything else). I&apos;d like to no add a IPSEC VPN server so that I can connect my Mac laptop and iphone remotely. I&apos;d like to do it via command line since the GUI isn&apos;t reliable for me. I&apos;m attaching my running config. Can someone help me add the necessary bits to get it to work? There is going to be a lot for me to add aaa, crypto and such. So pointers to documentation would be most helpful as well.&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Scott &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Attachment Keywords : &lt;/b&gt; &lt;br /&gt;1) Cleaned config.rtf - running config &lt;br /&gt;</Msgbody> <Attachment><Document><FileName>Cleaned config.rtf</FileName><DocID>123593</DocID><ContentType>text/rtf</ContentType><InternalType>unknown</InternalType><Size>12775</Size><ExpirationDate>11/15/2014</ExpirationDate><IsExpired>no</IsExpired></Document></Attachment></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4efd9/0" level="1." new="yes"><Author authinfo=" NETWORK RAIL INFRASTRUCTURE LTD">jon.marshall</Author><Timestamp>Nov 15, 2009, 2:14pm PST</Timestamp><Msgbody>Scott&lt;br /&gt;&lt;br /&gt;Start here - &lt;br /&gt;&lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;http://www.cisco.com/en/US/tech/tk583/tk372/tech_configuration_examples_list.html#anchor15&apos;)"&gt;http://www.cisco.com/en/US/tech/tk583/tk372/tech_configuration_examples_list.html#anchor15&lt;/A&gt;&lt;br /&gt;&lt;br /&gt;there are quite a few example specfic to routers and Cisco VPN client.&lt;br /&gt;&lt;br /&gt;Jon</Msgbody><Attachment/></Message></Reply></Replies></Conversation><Conversation id=".2cd49a8e" messages="7" subscribed="no" title="I can&apos;t ping through to my LAN "><Message attachment="no" canreply="yes" id=".2cd49a8e" level=""><Author authinfo=" ">az.obiora</Author><Timestamp>Sep 25, 2009, 9:25pm PST</Timestamp><Msgbody>Hi there experts,&lt;br /&gt;&lt;br /&gt;I am having an issue with the ez vpn that i configured on the 2811 we just newly bought. Actually the thing is that i fully configured it ie ezvpn. It does work, i mean i do have my IKE phase 1 and 2 fully negotiated and it gets to the secure channels and all that it does when ever i connect with my cisco vpn client software. But the issue is that i can&apos;t access anything in my LAN i can only ping through to my LAN interface but anything beyond my lan interface i just can&apos;t. Please find below the config.&lt;br /&gt;&lt;br /&gt;version 12.4 &lt;br /&gt;no service pad  &lt;br /&gt;! &lt;br /&gt;hostname wisertr &lt;br /&gt;! &lt;br /&gt;boot-start-marker &lt;br /&gt;boot system flash:c2800nm-advsecurityk9-mz.124-3g.bin &lt;br /&gt;boot-end-marker &lt;br /&gt;! &lt;br /&gt;aaa new-model &lt;br /&gt;! &lt;br /&gt;aaa authentication login wisegroup_DB local &lt;br /&gt;aaa authentication login wisegroupvpnclient local &lt;br /&gt;aaa authorization exec wisegroup_DB local &lt;br /&gt;aaa authorization network wisegroup local &lt;br /&gt;! &lt;br /&gt;aaa session-id common &lt;br /&gt;! &lt;br /&gt;resource policy &lt;br /&gt;! &lt;br /&gt;ip subnet-zero &lt;br /&gt;! &lt;br /&gt;ip cef &lt;br /&gt;! &lt;br /&gt;no ip bootp server &lt;br /&gt;ip domain name wise.com&lt;br /&gt;ip name-server 198.6.1.2 &lt;br /&gt;ip name-server 172.16.1.252 &lt;br /&gt;! &lt;br /&gt;! &lt;br /&gt;crypto isakmp policy 100 &lt;br /&gt;encr aes &lt;br /&gt;authentication pre-share &lt;br /&gt;group 2 &lt;br /&gt;crypto isakmp keepalive 20 3 &lt;br /&gt;! &lt;br /&gt;crypto isakmp client configuration group WISE_REM_VPN &lt;br /&gt;key sup3rs3cr3t &lt;br /&gt;dns 198.6.1.2 172.16.1.252 &lt;br /&gt;wins 172.16.1.252 &lt;br /&gt;domain wisegroupng.com &lt;br /&gt;pool  wisepool &lt;br /&gt;save-password &lt;br /&gt;include-local-lan &lt;br /&gt;max-logins 5 &lt;br /&gt;acl SPLITREMOTE&lt;br /&gt;&lt;br /&gt;! &lt;br /&gt;! &lt;br /&gt;crypto ipsec transform-set WISEREM_VPN esp-aes esp-sha-hmac &lt;br /&gt;! &lt;br /&gt;crypto dynamic-map WISEVPN_dynmap 10 &lt;br /&gt;set transform-set WISEREM_VPN &lt;br /&gt;! &lt;br /&gt;! &lt;br /&gt;crypto map wisemap client authentication list mrsvpnclient &lt;br /&gt;crypto map wisemap isakmp authorization list mrsgroups &lt;br /&gt;crypto map wisemap client configuration address respond &lt;br /&gt;crypto map wisemap 1000 ipsec-isakmp dynamic wisevpn_dynmap &lt;br /&gt;! &lt;br /&gt;! &lt;br /&gt;! &lt;br /&gt;interface FastEthernet0/0 &lt;br /&gt;description LAN_INT&lt;br /&gt;ip address 172.16.1.7 255.255.255.0 &lt;br /&gt;ip nat inside  &lt;br /&gt;duplex half &lt;br /&gt;speed 100 &lt;br /&gt;! &lt;br /&gt;interface FastEthernet0/1 &lt;br /&gt;description WAN_INT &lt;br /&gt;ip address 217.xx.xx.xx 255.255.255.248 &lt;br /&gt;ip nat outside &lt;br /&gt;duplex full &lt;br /&gt;crypto map wisemap &lt;br /&gt;! &lt;br /&gt;ip local pool wisepool 10.10.11.20 10.10.11.30 &lt;br /&gt;ip classless &lt;br /&gt;ip route 0.0.0.0 0.0.0.0 217.xx.xx.xx&lt;br /&gt;! &lt;br /&gt;ip nat inside source list NAT_ADDRESS interface FastEthernet0/1 overload &lt;br /&gt;! &lt;br /&gt;ip access-list extended NAT_ADDRESS &lt;br /&gt; deny ip 172.16.1.0 0.0.0.255 10.10.11.0 0.0.0.255&lt;br /&gt; permit ip 172.16.0 0.0.0.255 any&lt;br /&gt;&lt;br /&gt;ip access-list ext SPLITREMOTE&lt;br /&gt; permit ip 172.16.1.0 0.0.0.255 any&lt;br /&gt;&lt;br /&gt;end &lt;br /&gt;&lt;br /&gt;Please i need to know what is the wrong thing i am doing that i can&apos;t reach my lan only the LAN interface of my router that i could ping from the remote system. I am having the feeling that it&apos;s a routing issue but then i can&apos;t say. I Also intend configuring a s2s vpn to with same router and interface. Please advise!</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd49a8e/0" level="1." new="yes">      <Author authinfo="MTI Network engineer, ELECTRONIC DATA SYSTEMS, LLC">jorgemcse</Author><Timestamp>Sep 26, 2009, 6:56am PST</Timestamp><Msgbody>modify the SPLITREMOTE tunnel acl and try again, it should be as: &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;deny ip 172.16.1.0 0.0.0.255 10.10.11.0 0.0.0.255 &lt;br /&gt;permit ip 172.16.1.0 0.0.0.255 any  </Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd49a8e/1" level="1.1" new="yes"><Author authinfo=" ">az.obiora</Author><Timestamp>Sep 27, 2009, 4:19am PST</Timestamp><Msgbody>Hi Jorgemcse,&lt;br /&gt;&lt;br /&gt;Thank you for your response i would try it and sure do get back to you! I appreciate!&lt;br /&gt;&lt;br /&gt;Thanx &lt;br /&gt;Teddy</Msgbody><Attachment/></Message></Reply><Reply><Message attachment="no" canreply="yes" id=".2cd49a8e/2" level="1.2" new="yes"><Author authinfo=" ">az.obiora</Author><Timestamp>Sep 27, 2009, 5:29pm PST</Timestamp><Msgbody>Hi Jorgemcse!&lt;br /&gt;&lt;br /&gt;Just to let you know that i added the acl as you said still wasn&apos;t able to reach my lan. Please any other suggestions. Like i said i am able to ping across my router Lan interface but to ping beyond the router LAN interface is where the problem lies! I do appreciate you suggestion earlier and do look out for more!&lt;br /&gt;&lt;br /&gt;Thanx &lt;br /&gt;Teddy</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd49a8e/3" level="1.2.1" new="yes">      <Author authinfo="GUANGZHOU, Unitech Networks China (Guangzhou)Co. Ltd" ccie="yes">hansyin</Author><Timestamp>Nov 12, 2009, 9:48pm PST</Timestamp><Msgbody>Hi, I think you should to make sure if traffic went through vpn tunnel firstly when you ping beyond the router lan interface. you can check by "show crypto ipsec sa", or even "debug ip packet acl".&lt;br /&gt;&lt;br /&gt;If packet already reach router through vpn tunnel and did go out, then you should check gw of pc in your lan. if not reaching router at all, you should sniffer on your vpn client, or check its route table, to see why traffic cannot go into vpn tunnel.</Msgbody><Attachment/></Message></Reply></Reply></Reply><Reply><Message attachment="no" canreply="yes" id=".2cd49a8e/4" level="2." new="yes">      <Author authinfo="Customer Support Engineer, CISCO SYSTEMS">mopaul</Author><Timestamp>Nov 14, 2009, 8:09pm PST</Timestamp><Msgbody>Hi, &lt;br /&gt;&lt;br /&gt;Well i am not sure why were you suggested to modify the SPLITREMOTE tunnel acl to make it as:&lt;br /&gt;deny ip 172.16.1.0 0.0.0.255 10.10.11.0 0.0.0.255 &lt;br /&gt;permit ip 172.16.1.0 0.0.0.255 any &lt;br /&gt;&lt;br /&gt;With the above suggested acl you are in a way denying the tunnel traffic from client to the router.&lt;br /&gt;&lt;br /&gt;I have reviewed the configuration , it appears to be good. As a quick troubleshooting i would suggest this:&lt;br /&gt;&lt;br /&gt;ip access-list ext SPLITREMOTE &lt;br /&gt;permit ip 172.16.1.0 0.0.0.255 10.10.11.0 0.0.0.255 &lt;br /&gt;&lt;br /&gt;## By taking destination as ANY in the SPLITREMOTE you are no way splitting the tunnel traffic ##&lt;br /&gt;&lt;br /&gt;Assuming that client talks to the LAN interface of router through the tunnel.&lt;br /&gt;&lt;br /&gt;As a quick test , you can connect  host to router and add a route using the Windows command prompt&lt;br /&gt;&lt;br /&gt;## route ADD 10.10.11.0 mask 255.255.255.0 172.16.1.7 ##&lt;br /&gt;&lt;br /&gt;Please do let me know how it goes...&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;M</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd49a8e/5" level="2.1" new="yes"><Author authinfo=" TETRACHINA">bennygao2009</Author><Timestamp>Nov 15, 2009, 1:15am PST</Timestamp><Msgbody>Hi,&lt;br /&gt;&lt;br /&gt;I think the Splitremote Tunnel ACL should be:&lt;br /&gt;ip access-list ext SPLITREMOTE&lt;br /&gt;permit ip 10.10.11.0 0.0.0.255 172.16.1.0 0.0.0.255</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd49a8e/6" level="2.1.1" new="yes">      <Author authinfo="Customer Support Engineer, CISCO SYSTEMS">mopaul</Author><Timestamp>Nov 15, 2009, 6:44am PST</Timestamp><Msgbody>No, the access-list would be with a source of 172.16.1.x and destination 10.10.11.x&lt;br /&gt;I know why you might be thinking it the other way because it is used under the client configuration. But its&lt;br /&gt;not that way.&lt;br /&gt;&lt;br /&gt;When you configure a s2s VPN tunnel, you configure ACLs for crypto on both VPN terminating end devices, which&lt;br /&gt;are mirror image of each other.&lt;br /&gt;For example:&lt;br /&gt;local subnet on Site A is 10.10.11.x&lt;br /&gt;Local Subnet on Site B is 172.16.1.x&lt;br /&gt;&lt;br /&gt;On Site A&lt;br /&gt;you will specify acl as &lt;br /&gt;10.10.11.x &gt;&gt;&gt; 172.16.1.x&lt;br /&gt;&lt;br /&gt;On Site B , &lt;br /&gt;172.16.1.x &gt;&gt;&gt; 10.10.11.x&lt;br /&gt;&lt;br /&gt;Now,when you create a Dynamic Ipsec VPN .&lt;br /&gt;&lt;br /&gt;You create crypto ACL , ONLY on the site with Dynamic IP address for the remote site with Static ip on it.&lt;br /&gt;&lt;br /&gt;So, if Site B has a static public ip address of aa.aa.aa.bb and remote Site A is on dynamic ip...&lt;br /&gt;Then a dynamic acl on site B will be created on its own when tunnel is negotiated from Site A .&lt;br /&gt;&lt;br /&gt;Same is the case with Remote VPNs, they are dynamic Peers, when you make a VPN connection , all attributes under&lt;br /&gt;the client configuration are pushed to the clients, a mirror image of the ACL (i.e configured under client &lt;br /&gt;configuration) would be learnt by the client on its end, which in turn will take the LAN subnet behind router&lt;br /&gt;as the tunnel destination and hence you will add a route in the client&apos;s routing table.&lt;br /&gt;&lt;br /&gt;As a quick recreate you can configure dynamic Ipsec between 2 VPN devices and on the static end , once the VPN is up execute the command &lt;br /&gt;&lt;br /&gt;show crypto ipsec sa and &lt;br /&gt;&lt;br /&gt;you will find that your VPN device (on static ip) had learnt a VPN acl i.e reverse of what is defined on the dynamic site.&lt;br /&gt;&lt;br /&gt;Hope this helps.&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;M</Msgbody><Attachment/></Message></Reply></Reply></Reply></Replies></Conversation><Conversation id=".2cd4ecfc" messages="2" subscribed="no" title="871 SSL VPN"><Message attachment="no" canreply="yes" id=".2cd4ecfc" level="">            <Author authinfo=" Howie Enterprises">jayhowerter</Author><Timestamp>Nov 12, 2009, 4:36pm PST</Timestamp><Msgbody>Has anyone gotten the 871 SSL VPN to work with the AnyConnect 2.4 Client? I am using Cisco Configuration Professional to configure the SSL CPN but when I try to install the anyconnect-win-2.4.0202-k9.pkg package on the router, I get an error: "Installing or Uninstalling SSL VPN packages on USBFlash is not supported" I am trying to install this on the routers onboard flash, so I don&apos;t understand the error message. The Anyconnect client is really my only option since I am using 64-bit and the regular SSL client only supports Windows XP. Please help.  Thanks</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4ecfc/0" level="1." new="yes">            <Author authinfo=" Cisco Systems, Inc." ccie="yes">hebaerte</Author><Timestamp>Nov 15, 2009, 3:04am PST</Timestamp><Msgbody>Sounds like a bug, so if you are entitled to TAC access, please open a case.&lt;br /&gt;&lt;br /&gt;Now, sometimes the error messages are simply not correct, so it could for example mean that you do not have enough space on the flash (a common cause of anyconnect installation issues on IOS).&lt;br /&gt;&lt;br /&gt;Note that when you install the image, IOS will copy it to another location on the flash (flash:/webvpn/svc_1.pkg), so even though you may already have it on there, you still need enough free space to make a copy.&lt;br /&gt;If that turns out to be the problem, then you can either: delete the image and install it directly from another location, or move/rename the pkg file to flash:/webvpn/svc_1.pkg and then install it using "webvpn install svc flash:/webvpn/svc_1.pkg"&lt;br /&gt;&lt;br /&gt;hth</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4ecfc/1" level="1.1" new="yes">            <Author authinfo=" Cisco Systems, Inc." ccie="yes">hebaerte</Author><Timestamp>Nov 15, 2009, 5:13am PST</Timestamp><Msgbody>Please ignore my "install directly from another location" suggestion - this won&apos;t work. So if space is the problem, use the latter suggestion.&lt;br /&gt;&lt;br /&gt;BTW what IOS version are you using?</Msgbody><Attachment/></Message></Reply></Reply></Replies></Conversation><Conversation id=".2cd4eccd" messages="3" subscribed="no" title="IPSEC tunnel between 2 7606 PE"><Message attachment="no" canreply="yes" id=".2cd4eccd" level=""><Author authinfo=" Hydroone Telecom">siddiqui.atif</Author><Timestamp>Nov 12, 2009, 1:46pm PST</Timestamp><Msgbody>I am trying to create an IPSec tunnel between two 7606 PE routers.. getting this error, when i ping across, and also if I start using the path LDP drops down. &lt;br /&gt;&lt;br /&gt;Nov 12 16:32:22.801 EST: IPSEC(key_engine): request timer fired: count = 1,&lt;br /&gt;  (identity) local= 10.10.135.1, remote= 10.10.135.2, &lt;br /&gt;    local_proxy= 10.10.0.0/255.255.0.0/0/0 (type=4), &lt;br /&gt;    remote_proxy= 10.10.0.0/255.255.0.0/0/0 (type=4)&lt;br /&gt;Nov 12 16:32:22.801 EST: IPSEC(sa_request): ,&lt;br /&gt;  (key eng. msg.) OUTBOUND local= 10.10.135.1, remote= 10.10.135.2, &lt;br /&gt;    local_proxy= 10.10.0.0/255.255.0.0/0/0 (type=4), &lt;br /&gt;    remote_proxy= 10.10.0.0/255.255.0.0/0/0 (type=4),&lt;br /&gt;    protocol= ESP, transform= NONE  (Tunnel), &lt;br /&gt;    lifedur= 190s and 4608000kb, &lt;br /&gt;    spi= 0x0(0), conn_id= 0, keysize= 256, flags= 0x0&lt;br /&gt;Nov 12 16:32:22.801 EST: ISAKMP:(0): SA request profile is test&lt;br /&gt;Nov 12 16:32:22.801 EST: ISAKMP: Created a peer struct for 10.10.135.2, peer port 500&lt;br /&gt;Nov 12 16:32:22.801 EST: ISAKMP: New peer created peer = 0x5326A08C peer_handle = 0x8000001A&lt;br /&gt;Nov 12 16:32:22.801 EST: ISAKMP: Locking peer struct 0x5326A08C, refcount 1 for isakmp_initiator&lt;br /&gt;Nov 12 16:32:22.801 EST: ISAKMP: local port 500, remote port 500&lt;br /&gt;Nov 12 16:32:22.801 EST: ISAKMP: Unable to allocate IKE SA &lt;br /&gt;Nov 12 16:32:22.801 EST: ISAKMP: Unlocking peer struct 0x5326A08C for isadb_unlock_peer_delete_sa(), count 0&lt;br /&gt;Nov 12 16:32:22.801 EST: ISAKMP: Deleting peer node by peer_reap for 10.10.135.2: 5326A08C&lt;br /&gt;Nov 12 16:32:22.801 EST: ISAKMP:(0):purging SA., sa=0, delme=532E8364&lt;br /&gt;PE2#&lt;br /&gt;Nov 12 16:32:22.801 EST: ISAKMP: Error while processing SA request: Failed to initialize SA&lt;br /&gt;Nov 12 16:32:22.801 EST: ISAKMP: Error while processing KMI message 0, error 2.&lt;br /&gt;Nov 12 16:32:22.801 EST: IPSEC(key_engine): got a queue event with 1 KMI message(s)&lt;br /&gt;PE2#&lt;br /&gt;Nov 12 16:32:52.801 EST: IPSEC(key_engine): request timer fired: count = 2,&lt;br /&gt;  (identity) local= 10.10.135.1, remote= 10.10.135.2, &lt;br /&gt;    local_proxy= 10.10.0.0/255.255.0.0/0/0 (type=4), &lt;br /&gt;    remote_proxy= 10.10.0.0/255.255.0.0/0/0 (type=4)&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Attachment Keywords : &lt;/b&gt; &lt;br /&gt;1) crypt 10net.txt&lt;br /&gt;</Msgbody> <Attachment><Document><FileName>crypt 10net.txt</FileName><DocID>123535</DocID><ContentType>text/plain</ContentType><InternalType>text</InternalType><Size>1762</Size><ExpirationDate>11/12/2014</ExpirationDate><IsExpired>no</IsExpired></Document></Attachment></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4eccd/0" level="1." new="yes">            <Author authinfo=" Cisco Systems, Inc." ccie="yes">hebaerte</Author><Timestamp>Nov 12, 2009, 11:40pm PST</Timestamp><Msgbody>IPsec is not supported on the 6500 and 7600 series without an IPsec module (VPNSM or IPsec-SPA), sorry.</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4eccd/1" level="1.1" new="yes"><Author authinfo=" Hydroone Telecom">siddiqui.atif</Author><Timestamp>Nov 13, 2009, 3:16am PST</Timestamp><Msgbody>I see. what about on GSR with SIP-601 any Gige SPA will support or it? or need IPSEC SPA as well?&lt;br /&gt;&lt;br /&gt;Thanks,</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4eccd/2" level="1.1.1" new="yes">            <Author authinfo=" Cisco Systems, Inc." ccie="yes">hebaerte</Author><Timestamp>Nov 15, 2009, 2:22am PST</Timestamp><Msgbody>To be honest I don&apos;t know (I never work with GSR) but I found this in a security advisory:&lt;br /&gt;&lt;br /&gt;"GSR (c12000) and CRS-1 routers running IOS-XR software support software-based IPSec for locally sourced and terminated traffic only (used mostly for routing protocols)."&lt;br /&gt;&lt;br /&gt;src:&lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;http://www.cisco.com/en/US/products/products_security_response09186a00806f33d4.html&apos;)"&gt;http://www.cisco.com/en/US/products/products_security_response09186a00806f33d4.html&lt;/A&gt;&lt;br /&gt;&lt;br /&gt;I suppose this answers the question...&lt;br /&gt;Herbert</Msgbody><Attachment/></Message></Reply></Reply></Reply></Replies></Conversation><Conversation id=".2cd4cb39" messages="5" subscribed="no" title="Mapping to Microsoft servers"><Message attachment="no" canreply="yes" id=".2cd4cb39" level="">            <Author authinfo=" COLUMBUS MCKINNON">thomas.green@cmworks.com</Author><Timestamp>Oct 24, 2009, 8:11am PST</Timestamp><Msgbody>We are moving from a 3005 vpn concentrator to an ASA5510 VPN appliance. On the 3005 concentrator we are able to map drives to Microsoft server&apos;s without a problem. After logging in successfully on the ASA we attempt to map to the server&apos;s BUT we are prompted to login to get the mapped drive. Once we input the AD account and password, we get the mapped drive. We authenticate via Microsoft&apos;s IAS radius service. What am I missing?&lt;br /&gt;&lt;br /&gt;Thanks</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4cb39/0" level="1." new="yes">            <Author authinfo=" PERIMETER TECHNOLOGY CENTER INC">cmcbride@perimetercenter.com</Author><Timestamp>Oct 26, 2009, 8:51am PST</Timestamp><Msgbody>I&apos;m not an expert on the 3005...  But it should have worked the same way as the ASA VPN does regarding Windows server authentication.  Meaning that it&apos;s not involved for the most part.  The ASA will authenticate the connection, but won&apos;t authenticate the connecting machine to any windows server.  That&apos;s the job of the windows workstation and the windows server.  &lt;br /&gt;&lt;br /&gt;Normally if the machine is a domain machine, has cached user credentials, then it will authenticate to the destination server without prompting for credentials....</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4cb39/1" level="1.1" new="yes">            <Author authinfo=" COLUMBUS MCKINNON">thomas.green@cmworks.com</Author><Timestamp>Oct 26, 2009, 9:05am PST</Timestamp><Msgbody>I would have thought it would work the same way as the 3005 as well but it is not. The PC&apos;s that we have tested are part of the domain. I have tried secondary authentication via Kerbero&apos;s but I still get prompted for a login and password after radius authentication occurs.&lt;br /&gt;</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4cb39/2" level="1.1.1" new="yes">            <Author authinfo=" CITY OF OTTAWA">b-mcdonald</Author><Timestamp>Oct 28, 2009, 6:41am PST</Timestamp><Msgbody>You need to setup Auto Sign On.  Open your Group Policy, More Options, and ensure your inherit flags are off.&lt;br /&gt;&lt;br /&gt;Add the subnets where your authentication servers reside (eg. 10.10.10.0) and it should work.&lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;Brian</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4cb39/3" level="1.1.1.1" new="yes">            <Author authinfo=" COLUMBUS MCKINNON">thomas.green@cmworks.com</Author><Timestamp>Oct 28, 2009, 7:22am PST</Timestamp><Msgbody>B-Mcdonald,&lt;br /&gt;&lt;br /&gt;Isn&apos;t auto sign on for Clientless SSL VPN? This problem is occurring with the Cisco IPSEC clients.</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4cb39/4" level="1.1.1.1.1" new="yes">            <Author authinfo=" COLUMBUS MCKINNON">thomas.green@cmworks.com</Author><Timestamp>Nov 14, 2009, 5:52pm PST</Timestamp><Msgbody>Solution was to upgrade the ASA to version 8.0(4)32 and to add the AD DNS name to the split tunneling DNS name field.</Msgbody><Attachment/></Message></Reply></Reply></Reply></Reply></Reply></Replies></Conversation><Conversation id=".2cd4ee1e" messages="1" subscribed="no" title="VTP changes"><Message attachment="no" canreply="yes" id=".2cd4ee1e" level="">      <Author authinfo="Network Manager, Voyager Limited/KCOM Group PLC">francisco_1</Author><Timestamp>Nov 13, 2009, 8:16am PST</Timestamp><Msgbody>I am planning to change VTP mode from server to transparent on 2 switches linked via L3. The switches also have indirect layer 2 link via trunking  between 2 other switches! (sorry no diagram). VTP advertisment is via that vlan 2. Both switches exchanging vtp advertisement via vlan 2. &lt;br /&gt;&lt;br /&gt;Both switches also have trunking with DTP enable to other switches. My concern is chanding vtp to transparent and that affecting DTP on trunk ports to other directly connected switches!!!. i know trunking is needed for VTP but not sure if changing vtp will affect DTP!! I&apos;m not it doesnt but the switches are in production!</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4ee1e/0" level="1." new="yes">      <Author authinfo="Senior European Network Engineer, Monster Worldwide">andrew.prince@monster.com</Author><Timestamp>Nov 14, 2009, 2:10am PST</Timestamp><Msgbody>DTP is used for the dynamic creating of trunks.&lt;br /&gt;&lt;br /&gt;VTP runs OVER trunks.&lt;br /&gt;&lt;br /&gt;Changing the VTP from server to transparent will change how the switches interact in the VTP domain.&lt;br /&gt;&lt;br /&gt;HTH&gt;</Msgbody><Attachment/></Message></Reply></Replies></Conversation><Conversation id=".2cd4ed10" messages="3" subscribed="no" title="ASA5505 - Remove VPN Connections"><Message attachment="no" canreply="yes" id=".2cd4ed10" level="">      <Author authinfo="Sr Network Engineer, Systemmetrics" ccie="yes">robert-ho</Author><Timestamp>Nov 12, 2009, 7:13pm PST</Timestamp><Msgbody>hey all, have a simple question.&lt;br /&gt;&lt;br /&gt;the page below indicates that it can handle up to 10 vpn connections with a base license. does it mean that we can only configure 10 vpn user/pass credentials? or, we can create, say 50 user/pass accounts, but only 10 can remote in at the same time.&lt;br /&gt;&lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;http://www.cisco.com/en/US/products/ps6120/prod_models_comparison.html&apos;)"&gt;http://www.cisco.com/en/US/products/ps6120/prod_models_comparison.html&lt;/A&gt;&lt;br /&gt;&lt;br /&gt;thanks for the help.&lt;br /&gt;-robert </Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4ed10/0" level="1." new="yes">      <Author authinfo="MTI Network engineer, ELECTRONIC DATA SYSTEMS, LLC">jorgemcse</Author><Timestamp>Nov 12, 2009, 8:22pm PST</Timestamp><Msgbody>Robert, &lt;br /&gt;&lt;br /&gt;That is correct..  10 VPN connections means is the maximun concurrent vpn connections with base license..  you may create as many users in local asa database but only 10 RA VPN client sessions can be stablished, that said, this also includes L2L VPNs, say if you have  1 site to site vpn and 9  RA vpn that counts towards to total of 10 VPN sessions.&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt; </Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4ed10/1" level="1.1" new="yes">      <Author authinfo="Sr Network Engineer, Systemmetrics" ccie="yes">robert-ho</Author><Timestamp>Nov 13, 2009, 10:32am PST</Timestamp><Msgbody>hey jorge, thanks for the response. it is exactly what we are looking for!</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4ed10/2" level="1.1.1" new="yes">      <Author authinfo="MTI Network engineer, ELECTRONIC DATA SYSTEMS, LLC">jorgemcse</Author><Timestamp>Nov 13, 2009, 3:15pm PST</Timestamp><Msgbody>Glad to help..   - thanks for rating .&lt;br /&gt;&lt;br /&gt;Rgds&lt;br /&gt;</Msgbody><Attachment/></Message></Reply></Reply></Reply></Replies></Conversation><Conversation id=".2cd4ee67" messages="3" subscribed="no" title="VPN connection between Cisco 2811 &amp; PIx515e"><Message attachment="no" canreply="yes" id=".2cd4ee67" level=""><Author authinfo=" Newport News Water Works">reginaldjohnson</Author><Timestamp>Nov 13, 2009, 9:32am PST</Timestamp><Msgbody>I would like to configure a VPN connection to Cisco 2811 Security IOS to a PIX 515e in a lab enviroment.  I would lie to use a crossoer cable between the interfaces. i do have 2 extra router and 2 switch if there needed. I&apos;m trying to get a bette understanding of the VPN security. </Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4ee67/0" level="1." new="yes">      <Author authinfo="Customer Support Engineer, Cisco Systems" ccie="yes">topula</Author><Timestamp>Nov 13, 2009, 11:41am PST</Timestamp><Msgbody>There are different ways that this can be configured.  Below are a few examples for your reference from CCO.&lt;br /&gt;&lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a0080094498.shtml&apos;)"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a0080094498.shtml&lt;/A&gt;&lt;br /&gt;&lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;https://www.cisco.com/en/US/tech/tk583/tk372/technologies_configuration_example09186a00800ab518.shtml&apos;)"&gt;https://www.cisco.com/en/US/tech/tk583/tk372/technologies_configuration_example09186a00800ab518.shtml&lt;/A&gt;&lt;br /&gt;&lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a0080241a0d.shtml&apos;)"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a0080241a0d.shtml&lt;/A&gt;</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4ee67/1" level="1.1" new="yes"><Author authinfo=" Newport News Water Works">reginaldjohnson</Author><Timestamp>Nov 13, 2009, 12:15pm PST</Timestamp><Msgbody>Do suggest using a crossover cable or using a router as the cloud between the pix &amp; router?</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4ee67/2" level="1.1.1" new="yes"><Author authinfo=" NETWORK RAIL INFRASTRUCTURE LTD">jon.marshall</Author><Timestamp>Nov 13, 2009, 12:18pm PST</Timestamp><Msgbody>Reginald&lt;br /&gt;&lt;br /&gt;Personally i would use at least one of the spare routers to represent the cloud. This will actually simulate a more real world environment that just using a crossover cable and there will always be routing involved in this type of scenario in the real world.&lt;br /&gt;&lt;br /&gt;Jon</Msgbody><Attachment/></Message></Reply></Reply></Reply></Replies></Conversation><Conversation id=".2cd4ebd0" messages="4" subscribed="no" title="Creating a VPN Tunnel without RFC1918 subnets"><Message attachment="no" canreply="yes" id=".2cd4ebd0" level=""><Author authinfo=" dunnhumby">craig.juhas</Author><Timestamp>Nov 12, 2009, 7:10am PST</Timestamp><Msgbody>Hi All,&lt;br /&gt;&lt;br /&gt;I&apos;ve been asked to configure a Cisco router to one of our partners using a method I&apos;m unfamiliar with.  Hence I&apos;m hoping someone from here can guide me in the right direction.  Essentially the set up needs to be like this:&lt;br /&gt;&lt;br /&gt;At one end there is a firewall with an IP address of 123.123.123.1 (all fake IP&apos;s).  This is to be the VPN termination point.  Behind this firewall is a server with a private IP address of 172.16.1.1.  This private IP is NAT&apos;d to 123.123.123.2.  &lt;br /&gt;&lt;br /&gt;Now at the other end is a VPN router with an IP address of 234.234.234.1.  This is the other VPN termination point.  There is another internal server with IP address of 10.0.0.1.  I don&apos;t really want to create an external NAT for this internal IP address if possible.  &lt;br /&gt;&lt;br /&gt;Essentially I need to get 172.16.1.1 and 10.0.0.1 to communicate with each other over a VPN but NOT use their IP addresses in the VPN tunnel.  &lt;br /&gt;&lt;br /&gt;What is the best way to achieve this?  Any help would be much appreciated!&lt;br /&gt;&lt;br /&gt;Craig</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4ebd0/0" level="1." new="yes">      <Author authinfo="Customer Support Engineer, Cisco Systems" ccie="yes">topula</Author><Timestamp>Nov 12, 2009, 2:43pm PST</Timestamp><Msgbody>You can use NAT to hide the source IP using an Internet routable address.  You will then build the crypto ACL for the tunnel based on the post-NAT IP address.  I had uploaded an example using PAT at the link below but you can also use static NAT in your case.&lt;br /&gt;&lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;http://forums.cisco.com/eforum/servlet/NetProf?page=netprof&amp;forum=Virtual%20Private%20Networks&amp;topic=Network%20Management&amp;topicID=.ee6b2ba&amp;CommCmd=MB%3Fcmd%3Dpass_through%26location%3Doutline%40&apos;)"&gt;http://forums.cisco.com/eforum/servlet/NetProf?page=netprof&amp;forum=Virtual%20Private%20Networks&amp;topic=Network%20Management&amp;topicID=.ee6b2ba&amp;CommCmd=MB%3Fcmd%3Dpass_through%26location%3Doutline%40&lt;/A&gt;^1%40%40.2cd3f992/2#selected_message  </Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4ebd0/1" level="1.1" new="yes"><Author authinfo=" dunnhumby">craig.juhas</Author><Timestamp>Nov 13, 2009, 3:04am PST</Timestamp><Msgbody>Thanks for that!  I&apos;ll give it a try and let you know.  &lt;br /&gt;&lt;br /&gt;Craig</Msgbody><Attachment/></Message></Reply><Reply><Message attachment="no" canreply="yes" id=".2cd4ebd0/2" level="1.2" new="yes"><Author authinfo=" dunnhumby">craig.juhas</Author><Timestamp>Nov 13, 2009, 3:49am PST</Timestamp><Msgbody>I have made a variation of the attachment from the other thread.  What I&apos;m looking to achieve with this is a VPN tunnel only using a publicly NAT&apos;d IP address.  Let me know if this makes sense and more importantly if it will work!&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Attachment Keywords : &lt;/b&gt; &lt;br /&gt;1) Sample L2L Config w NAT v2.txt&lt;br /&gt;</Msgbody><Attachment><Document><FileName>Sample L2L Config w NAT v2.txt</FileName><DocID>123521</DocID><ContentType>text/plain</ContentType><InternalType>text</InternalType><Size>1837</Size><ExpirationDate>11/13/2014</ExpirationDate><IsExpired>no</IsExpired></Document></Attachment></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4ebd0/3" level="1.2.1" new="yes">      <Author authinfo="Customer Support Engineer, Cisco Systems" ccie="yes">topula</Author><Timestamp>Nov 13, 2009, 7:42am PST</Timestamp><Msgbody>This config should do the trick for you...</Msgbody><Attachment/></Message></Reply></Reply></Reply></Replies></Conversation><Conversation id=".2cd4ed34" messages="0" subscribed="no" title="why do client need server side &quot;include-local-lan&quot; ?"><Message attachment="no" canreply="yes" id=".2cd4ed34" level="">      <Author authinfo="GUANGZHOU, Unitech Networks China (Guangzhou)Co. Ltd" ccie="yes">hansyin</Author><Timestamp>Nov 12, 2009, 10:33pm PST</Timestamp><Msgbody>I cannot fully understand this. vpn client already know its lan subnet, although it took default network from server side by mode-cfg, it can still exclude its local lan subnet by itself for encryption. Why does it need server side to configure "include-local-lan" to enable client local lan access? &lt;br /&gt;&lt;br /&gt;for security? if server side don&apos;t have include-local-lan, then all traffic from client must go through vpn tunnel? I think client can still change its routing table to workaround this very easily after tunnel established.&lt;br /&gt;Anybody can give me an idea about this?</Msgbody> <Attachment/></Message></Conversation></Topic></Forum></Community></ActiveMessages>')
