<?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: PIX Tunnel routing problem in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-tunnel-routing-problem/m-p/389748#M554699</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I get the jist of what you are saying.  You are trying to access hosts on another interface on the PIX 515 from hosts inside the PIX 501 across the VPN tunnel.  If this is the case, all you should need to do is add the 192.168.2.X subnet to your crypto access-list and also account for in your nonat access-list (I assume you have this).  Something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;existing on the 515:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list crypto permit ip 192.168.1.0 255.255.255.0 172.16.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;existing on the 501:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list crypto permit ip 172.16.1.0 255.255.255.0 192.168.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;changes on the 515:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list crypto permit ip 192.168.1.0 255.255.255.0 172.16.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;access-list crypto permit ip 192.168.2.0 255.255.255.0 172.16.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;changes on the 501:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list crypto permit ip 172.16.1.0 255.255.255.0 192.168.1.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;access-list crypto permit ip 172.16.1.0 255.255.255.0 192.168.2.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this makes sense.  You will need to modify the translations on the 515 as well to account for the traffic from the DMZ hosts back across the tunnel.  This should be similar to however you have the inside hosts setup (something like a nat (intf) 0 ACL).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Nov 2004 23:22:03 GMT</pubDate>
    <dc:creator>scoclayton</dc:creator>
    <dc:date>2004-11-18T23:22:03Z</dc:date>
    <item>
      <title>PIX Tunnel routing problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-tunnel-routing-problem/m-p/389747#M554697</link>
      <description>&lt;P&gt;I have a PIX 515 and PIX 501with a VPN tunnel between the two&lt;/P&gt;&lt;P&gt;I have no problem accessing ether site inside interface through the VPN tunnel.&lt;/P&gt;&lt;P&gt;My PIX 515E has a D-PRIV interface and I need to access the D-PRIV from my PIX 501&lt;/P&gt;&lt;P&gt;What changes need to be made for the PIX 501 can access the D-PRIV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     PIX 515	   -- VPN Tunnel---    PIX 501&lt;/P&gt;&lt;P&gt;       &lt;/P&gt;&lt;P&gt;Inside         D-PRIV		       Inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;192.168.1.x    192.168.2.x           172.16.1.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 07:45:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-tunnel-routing-problem/m-p/389747#M554697</guid>
      <dc:creator>gjohnson1963</dc:creator>
      <dc:date>2020-02-21T07:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Tunnel routing problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-tunnel-routing-problem/m-p/389748#M554699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I get the jist of what you are saying.  You are trying to access hosts on another interface on the PIX 515 from hosts inside the PIX 501 across the VPN tunnel.  If this is the case, all you should need to do is add the 192.168.2.X subnet to your crypto access-list and also account for in your nonat access-list (I assume you have this).  Something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;existing on the 515:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list crypto permit ip 192.168.1.0 255.255.255.0 172.16.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;existing on the 501:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list crypto permit ip 172.16.1.0 255.255.255.0 192.168.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;changes on the 515:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list crypto permit ip 192.168.1.0 255.255.255.0 172.16.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;access-list crypto permit ip 192.168.2.0 255.255.255.0 172.16.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;changes on the 501:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list crypto permit ip 172.16.1.0 255.255.255.0 192.168.1.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;access-list crypto permit ip 172.16.1.0 255.255.255.0 192.168.2.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this makes sense.  You will need to modify the translations on the 515 as well to account for the traffic from the DMZ hosts back across the tunnel.  This should be similar to however you have the inside hosts setup (something like a nat (intf) 0 ACL).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2004 23:22:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-tunnel-routing-problem/m-p/389748#M554699</guid>
      <dc:creator>scoclayton</dc:creator>
      <dc:date>2004-11-18T23:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Tunnel routing problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-tunnel-routing-problem/m-p/389749#M554702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Scott, I had no luck, here is my configs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;515:&lt;/P&gt;&lt;P&gt;PIX Version 6.3(3)&lt;/P&gt;&lt;P&gt;interface ethernet0 auto&lt;/P&gt;&lt;P&gt;interface ethernet1 auto&lt;/P&gt;&lt;P&gt;interface ethernet2 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;nameif ethernet2 d-priv security50&lt;/P&gt;&lt;P&gt;access-list alert-interval 2000&lt;/P&gt;&lt;P&gt;access-list dmz-in permit ip 192.168.60.0 255.255.255.0 any &lt;/P&gt;&lt;P&gt;access-list nonat permit ip 192.168.50.0 255.255.255.0 172.16.1.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;access-list nonat permit ip 192.168.60.0 255.255.255.0 172.16.1.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;access-list vpnclient_splitTunnelAcl permit ip 192.168.50.0 255.255.255.0 any &lt;/P&gt;&lt;P&gt;ip address outside xx.xx.xx.xx 255.255.xx.xx&lt;/P&gt;&lt;P&gt;ip address inside 192.168.50.1 255.255.255.0&lt;/P&gt;&lt;P&gt;ip address d-priv 192.168.60.1 255.255.255.0&lt;/P&gt;&lt;P&gt;pdm location 192.168.50.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;global (outside) 1 xx.xx.xx.xx&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list nonat&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;access-group 100 in interface outside&lt;/P&gt;&lt;P&gt;access-group dmz-in in interface d-priv&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 xx.xx.xx.xx 1&lt;/P&gt;&lt;P&gt;crypto ipsec transform-set michigan esp-des esp-md5-hmac &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 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-SHA&lt;/P&gt;&lt;P&gt;crypto dynamic-map outside_dyn_map 20 set security-association lifetime seconds 3600 kilobytes 4608000&lt;/P&gt;&lt;P&gt;crypto map ann_arbor 21 ipsec-isakmp&lt;/P&gt;&lt;P&gt;crypto map ann_arbor 21 match address vpn&lt;/P&gt;&lt;P&gt;crypto map ann_arbor 21 set peer xx.xx.xx.xx&lt;/P&gt;&lt;P&gt;crypto map ann_arbor 21 set transform-set michigan&lt;/P&gt;&lt;P&gt;crypto map ann_arbor 21 set security-association lifetime seconds 3600 kilobytes 4608000&lt;/P&gt;&lt;P&gt;crypto map ann_arbor 65535 ipsec-isakmp dynamic outside_dyn_map&lt;/P&gt;&lt;P&gt;crypto map ann_arbor interface outside&lt;/P&gt;&lt;P&gt;isakmp enable outside&lt;/P&gt;&lt;P&gt;isakmp key ******** address xx.xx.xx.xx netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;isakmp identity address&lt;/P&gt;&lt;P&gt;isakmp policy 21 authentication pre-share&lt;/P&gt;&lt;P&gt;isakmp policy 21 encryption des&lt;/P&gt;&lt;P&gt;isakmp policy 21 hash md5&lt;/P&gt;&lt;P&gt;isakmp policy 21 group 1&lt;/P&gt;&lt;P&gt;isakmp policy 21 lifetime 86400&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;501:&lt;/P&gt;&lt;P&gt;PIX Version 6.2(2)&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;access-list nonat permit ip 172.16.1.0 255.255.255.0 192.168.50.0 255.255.255.0&lt;/P&gt;&lt;P&gt;interface ethernet0 10baset&lt;/P&gt;&lt;P&gt;interface ethernet1 10full&lt;/P&gt;&lt;P&gt;ip address outside xx.xx.xx.xx 255.255.255.248&lt;/P&gt;&lt;P&gt;ip address inside 172.16.1.1 255.255.255.0&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;pdm location 172.16.1.10 255.255.255.255 inside&lt;/P&gt;&lt;P&gt;global (outside) 1 xx.xx.xx.xx&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list nonat&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;access-group 100 in interface outside&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 xx.xx.xx.xx 1&lt;/P&gt;&lt;P&gt;floodguard enable&lt;/P&gt;&lt;P&gt;sysopt connection permit-ipsec&lt;/P&gt;&lt;P&gt;no sysopt route dnat&lt;/P&gt;&lt;P&gt;crypto ipsec transform-set michigan esp-des esp-md5-hmac&lt;/P&gt;&lt;P&gt;crypto map ann_arbor 21 ipsec-isakmp&lt;/P&gt;&lt;P&gt;crypto map ann_arbor 21 match address nonat&lt;/P&gt;&lt;P&gt;crypto map ann_arbor 21 set peer xx.xx.xx.xx&lt;/P&gt;&lt;P&gt;crypto map ann_arbor 21 set transform-set michigan&lt;/P&gt;&lt;P&gt;crypto map ann_arbor 21 set security-association lifetime seconds 3600 kilobytes&lt;/P&gt;&lt;P&gt; 4608000&lt;/P&gt;&lt;P&gt;crypto map ann_arbor interface outside&lt;/P&gt;&lt;P&gt;isakmp enable outside&lt;/P&gt;&lt;P&gt;isakmp key ******** address xx.xx.xx.xx netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;isakmp identity address&lt;/P&gt;&lt;P&gt;isakmp policy 21 authentication pre-share&lt;/P&gt;&lt;P&gt;isakmp policy 21 encryption des&lt;/P&gt;&lt;P&gt;isakmp policy 21 hash md5&lt;/P&gt;&lt;P&gt;isakmp policy 21 group 1&lt;/P&gt;&lt;P&gt;isakmp policy 21 lifetime 86400&lt;/P&gt;&lt;P&gt;telnet 172.16.1.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;telnet timeout 20&lt;/P&gt;&lt;P&gt;ssh 192.168.50.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;ssh timeout 10&lt;/P&gt;&lt;P&gt;username admin password xxxxxxxxxxxxxxx encrypted privilege 15&lt;/P&gt;&lt;P&gt;terminal width 80&lt;/P&gt;&lt;P&gt;: end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you can help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2004 20:27:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-tunnel-routing-problem/m-p/389749#M554702</guid>
      <dc:creator>gjohnson1963</dc:creator>
      <dc:date>2004-12-16T20:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Tunnel routing problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-tunnel-routing-problem/m-p/389750#M554705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What happened to your "vpn" access-list on the 515?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try adding the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on the 515:&lt;/P&gt;&lt;P&gt;access-list vpn permit ip 192.168.50.0 255.255.255.0 172.16.1.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;access-list vpn permit ip 192.168.60.0 255.255.255.0 172.16.1.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;nat (d-priv) 0 access-list nonat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may also want to enable "sysopt connection permit-ipsec" on the 515 as well.  I don't know if you just omitted this when you were pasting the config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on the 501:&lt;/P&gt;&lt;P&gt;access-list nonat permit ip 172.16.1.0 255.255.255.0 192.168.60.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;access-list vpn permit ip 172.16.1.0 255.255.255.0 192.168.50.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;access-list vpn permit ip 172.16.1.0 255.255.255.0 192.168.60.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and change on the 501:&lt;/P&gt;&lt;P&gt;crypto map ann_arbor 21 match address nonat &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;crypto map ann_arbor 21 match address vpn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That should do the trick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2004 21:23:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-tunnel-routing-problem/m-p/389750#M554705</guid>
      <dc:creator>scoclayton</dc:creator>
      <dc:date>2004-12-16T21:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Tunnel routing problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-tunnel-routing-problem/m-p/389751#M554708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;P&gt;I made the changes and still not working. Here are the full configs, maybe I am missing something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;501:&lt;/P&gt;&lt;P&gt;PIX Version 6.2(2)&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;hostname PIX-xxx&lt;/P&gt;&lt;P&gt;domain-name xxxx.com&lt;/P&gt;&lt;P&gt;access-list nonat permit ip 172.16.1.0 255.255.255.0 192.168.50.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;access-list vpn permit ip 172.16.1.0 255.255.255.0 192.168.50.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;access-list vpn permit ip 172.16.1.0 255.255.255.0 192.168.60.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;interface ethernet0 10baset&lt;/P&gt;&lt;P&gt;interface ethernet1 10full&lt;/P&gt;&lt;P&gt;ip address outside XX.XX.XX.XX 255.255.255.248&lt;/P&gt;&lt;P&gt;ip address inside 172.16.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;global (outside) 1 XX.XX.XX.XX&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list nonat&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 XX.XX.XX.XX 1&lt;/P&gt;&lt;P&gt;sysopt connection permit-ipsec&lt;/P&gt;&lt;P&gt;no sysopt route dnat&lt;/P&gt;&lt;P&gt;crypto ipsec transform-set michigan esp-des esp-md5-hmac &lt;/P&gt;&lt;P&gt;crypto map ann_arbor 21 ipsec-isakmp&lt;/P&gt;&lt;P&gt;crypto map ann_arbor 21 match address vpn&lt;/P&gt;&lt;P&gt;crypto map ann_arbor 21 set peer XX.XX.XX.XX&lt;/P&gt;&lt;P&gt;crypto map ann_arbor 21 set transform-set michigan&lt;/P&gt;&lt;P&gt;crypto map ann_arbor 21 set security-association lifetime seconds 3600 kilobytes 4608000&lt;/P&gt;&lt;P&gt;crypto map ann_arbor interface outside&lt;/P&gt;&lt;P&gt;isakmp enable outside&lt;/P&gt;&lt;P&gt;isakmp key ******** address XX.XX.XX.XX netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;isakmp identity address&lt;/P&gt;&lt;P&gt;isakmp policy 21 authentication pre-share&lt;/P&gt;&lt;P&gt;isakmp policy 21 encryption des&lt;/P&gt;&lt;P&gt;isakmp policy 21 hash md5&lt;/P&gt;&lt;P&gt;isakmp policy 21 group 1&lt;/P&gt;&lt;P&gt;isakmp policy 21 lifetime 86400&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;515:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX Version 6.3(3)&lt;/P&gt;&lt;P&gt;interface ethernet0 auto&lt;/P&gt;&lt;P&gt;interface ethernet1 auto&lt;/P&gt;&lt;P&gt;interface ethernet2 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;nameif ethernet2 d-priv security50&lt;/P&gt;&lt;P&gt;hostname xxx-pix&lt;/P&gt;&lt;P&gt;domain-name xxxx.com&lt;/P&gt;&lt;P&gt;access-list alert-interval 2000&lt;/P&gt;&lt;P&gt;access-list dmz-in permit ip 192.168.60.0 255.255.255.0 any&lt;/P&gt;&lt;P&gt;access-list nonat permit ip 192.168.50.0 255.255.255.0 172.16.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;access-list nonat permit ip 192.168.50.0 255.255.255.0 host 192.168.60.52&lt;/P&gt;&lt;P&gt;access-list nonat permit ip 192.168.50.0 255.255.255.0 172.21.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;access-list nonat permit ip 192.168.60.0 255.255.255.0 172.16.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;access-list outside_cryptomap_dyn_20 permit ip any 172.21.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;access-list vpn permit ip 192.168.50.0 255.255.255.0 172.16.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;access-list vpn permit ip 192.168.60.0 255.255.255.0 172.16.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;ip address outside xx.xx.xx.xx 255.255.255.128&lt;/P&gt;&lt;P&gt;ip address inside 192.168.50.1 255.255.255.0&lt;/P&gt;&lt;P&gt;ip address d-priv 192.168.60.1 255.255.255.0&lt;/P&gt;&lt;P&gt;ip local pool vpnpool1 172.21.1.100-172.21.1.199&lt;/P&gt;&lt;P&gt;global (outside) 1 xx.xx.xx.xx&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list nonat&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;nat (d-priv) 0 access-list nonat&lt;/P&gt;&lt;P&gt;access-group 100 in interface outside&lt;/P&gt;&lt;P&gt;access-group dmz-in in interface d-priv&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 xx.xx.xx.xx 1&lt;/P&gt;&lt;P&gt;sysopt connection permit-ipsec&lt;/P&gt;&lt;P&gt;crypto ipsec transform-set michigan esp-des esp-md5-hmac&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 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-SHA&lt;/P&gt;&lt;P&gt;crypto dynamic-map outside_dyn_map 20 set security-association lifetime seconds&lt;/P&gt;&lt;P&gt;3600 kilobytes 4608000&lt;/P&gt;&lt;P&gt;crypto map ann_arbor 21 ipsec-isakmp&lt;/P&gt;&lt;P&gt;crypto map ann_arbor 21 match address vpn&lt;/P&gt;&lt;P&gt;crypto map ann_arbor 21 set peer xx.xx.xx.xx&lt;/P&gt;&lt;P&gt;crypto map ann_arbor 21 set transform-set michigan&lt;/P&gt;&lt;P&gt;crypto map ann_arbor 21 set security-association lifetime seconds 3600 kilobytes&lt;/P&gt;&lt;P&gt; 4608000&lt;/P&gt;&lt;P&gt;crypto map ann_arbor 65535 ipsec-isakmp dynamic outside_dyn_map&lt;/P&gt;&lt;P&gt;crypto map ann_arbor interface outside&lt;/P&gt;&lt;P&gt;isakmp enable outside&lt;/P&gt;&lt;P&gt;isakmp key ******** address XX.XX.XX.XX netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;isakmp identity address&lt;/P&gt;&lt;P&gt;isakmp policy 21 authentication pre-share&lt;/P&gt;&lt;P&gt;isakmp policy 21 encryption des&lt;/P&gt;&lt;P&gt;isakmp policy 21 hash md5&lt;/P&gt;&lt;P&gt;isakmp policy 21 group 1&lt;/P&gt;&lt;P&gt;isakmp policy 21 lifetime 86400&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Dec 2004 22:41:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-tunnel-routing-problem/m-p/389751#M554708</guid>
      <dc:creator>gjohnson1963</dc:creator>
      <dc:date>2004-12-28T22:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Tunnel routing problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-tunnel-routing-problem/m-p/389752#M554711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Scott &lt;/P&gt;&lt;P&gt;I got it to work by changing nat (d-priv) 0 access-list nonat to nat (d-priv) 0 access-list vpn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one more problem with my VPN Clients, they can only access the 192.168.50.x network. Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jan 2005 21:49:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-tunnel-routing-problem/m-p/389752#M554711</guid>
      <dc:creator>gjohnson1963</dc:creator>
      <dc:date>2005-01-04T21:49:20Z</dc:date>
    </item>
  </channel>
</rss>

