<?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: Remote lan is not running in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/remote-lan-is-not-running/m-p/1578646#M610007</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amardeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide the following info &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) the use of ACL mcstunnel &lt;/P&gt;&lt;P&gt;2) the NAT config&lt;/P&gt;&lt;P&gt;3) Are you using split tunnel, please provide the screenshot of the route details on the vpn client screen after you connect to the VPN.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; You can view the route details under Status &amp;gt; Statistics &amp;gt; Route Details &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Namit &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 03 Oct 2010 14:05:07 GMT</pubDate>
    <dc:creator>Namit Agarwal</dc:creator>
    <dc:date>2010-10-03T14:05:07Z</dc:date>
    <item>
      <title>Remote lan is not running</title>
      <link>https://community.cisco.com/t5/network-security/remote-lan-is-not-running/m-p/1578644#M610003</link>
      <description>&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have setup a remote vpn on PIX 506 e with aaa-server radius. I am able to connect via AD users.&lt;/P&gt;&lt;P&gt;But When I connect to remote network my local lan and internet runs properly but I can not access remote lan.&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX 506e 6.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_20_cryptomap permit ip 192.168.1.0 255.255.255.0 192.168.5.0&lt;BR /&gt; 255.255.255.0&lt;BR /&gt;access-list mcstunnel permit ip 192.168.1.0 255.255.255.0 192.168.5.0 255.255.25&lt;BR /&gt;5.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip local pool mobile1 192.168.5.1-192.168.5.255&lt;/P&gt;&lt;P&gt;aaa-server RADIUS protocol radius&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;aaa-server partnerauth protocol radius &lt;BR /&gt;aaa-server partnerauth (inside) host 192.168.1.10 cisco123 timeout 5&lt;/P&gt;&lt;P&gt;sysopt connection permit-ipsec&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;crypto ipsec transform-set ESP-3DES-SHA esp-des esp-md5-hmac&lt;/P&gt;&lt;P&gt;crypto dynamic-map outside_map 10 set transform-set ESP-3DES-SHA&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;crypto map outside_map 10 ipsec-isakmp dynamic outside_map&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;crypto map outside_map client authentication partnerauth&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;crypto map outside_map interface outside&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;isakmp enable outside&lt;BR /&gt;isakmp identity address&lt;BR /&gt;isakmp policy 11 authentication pre-share&lt;BR /&gt;isakmp policy 11 encryption des&lt;BR /&gt;isakmp policy 11 hash md5&lt;BR /&gt;isakmp policy 11 group 2&lt;BR /&gt;isakmp policy 11 lifetime 86400&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;vpngroup mcsvpn address-pool mobile1&lt;BR /&gt;vpngroup mcsvpn&amp;nbsp; dns-server 192.168.1.10 &lt;BR /&gt;vpngroup mcsvpn&amp;nbsp; wins-server 192.168.1.10 &lt;BR /&gt;vpngroup mcsvpn&amp;nbsp; default-domain myf.com &lt;BR /&gt;vpngroup mcsvpn&amp;nbsp; idle-time 1800&lt;BR /&gt;vpngroup mcsvpn&amp;nbsp; password 12345&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Amardeep&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 18:49:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/remote-lan-is-not-running/m-p/1578644#M610003</guid>
      <dc:creator>Amardeep Kumar</dc:creator>
      <dc:date>2019-03-11T18:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Remote lan is not running</title>
      <link>https://community.cisco.com/t5/network-security/remote-lan-is-not-running/m-p/1578645#M610004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you say, you can't access remote LAN, you mean you can't access 192.168.1.0/24 network (behind the PIX), right?&lt;/P&gt;&lt;P&gt;Can you share your NAT exemption configuration?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would need to have the following:&lt;/P&gt;&lt;P&gt;access-list nonat permit ip 192.168.1.0 255.255.255.0 192.168.5.0 255.255.255.0&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list nonat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you already have those, please kindly share the config to see what could be the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Oct 2010 01:28:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/remote-lan-is-not-running/m-p/1578645#M610004</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2010-10-03T01:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Remote lan is not running</title>
      <link>https://community.cisco.com/t5/network-security/remote-lan-is-not-running/m-p/1578646#M610007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amardeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide the following info &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) the use of ACL mcstunnel &lt;/P&gt;&lt;P&gt;2) the NAT config&lt;/P&gt;&lt;P&gt;3) Are you using split tunnel, please provide the screenshot of the route details on the vpn client screen after you connect to the VPN.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; You can view the route details under Status &amp;gt; Statistics &amp;gt; Route Details &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Namit &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Oct 2010 14:05:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/remote-lan-is-not-running/m-p/1578646#M610007</guid>
      <dc:creator>Namit Agarwal</dc:creator>
      <dc:date>2010-10-03T14:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Remote lan is not running</title>
      <link>https://community.cisco.com/t5/network-security/remote-lan-is-not-running/m-p/1578647#M610008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now this is working. I did not make a good access list. Now this is fine.&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;Thanks&lt;/P&gt;&lt;P&gt;Amardeep Rana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2010 09:25:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/remote-lan-is-not-running/m-p/1578647#M610008</guid>
      <dc:creator>Amardeep Kumar</dc:creator>
      <dc:date>2010-10-04T09:25:20Z</dc:date>
    </item>
  </channel>
</rss>

