<?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: Split-tunnel vpnclient 4.6 to PIX in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/split-tunnel-vpnclient-4-6-to-pix/m-p/436655#M532796</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try reversing the source and destination of the split tunnel acl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"access-list split-tunnel permit ip 10.0.0.0 255.0.0.0 any"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"access-list split-tunnel permit ip 10.0.0.0 255.0.0.0 10.81.161.0 255.255.255.0"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shijo George.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Sep 2005 06:37:14 GMT</pubDate>
    <dc:creator>shijogeorge</dc:creator>
    <dc:date>2005-09-26T06:37:14Z</dc:date>
    <item>
      <title>Split-tunnel vpnclient 4.6 to PIX</title>
      <link>https://community.cisco.com/t5/network-security/split-tunnel-vpnclient-4-6-to-pix/m-p/436654#M532793</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to let the remote pc access the internet via w/o tunneling the traffic to the PIX and tunnel only traffic to the PIX destined for the LANs behind it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am confused on the use of the splt tunnel acl and if there is a need for client configuration address initiate command. With the current config, it looks like all traffic is being tunneled.  I can access the LANs behind the pix but not the internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the relevant config.  The client local LAN segments are the 10.81.129.. 10.71.129.. and 10.81.160...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list split-tunnel permit ip any 10.0.0.0 255.0.0.0 &lt;/P&gt;&lt;P&gt;access-list nonat permit ip 10.81.129.0 255.255.255.0 10.81.161.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;access-list nonat permit ip 10.71.129.0 255.255.255.0 10.81.161.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;access-list nonat permit ip 10.81.160.0 255.255.255.0 10.81.161.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip local pool pix-vpnclient-pool 10.81.161.10-10.81.161.254 mask 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;crypto ipsec transform-set 256sha2 esp-aes-256 esp-sha-hmac &lt;/P&gt;&lt;P&gt;crypto dynamic-map vpnclient 200 set transform-set 256sha2&lt;/P&gt;&lt;P&gt;crypto map sfhp 200 ipsec-isakmp dynamic vpnclient&lt;/P&gt;&lt;P&gt;crypto map sfhp interface outside&lt;/P&gt;&lt;P&gt;isakmp enable outside&lt;/P&gt;&lt;P&gt;isakmp identity address&lt;/P&gt;&lt;P&gt;isakmp keepalive 10&lt;/P&gt;&lt;P&gt;isakmp nat-traversal 20&lt;/P&gt;&lt;P&gt;isakmp policy 100 authentication pre-share&lt;/P&gt;&lt;P&gt;isakmp policy 100 encryption aes-256&lt;/P&gt;&lt;P&gt;isakmp policy 100 hash sha&lt;/P&gt;&lt;P&gt;isakmp policy 100 group 2&lt;/P&gt;&lt;P&gt;isakmp policy 100 lifetime 14400&lt;/P&gt;&lt;P&gt;vpngroup RA1-SFHG address-pool pix-vpnclient-pool&lt;/P&gt;&lt;P&gt;vpngroup RA1-SFHG dns-server 10.81.129.233 10.81.129.234&lt;/P&gt;&lt;P&gt;vpngroup RA1-SFHG wins-server 10.81.129.233&lt;/P&gt;&lt;P&gt;vpngroup RA1-SFHG split-tunnel split-tunnel&lt;/P&gt;&lt;P&gt;vpngroup RA1-SFHG pfs&lt;/P&gt;&lt;P&gt;vpngroup RA1-SFHG idle-time 7700&lt;/P&gt;&lt;P&gt;vpngroup RA1-SFHG password ********&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list nonat&lt;/P&gt;&lt;P&gt;nat (www) 0 access-list nonat&lt;/P&gt;&lt;P&gt;nat (voip) 0 access-list nonat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 08:25:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/split-tunnel-vpnclient-4-6-to-pix/m-p/436654#M532793</guid>
      <dc:creator>aemr</dc:creator>
      <dc:date>2020-02-21T08:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Split-tunnel vpnclient 4.6 to PIX</title>
      <link>https://community.cisco.com/t5/network-security/split-tunnel-vpnclient-4-6-to-pix/m-p/436655#M532796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try reversing the source and destination of the split tunnel acl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"access-list split-tunnel permit ip 10.0.0.0 255.0.0.0 any"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"access-list split-tunnel permit ip 10.0.0.0 255.0.0.0 10.81.161.0 255.255.255.0"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shijo George.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2005 06:37:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/split-tunnel-vpnclient-4-6-to-pix/m-p/436655#M532796</guid>
      <dc:creator>shijogeorge</dc:creator>
      <dc:date>2005-09-26T06:37:14Z</dc:date>
    </item>
  </channel>
</rss>

