<?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 I cannot get split tunnel working on asa5510 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/i-cannot-get-split-tunnel-working-on-asa5510/m-p/423284#M1055551</link>
    <description>&lt;P&gt;I can connect using the cisco vpn client and talk to the internal network. As soon as i connect to the vpn i cannot access the internet via the vpn tunnel or the local internet at the workstation. Attatched is the config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be much appreciated.&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;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 08:35:04 GMT</pubDate>
    <dc:creator>dazford</dc:creator>
    <dc:date>2020-02-21T08:35:04Z</dc:date>
    <item>
      <title>I cannot get split tunnel working on asa5510</title>
      <link>https://community.cisco.com/t5/network-security/i-cannot-get-split-tunnel-working-on-asa5510/m-p/423284#M1055551</link>
      <description>&lt;P&gt;I can connect using the cisco vpn client and talk to the internal network. As soon as i connect to the vpn i cannot access the internet via the vpn tunnel or the local internet at the workstation. Attatched is the config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be much appreciated.&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;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 08:35:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/i-cannot-get-split-tunnel-working-on-asa5510/m-p/423284#M1055551</guid>
      <dc:creator>dazford</dc:creator>
      <dc:date>2020-02-21T08:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: I cannot get split tunnel working on asa5510</title>
      <link>https://community.cisco.com/t5/network-security/i-cannot-get-split-tunnel-working-on-asa5510/m-p/423285#M1055557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is your problem:&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;access-list VPN_Tunnel_splitTunnelAcl standard permit any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;group-policy VPN_Tunnel_1 attributes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;split-tunnel-network-list value VPN_Tunnel_splitTunnelAcl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you've defined a split tunnel access-list, but it says "permit any" which means encrypt all traffic.  your split tunnel ACL must specify the networks that you want encrypted, so change the ACL to something like:&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;access-list VPN_Tunnel_splitTunnelAcl standard permit 192.168.0.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The next time you connect you will only encrypt traffic for the 192.168.0.0/24 network.  You can add more lines to your ACL if you want to tunnel more networks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2005 02:33:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/i-cannot-get-split-tunnel-working-on-asa5510/m-p/423285#M1055557</guid>
      <dc:creator>gfullage</dc:creator>
      <dc:date>2005-12-13T02:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: I cannot get split tunnel working on asa5510</title>
      <link>https://community.cisco.com/t5/network-security/i-cannot-get-split-tunnel-working-on-asa5510/m-p/423286#M1055562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply. i will edit the config in the next week or so and post back the results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2005 20:57:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/i-cannot-get-split-tunnel-working-on-asa5510/m-p/423286#M1055562</guid>
      <dc:creator>dazford</dc:creator>
      <dc:date>2005-12-13T20:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: I cannot get split tunnel working on asa5510</title>
      <link>https://community.cisco.com/t5/network-security/i-cannot-get-split-tunnel-working-on-asa5510/m-p/423287#M1055565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for the delay, flat out at christmas time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have specified the network as you said and all is well. Thanks for the help. Much appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2006 00:08:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/i-cannot-get-split-tunnel-working-on-asa5510/m-p/423287#M1055565</guid>
      <dc:creator>dazford</dc:creator>
      <dc:date>2006-01-16T00:08:46Z</dc:date>
    </item>
  </channel>
</rss>

