<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: VPN with Cisco client in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/vpn-with-cisco-client/m-p/811275#M977280</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;add...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;isakmp nat-traversal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate helpful posts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jun 2007 19:18:02 GMT</pubDate>
    <dc:creator>acomiskey</dc:creator>
    <dc:date>2007-06-29T19:18:02Z</dc:date>
    <item>
      <title>VPN with Cisco client</title>
      <link>https://community.cisco.com/t5/network-security/vpn-with-cisco-client/m-p/811274#M977279</link>
      <description>&lt;P&gt;I have set up a VPN with a PIX 506 v. 6.3(5).  When I connect through the internet using a Cisco VPN client, the connection is made but I can't ping anything behind the firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to test, I set up the PIX in a lab, put the public IP of the gateway on my computer and connected the computer to the outside interface of the PIX.  I then connected using the VPN client software and I could ping behind the firewall just fine.  It's just when I'm going through the internet that it's a problem.  My configuration follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;PIX Version 6.3(5)&lt;/P&gt;&lt;P&gt;interface ethernet0 auto&lt;/P&gt;&lt;P&gt;interface ethernet1 auto&lt;/P&gt;&lt;P&gt;nameif ethernet0 outside security0&lt;/P&gt;&lt;P&gt;nameif ethernet1 inside security100&lt;/P&gt;&lt;P&gt;enable password **** encrypted&lt;/P&gt;&lt;P&gt;passwd **** encrypted&lt;/P&gt;&lt;P&gt;hostname IPcommPIX&lt;/P&gt;&lt;P&gt;domain-name computerdata.com&lt;/P&gt;&lt;P&gt;fixup protocol dns maximum-length 512&lt;/P&gt;&lt;P&gt;fixup protocol ftp 21&lt;/P&gt;&lt;P&gt;fixup protocol h323 h225 1720&lt;/P&gt;&lt;P&gt;fixup protocol h323 ras 1718-1719&lt;/P&gt;&lt;P&gt;fixup protocol http 80&lt;/P&gt;&lt;P&gt;fixup protocol rsh 514&lt;/P&gt;&lt;P&gt;fixup protocol rtsp 554&lt;/P&gt;&lt;P&gt;fixup protocol sip 5060&lt;/P&gt;&lt;P&gt;fixup protocol sip udp 5060&lt;/P&gt;&lt;P&gt;fixup protocol skinny 2000&lt;/P&gt;&lt;P&gt;fixup protocol smtp 25&lt;/P&gt;&lt;P&gt;fixup protocol sqlnet 1521&lt;/P&gt;&lt;P&gt;fixup protocol tftp 69&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;access-list inside_outbound_nat0_acl permit ip any 172.27.0.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;access-list inside_outbound_nat0_acl permit ip 172.27.0.0 255.255.255.0 172.27.0.16 255.255.255.240&lt;/P&gt;&lt;P&gt;access-list outside_cryptomap_dyn_20 permit ip any 172.27.0.16 255.255.255.240 &lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;ip address outside &amp;lt;outside IP&amp;gt; &amp;lt;mask&amp;gt;&lt;/P&gt;&lt;P&gt;ip address inside &amp;lt;inside IP&amp;gt; &amp;lt;mask&amp;gt;&lt;/P&gt;&lt;P&gt;ip audit info action alarm&lt;/P&gt;&lt;P&gt;ip audit attack action alarm&lt;/P&gt;&lt;P&gt;ip local pool CDI1 &amp;lt;range of internal IPs&amp;gt; mask &amp;lt;mask&amp;gt;&lt;/P&gt;&lt;P&gt;pdm location 172.27.0.0 255.255.255.0 outside&lt;/P&gt;&lt;P&gt;pdm location 172.27.0.16 255.255.255.240 outside&lt;/P&gt;&lt;P&gt;pdm history enablearp timeout 14400&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list inside_outbound_nat0_acl&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0 0 0&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 &amp;lt;outside gateway IP&amp;gt; 1&lt;/P&gt;&lt;P&gt;timeout xlate 3:00:00&lt;/P&gt;&lt;P&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00&lt;/P&gt;&lt;P&gt;timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00&lt;/P&gt;&lt;P&gt;timeout sip-disconnect 0:02:00 sip-invite 0:03:00&lt;/P&gt;&lt;P&gt;timeout uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ protocol tacacs+ &lt;/P&gt;&lt;P&gt;aaa-server TACACS+ max-failed-attempts 3 &lt;/P&gt;&lt;P&gt;aaa-server TACACS+ deadtime 10 &lt;/P&gt;&lt;P&gt;aaa-server RADIUS protocol radius &lt;/P&gt;&lt;P&gt;aaa-server RADIUS max-failed-attempts 3 &lt;/P&gt;&lt;P&gt;aaa-server RADIUS deadtime 10 &lt;/P&gt;&lt;P&gt;aaa-server LOCAL protocol local &lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 172.27.0.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;no snmp-server location&lt;/P&gt;&lt;P&gt;no snmp-server contact&lt;/P&gt;&lt;P&gt;snmp-server community public&lt;/P&gt;&lt;P&gt;no snmp-server enable traps&lt;/P&gt;&lt;P&gt;floodguard enable&lt;/P&gt;&lt;P&gt;sysopt connection permit-ipsec&lt;/P&gt;&lt;P&gt;crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac&lt;/P&gt;&lt;P&gt;crypto dynamic-map outside_dyn_map 20 match address outside_cryptomap_dyn_20&lt;/P&gt;&lt;P&gt;crypto dynamic-map outside_dyn_map 20 set transform-set ESP-3DES-MD5&lt;/P&gt;&lt;P&gt;crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map&lt;/P&gt;&lt;P&gt;crypto map outside_map interface outside&lt;/P&gt;&lt;P&gt;isakmp enable outside&lt;/P&gt;&lt;P&gt;isakmp policy 20 authentication pre-share&lt;/P&gt;&lt;P&gt;isakmp policy 20 encryption 3des&lt;/P&gt;&lt;P&gt;isakmp policy 20 hash md5&lt;/P&gt;&lt;P&gt;isakmp policy 20 group 2&lt;/P&gt;&lt;P&gt;isakmp policy 20 lifetime 86400&lt;/P&gt;&lt;P&gt;vpngroup computerdata address-pool CDI1&lt;/P&gt;&lt;P&gt;vpngroup computerdata dns-server 209.x.x.4 4.2.2.2&lt;/P&gt;&lt;P&gt;vpngroup computerdata idle-time 1800&lt;/P&gt;&lt;P&gt;vpngroup computerdata password ********&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;console timeout 0&lt;/P&gt;&lt;P&gt;terminal width 80&lt;/P&gt;&lt;P&gt;Cryptochecksum:xxx&lt;/P&gt;&lt;P&gt;: end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thoughts?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 10:37:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-with-cisco-client/m-p/811274#M977279</guid>
      <dc:creator>refram</dc:creator>
      <dc:date>2019-03-11T10:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: VPN with Cisco client</title>
      <link>https://community.cisco.com/t5/network-security/vpn-with-cisco-client/m-p/811275#M977280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;add...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;isakmp nat-traversal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate helpful posts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 19:18:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-with-cisco-client/m-p/811275#M977280</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-06-29T19:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: VPN with Cisco client</title>
      <link>https://community.cisco.com/t5/network-security/vpn-with-cisco-client/m-p/811276#M977283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Holey Moley!  Fast AND fixed the issue.  You rock!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 19:42:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-with-cisco-client/m-p/811276#M977283</guid>
      <dc:creator>refram</dc:creator>
      <dc:date>2007-06-29T19:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: VPN with Cisco client</title>
      <link>https://community.cisco.com/t5/network-security/vpn-with-cisco-client/m-p/811277#M977284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, it's the #1 RA Vpn issue so it's an easy on to pick out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 19:44:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-with-cisco-client/m-p/811277#M977284</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-06-29T19:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: VPN with Cisco client</title>
      <link>https://community.cisco.com/t5/network-security/vpn-with-cisco-client/m-p/811278#M977285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, so then here's the thing.  I'll admit right here in print that I am not a complete "everything-there-is-to-know-about-Cisco-I-know" kind of guy.  I didn't do the VPN from scratch, I used the wizard.  If this is such a common problem, why isn't the wizard taking it into account?  I know, I know, you always ask for it when you use a wizard instead of a CLI.  But DUDE!  I mean, this apparently happens a lot and it's just one crummy line that fixes the whole thing!   &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jun 2007 11:47:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-with-cisco-client/m-p/811278#M977285</guid>
      <dc:creator>refram</dc:creator>
      <dc:date>2007-06-30T11:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: VPN with Cisco client</title>
      <link>https://community.cisco.com/t5/network-security/vpn-with-cisco-client/m-p/811279#M977287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well thats a good question maybe someone from Cisco can answer. Here's the doc on common vpn problems...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/ps6120/products_tech_note09186a00807e0aca.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/ps6120/products_tech_note09186a00807e0aca.shtml&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jun 2007 12:24:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-with-cisco-client/m-p/811279#M977287</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-06-30T12:24:29Z</dc:date>
    </item>
  </channel>
</rss>

