<?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 VPN: I can connect, but cannot access LAN in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/vpn-i-can-connect-but-cannot-access-lan/m-p/2248215#M347782</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ran: &lt;EM style="font-size: 10pt; "&gt;no nat (inside) 0 access-list inside_nat0_outbound_1 outside&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then:&lt;EM&gt; &lt;SPAN style="font-size: 10pt;"&gt;nat (inside) 0 access-list inside_nat0_outbound_1&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unfortunately that didnt work!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anything else look wrong? &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Jun 2013 06:33:00 GMT</pubDate>
    <dc:creator>gerardobrien</dc:creator>
    <dc:date>2013-06-19T06:33:00Z</dc:date>
    <item>
      <title>VPN: I can connect, but cannot access LAN</title>
      <link>https://community.cisco.com/t5/network-security/vpn-i-can-connect-but-cannot-access-lan/m-p/2248213#M347780</link>
      <description>&lt;P&gt;Hi there, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an ASA and have VPN configured.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can connect the VPN and i get an IP from the VPN pool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know it's being blocked by an ACL somewhere but having problems finding out where.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone able to help?&amp;nbsp; Ive posted code below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname 5505&lt;/P&gt;&lt;P&gt;domain-name #.ie&lt;/P&gt;&lt;P&gt;enable password N5KimYERshmEw8m2 encrypted&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan1&lt;/P&gt;&lt;P&gt; nameif inside&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 192.168.10.250 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan2&lt;/P&gt;&lt;P&gt; nameif outside&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address pppoe setroute&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan3&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt; no forward interface Vlan1&lt;/P&gt;&lt;P&gt; nameif dmz&lt;/P&gt;&lt;P&gt; security-level 50&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;/P&gt;&lt;P&gt; switchport access vlan 2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/3&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/4&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/5&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/6&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/7&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;passwd N5KimYERshmEw8m2 encrypted&lt;/P&gt;&lt;P&gt;ftp mode passive&lt;/P&gt;&lt;P&gt;dns server-group DefaultDNS&lt;/P&gt;&lt;P&gt; domain-name pna.ie&lt;/P&gt;&lt;P&gt;same-security-traffic permit intra-interface&lt;/P&gt;&lt;P&gt;object-group network inside-net&lt;/P&gt;&lt;P&gt; network-object 192.168.10.0 255.255.255.0&lt;/P&gt;&lt;P&gt;object-group network vpnpool-net&lt;/P&gt;&lt;P&gt; network-object 192.168.11.0 255.255.255.0&lt;/P&gt;&lt;P&gt;object-group network trend&lt;/P&gt;&lt;P&gt; network-object 216.104.20.0 255.255.255.0&lt;/P&gt;&lt;P&gt;access-list outside-acl extended permit icmp any any echo-reply&lt;/P&gt;&lt;P&gt;access-list outside-acl extended permit icmp any any source-quench&lt;/P&gt;&lt;P&gt;access-list outside-acl extended permit icmp any any unreachable&lt;/P&gt;&lt;P&gt;access-list outside-acl extended permit icmp any any time-exceeded&lt;/P&gt;&lt;P&gt;access-list outside-acl extended permit tcp any any eq smtp&lt;/P&gt;&lt;P&gt;access-list outside-acl extended permit tcp any any eq https&lt;/P&gt;&lt;P&gt;access-list outside-acl extended permit tcp any any eq pptp&lt;/P&gt;&lt;P&gt;access-list inside-acl extended permit tcp object-group inside-net eq smtp any eq smtp&lt;/P&gt;&lt;P&gt;access-list inside-acl extended permit tcp object-group inside-net eq www any eq www&lt;/P&gt;&lt;P&gt;access-list inside-acl extended permit udp object-group inside-net any eq domain&lt;/P&gt;&lt;P&gt;access-list inside-acl extended permit ip object-group inside-net any&lt;/P&gt;&lt;P&gt;access-list inside-acl extended permit icmp any any&lt;/P&gt;&lt;P&gt;access-list inside-nat extended permit ip object-group inside-net any&lt;/P&gt;&lt;P&gt;access-list inside-nonat extended permit ip object-group inside-net object-group vpnpool-net&lt;/P&gt;&lt;P&gt;access-list splittunnel extended permit ip object-group inside-net object-group vpnpool-net&lt;/P&gt;&lt;P&gt;access-list inside_nat0_outbound extended permit ip object-group inside-net object-group vpnpool-net&lt;/P&gt;&lt;P&gt;access-list vpnclient_splitTunnelAcl standard permit 192.168.10.0 255.255.255.0&lt;/P&gt;&lt;P&gt;access-list inside_nat0_outbound_1 extended permit ip object-group inside-net object-group vpnpool-net&lt;/P&gt;&lt;P&gt;pager lines 20&lt;/P&gt;&lt;P&gt;logging enable&lt;/P&gt;&lt;P&gt;logging asdm errors&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu dmz 1500&lt;/P&gt;&lt;P&gt;ip local pool vpnclientpool 192.168.11.1-192.168.11.254 mask 255.255.255.0&lt;/P&gt;&lt;P&gt;icmp unreachable rate-limit 1 burst-size 1&lt;/P&gt;&lt;P&gt;icmp permit any inside&lt;/P&gt;&lt;P&gt;icmp permit any outside&lt;/P&gt;&lt;P&gt;icmp permit any dmz&lt;/P&gt;&lt;P&gt;asdm image disk0:/asdm-523.bin&lt;/P&gt;&lt;P&gt;no asdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;global (outside) 1 212.17.43.82 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list inside_nat0_outbound_1 outside&lt;/P&gt;&lt;P&gt;nat (inside) 1 192.168.10.0 255.255.255.0&lt;/P&gt;&lt;P&gt;nat (outside) 1 192.168.11.0 255.255.255.0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface 3389 192.168.10.12 3389 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface https 192.168.10.11 https netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface smtp 192.168.10.11 smtp netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface pptp 192.168.10.11 pptp netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;access-group inside-acl in interface inside&lt;/P&gt;&lt;P&gt;access-group outside-acl in interface outside&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 217.67.133.190 1&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 85.91.2.237 1&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 85.91.2.115 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 icmp 0:00:02&lt;/P&gt;&lt;P&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;/P&gt;&lt;P&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;/P&gt;&lt;P&gt;timeout uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;aaa authentication enable console LOCAL&lt;/P&gt;&lt;P&gt;aaa authentication ssh console LOCAL&lt;/P&gt;&lt;P&gt;aaa authentication telnet console LOCAL&lt;/P&gt;&lt;P&gt;aaa authentication http console LOCAL&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 89.101.34.116 255.255.255.255 outside&lt;/P&gt;&lt;P&gt;http 192.168.10.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 enable traps snmp authentication linkup linkdown coldstart&lt;/P&gt;&lt;P&gt;crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac&lt;/P&gt;&lt;P&gt;crypto dynamic-map vpnclient 1 set transform-set ESP-3DES-SHA&lt;/P&gt;&lt;P&gt;crypto dynamic-map vpnclient 21 set pfs&lt;/P&gt;&lt;P&gt;crypto dynamic-map vpnclient 21 set transform-set ESP-3DES-SHA&lt;/P&gt;&lt;P&gt;crypto dynamic-map vpnclient 41 set pfs&lt;/P&gt;&lt;P&gt;crypto dynamic-map vpnclient 41 set transform-set ESP-3DES-SHA&lt;/P&gt;&lt;P&gt;crypto map xvpn 99 ipsec-isakmp dynamic vpnclient&lt;/P&gt;&lt;P&gt;crypto map xvpn interface outside&lt;/P&gt;&lt;P&gt;crypto isakmp enable outside&lt;/P&gt;&lt;P&gt;crypto isakmp policy 10&lt;/P&gt;&lt;P&gt; authentication pre-share&lt;/P&gt;&lt;P&gt; encryption 3des&lt;/P&gt;&lt;P&gt; hash sha&lt;/P&gt;&lt;P&gt; group 2&lt;/P&gt;&lt;P&gt; lifetime 86400&lt;/P&gt;&lt;P&gt;crypto isakmp policy 65535&lt;/P&gt;&lt;P&gt; authentication pre-share&lt;/P&gt;&lt;P&gt; encryption 3des&lt;/P&gt;&lt;P&gt; hash sha&lt;/P&gt;&lt;P&gt; group 2&lt;/P&gt;&lt;P&gt; lifetime 86400&lt;/P&gt;&lt;P&gt;telnet 192.168.10.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh 192.168.10.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;ssh 0.0.0.0 0.0.0.0 outside&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;console timeout 0&lt;/P&gt;&lt;P&gt;vpdn group magnet request dialout pppoe&lt;/P&gt;&lt;P&gt;vpdn group magnet localname *******&lt;/P&gt;&lt;P&gt;vpdn group magnet ppp authentication chap&lt;/P&gt;&lt;P&gt;vpdn username ********* password *********&lt;/P&gt;&lt;P&gt;dhcpd auto_config outside&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;class-map inspection_default&lt;/P&gt;&lt;P&gt; match default-inspection-traffic&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt; class inspection_default&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect ftp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect h323 h225&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect h323 ras&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect netbios&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect rsh&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect rtsp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect skinny&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect sqlnet&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect sunrpc&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect tftp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect sip&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect xdmcp&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;group-policy vpnclient internal&lt;/P&gt;&lt;P&gt;group-policy vpnclient attributes&lt;/P&gt;&lt;P&gt; wins-server value 192.168.10.10&lt;/P&gt;&lt;P&gt; dns-server value 192.168.10.10 8.8.8.8&lt;/P&gt;&lt;P&gt; vpn-tunnel-protocol IPSec&lt;/P&gt;&lt;P&gt; split-tunnel-policy tunnelspecified&lt;/P&gt;&lt;P&gt; split-tunnel-network-list value vpnclient_splitTunnelAcl&lt;/P&gt;&lt;P&gt; default-domain value pna.local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;username vpnclient password twe345rtw435e345trw encrypted privilege 15&lt;/P&gt;&lt;P&gt;username vpnclient attributes&lt;/P&gt;&lt;P&gt; vpn-group-policy vpnclient&lt;/P&gt;&lt;P&gt;username userone password qweqweqweqwe encrypted privilege 7&lt;/P&gt;&lt;P&gt;username usertwo password rrqewqewqewq encrypted privilege 7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tunnel-group vpnclient type ipsec-ra&lt;/P&gt;&lt;P&gt;tunnel-group vpnclient general-attributes&lt;/P&gt;&lt;P&gt; address-pool vpnclientpool&lt;/P&gt;&lt;P&gt; default-group-policy vpnclient&lt;/P&gt;&lt;P&gt;tunnel-group vpnclient ipsec-attributes&lt;/P&gt;&lt;P&gt; pre-shared-key *&lt;/P&gt;&lt;P&gt;prompt hostname context&lt;/P&gt;&lt;P&gt;Cryptochecksum:ccdddcc71d6f2d71741a4437102acb74e&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;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 02:00:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-i-can-connect-but-cannot-access-lan/m-p/2248213#M347780</guid>
      <dc:creator>gerardobrien</dc:creator>
      <dc:date>2019-03-12T02:00:11Z</dc:date>
    </item>
    <item>
      <title>VPN: I can connect, but cannot access LAN</title>
      <link>https://community.cisco.com/t5/network-security/vpn-i-can-connect-but-cannot-access-lan/m-p/2248214#M347781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you should remove the &lt;EM&gt;outside &lt;/EM&gt;keyword from your nat0 statement:&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list inside_nat0_outbound_1 &lt;SPAN style="text-decoration: line-through;"&gt;outside&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2013 05:33:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-i-can-connect-but-cannot-access-lan/m-p/2248214#M347781</guid>
      <dc:creator>Andrew Phirsov</dc:creator>
      <dc:date>2013-06-19T05:33:33Z</dc:date>
    </item>
    <item>
      <title>VPN: I can connect, but cannot access LAN</title>
      <link>https://community.cisco.com/t5/network-security/vpn-i-can-connect-but-cannot-access-lan/m-p/2248215#M347782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ran: &lt;EM style="font-size: 10pt; "&gt;no nat (inside) 0 access-list inside_nat0_outbound_1 outside&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then:&lt;EM&gt; &lt;SPAN style="font-size: 10pt;"&gt;nat (inside) 0 access-list inside_nat0_outbound_1&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unfortunately that didnt work!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anything else look wrong? &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2013 06:33:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-i-can-connect-but-cannot-access-lan/m-p/2248215#M347782</guid>
      <dc:creator>gerardobrien</dc:creator>
      <dc:date>2013-06-19T06:33:00Z</dc:date>
    </item>
    <item>
      <title>VPN: I can connect, but cannot access LAN</title>
      <link>https://community.cisco.com/t5/network-security/vpn-i-can-connect-but-cannot-access-lan/m-p/2248216#M347783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had a look at the Syslog Messages and i can see the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TCP access denied by ACL from (my-public-ip) to outside:212.17.43.81&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2013 06:36:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-i-can-connect-but-cannot-access-lan/m-p/2248216#M347783</guid>
      <dc:creator>gerardobrien</dc:creator>
      <dc:date>2013-06-19T06:36:40Z</dc:date>
    </item>
    <item>
      <title>VPN: I can connect, but cannot access LAN</title>
      <link>https://community.cisco.com/t5/network-security/vpn-i-can-connect-but-cannot-access-lan/m-p/2248217#M347784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;anyone else available to help????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2013 03:36:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-i-can-connect-but-cannot-access-lan/m-p/2248217#M347784</guid>
      <dc:creator>gerardobrien</dc:creator>
      <dc:date>2013-06-21T03:36:39Z</dc:date>
    </item>
    <item>
      <title>VPN: I can connect, but cannot access LAN</title>
      <link>https://community.cisco.com/t5/network-security/vpn-i-can-connect-but-cannot-access-lan/m-p/2248218#M347785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Config seems to be fine.&lt;/P&gt;&lt;P&gt;Do the hosts on the inside subnet have the route towards vpn-pool subnet (or default route) through the 192.168.10.250?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2013 05:37:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-i-can-connect-but-cannot-access-lan/m-p/2248218#M347785</guid>
      <dc:creator>Andrew Phirsov</dc:creator>
      <dc:date>2013-06-21T05:37:33Z</dc:date>
    </item>
    <item>
      <title>VPN: I can connect, but cannot access LAN</title>
      <link>https://community.cisco.com/t5/network-security/vpn-i-can-connect-but-cannot-access-lan/m-p/2248219#M347786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may need to enable NAT Traversal. Type this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CRYPTO ISAKMP NAT-TRAVERSAL 30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More in depth info here as well as other common causes.&lt;/P&gt;&lt;P&gt;&lt;A href="http://supertekboy.com/2014/01/28/cisco-vpn-connects-but-cannot-access-inside-resources/"&gt;http://supertekboy.com/2014/01/28/cisco-vpn-connects-but-cannot-access-inside-resources/&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 13:46:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-i-can-connect-but-cannot-access-lan/m-p/2248219#M347786</guid>
      <dc:creator>Gareth Gudger</dc:creator>
      <dc:date>2014-01-28T13:46:42Z</dc:date>
    </item>
  </channel>
</rss>

