<?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: Cannot route leased line traffic from third interface to LAN in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cannot-route-leased-line-traffic-from-third-interface-to-lan/m-p/3695058#M14484</link>
    <description>Unlike routers/switches, as Ajay mentioned, you can't source ping from ASA&lt;BR /&gt;inside interface.&lt;BR /&gt;</description>
    <pubDate>Sun, 26 Aug 2018 09:18:05 GMT</pubDate>
    <dc:creator>Mohammed al Baqari</dc:creator>
    <dc:date>2018-08-26T09:18:05Z</dc:date>
    <item>
      <title>Cannot route leased line traffic from third interface to LAN</title>
      <link>https://community.cisco.com/t5/network-security/cannot-route-leased-line-traffic-from-third-interface-to-lan/m-p/3694648#M14480</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; I'm new to the community and hoping someone can shed some light on my issue. I have a leased line coming in to connect two sites,&amp;nbsp;&amp;nbsp;Right now I have an ASA 5508-X that I'm preparing to use for one site.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; The sites are set up as follows: SiteA, SiteB SiteC and SiteD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SiteC and SiteD are both connected to SiteB via a Site-To-Site VPN connection. SiteA and SiteB will have the leased line between them. I am working on the ASA for SiteA.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The issue I seem to have is I cannot ping traffic from the inside interface to the SiteC network. I can, (Or at least I could) ping from the leased line interface to SiteC.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ultimately I'd like to get SiteA to access all the other sites. Here's my config so far:&lt;/P&gt;
&lt;P&gt;!&lt;BR /&gt;interface GigabitEthernet1/1&lt;BR /&gt; nameif outside&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address 10.0.10.1 255.0.0.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/2&lt;BR /&gt; nameif inside&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 192.168.2.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/3&lt;BR /&gt; nameif LeasedLine&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address 192.168.254.249 255.255.255.252&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/4&lt;BR /&gt; shutdown&lt;BR /&gt; no nameif&lt;BR /&gt; no security-level&lt;BR /&gt; no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/5&lt;BR /&gt; shutdown&lt;BR /&gt; no nameif&lt;BR /&gt; no security-level&lt;BR /&gt; no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/6&lt;BR /&gt; shutdown&lt;BR /&gt; no nameif&lt;BR /&gt; no security-level&lt;BR /&gt; no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/7&lt;BR /&gt; shutdown&lt;BR /&gt; no nameif&lt;BR /&gt; no security-level&lt;BR /&gt; no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/8&lt;BR /&gt; shutdown&lt;BR /&gt; no nameif&lt;BR /&gt; no security-level&lt;BR /&gt; no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Management1/1&lt;BR /&gt; management-only&lt;BR /&gt; nameif mgmt&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address 192.168.45.45 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;dns server-group DefaultDNS&lt;BR /&gt; domain-name corp.corporate.com&lt;BR /&gt;same-security-traffic permit inter-interface&lt;BR /&gt;same-security-traffic permit intra-interface&lt;BR /&gt;object network obj_any&lt;BR /&gt; subnet 0.0.0.0 0.0.0.0&lt;BR /&gt;object network SiteB&lt;BR /&gt; subnet 192.168.3.0 255.255.255.0&lt;BR /&gt;object network LEASE-LeasedLine-GW&lt;BR /&gt; host 192.168.254.250&lt;BR /&gt; description LEASE LeasedLine GATEWAY&lt;BR /&gt;object network SiteC&lt;BR /&gt; subnet 192.168.9.0 255.255.255.0&lt;BR /&gt; description SiteC-NETWORK&lt;BR /&gt;object network SiteD&lt;BR /&gt; subnet 192.168.0.0 255.255.254.0&lt;BR /&gt; description Core Office&lt;BR /&gt;object network inside-network&lt;BR /&gt; subnet 192.168.2.0 255.255.255.0&lt;BR /&gt;access-list alert-interval 3600&lt;BR /&gt;access-list LeasedLine_access_in extended permit ip any any&lt;BR /&gt;access-list global_access extended permit ip object inside-network any&lt;BR /&gt;access-list global_access extended permit ip object SiteB object inside-network&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging enable&lt;BR /&gt;logging asdm debugging&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;mtu LeasedLine 1500&lt;BR /&gt;mtu mgmt 1500&lt;BR /&gt;no failover&lt;BR /&gt;no monitor-interface service-module&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;icmp permit any inside&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;no arp permit-nonconnected&lt;BR /&gt;arp rate-limit 16384&lt;BR /&gt;nat (LeasedLine,inside) source static SiteB SiteB destination static inside-network inside-network no-proxy-arp&lt;BR /&gt;nat (inside,LeasedLine) source static inside-network inside-network destination static SiteB SiteB no-proxy-arp&lt;BR /&gt;!&lt;BR /&gt;nat (inside,outside) after-auto source dynamic any interface&lt;BR /&gt;access-group LeasedLine_access_in in interface LeasedLine&lt;BR /&gt;access-group global_access global&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 10.0.0.1 1&lt;BR /&gt;route LeasedLine 192.168.0.0 255.255.254.0 192.168.254.250 1&lt;BR /&gt;route LeasedLine 192.168.3.0 255.255.255.0 192.168.254.250 1&lt;BR /&gt;route LeasedLine 192.168.9.0 255.255.255.0 192.168.254.250 1&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout pat-xlate 0:00:30&lt;BR /&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 sctp 0:02:00 icmp 0:00:02&lt;BR /&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;BR /&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;BR /&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;BR /&gt;timeout tcp-proxy-reassembly 0:01:00&lt;BR /&gt;timeout floating-conn 0:00:00&lt;BR /&gt;timeout conn-holddown 0:00:15&lt;BR /&gt;timeout igp stale-route 0:01:10&lt;BR /&gt;user-identity default-domain LOCAL&lt;BR /&gt;aaa authentication http console LOCAL&lt;BR /&gt;aaa authentication login-history&lt;BR /&gt;http server enable&lt;BR /&gt;http 192.168.1.0 255.255.255.0 inside&lt;BR /&gt;http 0.0.0.0 0.0.0.0 inside&lt;BR /&gt;http 0.0.0.0 0.0.0.0 mgmt&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;service sw-reset-button&lt;BR /&gt;crypto ipsec security-association pmtu-aging infinite&lt;BR /&gt;crypto ca trustpool policy&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh stricthostkeycheck&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;ssh key-exchange group dh-group1-sha1&lt;BR /&gt;console timeout 0&lt;/P&gt;
&lt;P&gt;dhcpd auto_config outside&lt;BR /&gt;!&lt;BR /&gt;threat-detection basic-threat&lt;BR /&gt;threat-detection statistics port&lt;BR /&gt;threat-detection statistics protocol&lt;BR /&gt;threat-detection statistics access-list&lt;BR /&gt;threat-detection statistics tcp-intercept rate-interval 30 burst-rate 400 average-rate 200&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;username admin password &lt;BR /&gt;!&lt;BR /&gt;class-map inspection_default&lt;BR /&gt; match default-inspection-traffic&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns preset_dns_map&lt;BR /&gt; parameters&lt;BR /&gt; message-length maximum client auto&lt;BR /&gt; message-length maximum 512&lt;BR /&gt; no tcp-inspection&lt;BR /&gt;policy-map global_policy&lt;BR /&gt; class inspection_default&lt;BR /&gt; inspect dns preset_dns_map&lt;BR /&gt; inspect ftp&lt;BR /&gt; inspect h323 h225&lt;BR /&gt; inspect h323 ras&lt;BR /&gt; inspect rsh&lt;BR /&gt; inspect rtsp&lt;BR /&gt; inspect esmtp&lt;BR /&gt; inspect sqlnet&lt;BR /&gt; inspect skinny&lt;BR /&gt; inspect sunrpc&lt;BR /&gt; inspect xdmcp&lt;BR /&gt; inspect sip&lt;BR /&gt; inspect netbios&lt;BR /&gt; inspect tftp&lt;BR /&gt; inspect ip-options&lt;BR /&gt; inspect icmp&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context&lt;BR /&gt;no call-home reporting anonymous&lt;BR /&gt;hpm topN enable&lt;BR /&gt;Cryptochecksum:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for any input.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 16:08:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-route-leased-line-traffic-from-third-interface-to-lan/m-p/3694648#M14480</guid>
      <dc:creator>David4309</dc:creator>
      <dc:date>2020-02-21T16:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot route leased line traffic from third interface to LAN</title>
      <link>https://community.cisco.com/t5/network-security/cannot-route-leased-line-traffic-from-third-interface-to-lan/m-p/3695047#M14482</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can not&amp;nbsp; source the traffic from inside interface of ASA A and ping across any other interface. This is true unless you are running a vpn between site A and site B, which is not the case. This is a security feature.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have a host/server connected behind the inside interface of ASA A, you should be able to reach site C or D if the connectivity is established.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH&lt;BR /&gt;AJ&lt;/P&gt;</description>
      <pubDate>Sun, 26 Aug 2018 07:25:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-route-leased-line-traffic-from-third-interface-to-lan/m-p/3695047#M14482</guid>
      <dc:creator>Ajay Saini</dc:creator>
      <dc:date>2018-08-26T07:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot route leased line traffic from third interface to LAN</title>
      <link>https://community.cisco.com/t5/network-security/cannot-route-leased-line-traffic-from-third-interface-to-lan/m-p/3695058#M14484</link>
      <description>Unlike routers/switches, as Ajay mentioned, you can't source ping from ASA&lt;BR /&gt;inside interface.&lt;BR /&gt;</description>
      <pubDate>Sun, 26 Aug 2018 09:18:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-route-leased-line-traffic-from-third-interface-to-lan/m-p/3695058#M14484</guid>
      <dc:creator>Mohammed al Baqari</dc:creator>
      <dc:date>2018-08-26T09:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot route leased line traffic from third interface to LAN</title>
      <link>https://community.cisco.com/t5/network-security/cannot-route-leased-line-traffic-from-third-interface-to-lan/m-p/3695604#M14485</link>
      <description>&lt;P&gt;Right now I have a basic router attached directly to the leased line interface. I can ping from inside the asa over the leased line interface to the SiteA.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My explanation was a little confusing. Since SiteA and SiteB are connected via the leased line, I meant to say that SiteB can be pinged, but I cannot ping from SiteB to SiteA. I also cannot seem to pass traffic from SiteB to SiteA. I can, however initiate a request from SiteA and get to SiteB.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sites C and D are not important yet, I need to get A and B working, then I can work on the others.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I guess my question would be am I going about this the correct way? Should I be putting other hardware in place instead of just an ASA? Should the MPLS circuit be inside my network and not directly attached to the ASA?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Aug 2018 15:25:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-route-leased-line-traffic-from-third-interface-to-lan/m-p/3695604#M14485</guid>
      <dc:creator>David4309</dc:creator>
      <dc:date>2018-08-27T15:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot route leased line traffic from third interface to LAN</title>
      <link>https://community.cisco.com/t5/network-security/cannot-route-leased-line-traffic-from-third-interface-to-lan/m-p/3695945#M14486</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Can you please attach a rough topology so that we can understand the topology better.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;AJ&lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2018 06:16:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-route-leased-line-traffic-from-third-interface-to-lan/m-p/3695945#M14486</guid>
      <dc:creator>Ajay Saini</dc:creator>
      <dc:date>2018-08-28T06:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot route leased line traffic from third interface to LAN</title>
      <link>https://community.cisco.com/t5/network-security/cannot-route-leased-line-traffic-from-third-interface-to-lan/m-p/3696362#M14487</link>
      <description>&lt;P&gt;Here is is quick and dirty explanation of the network. MPLS lines are proposed and not working. Everything else is.&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MPLS-ISSUES2.jpg" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/17607iF23EEA767E87C417/image-size/large?v=v2&amp;amp;px=999" role="button" title="MPLS-ISSUES2.jpg" alt="MPLS-ISSUES2.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2018 16:54:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-route-leased-line-traffic-from-third-interface-to-lan/m-p/3696362#M14487</guid>
      <dc:creator>David4309</dc:creator>
      <dc:date>2018-08-28T16:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot route leased line traffic from third interface to LAN</title>
      <link>https://community.cisco.com/t5/network-security/cannot-route-leased-line-traffic-from-third-interface-to-lan/m-p/3696550#M14489</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The way I have in my organization is that MPLS is terminating on a dedicated router and route pointing to to the core switch. The core switch default gateway points to ASA and specific routes point to MPLS router for any traffic that needs to go over the MPLS links. I am not sure if you have a mesh topology.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this is supposed to be a full mesh topology, better to have a router for this purpose terminating the MPLS links.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In your case, if you need help, please provide the complete config for all the device from site A and site B and the source and destination ip addresses. We need to troubleshoot this hop by hop.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;AJ&lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2018 20:39:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-route-leased-line-traffic-from-third-interface-to-lan/m-p/3696550#M14489</guid>
      <dc:creator>Ajay Saini</dc:creator>
      <dc:date>2018-08-28T20:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot route leased line traffic from third interface to LAN</title>
      <link>https://community.cisco.com/t5/network-security/cannot-route-leased-line-traffic-from-third-interface-to-lan/m-p/3698293#M14490</link>
      <description>&lt;P&gt;This is not a true mesh topology.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At this point I don't mind putting a router behind the ASA and handling the routing there. I was reading an article that appears to be appropriate:&amp;nbsp;&lt;/P&gt;
&lt;H1&gt;&lt;FONT size="3"&gt;&lt;A href="http://wiki-see.info/wp/category/firewalsl/cisco-asa/page/2/" target="_blank"&gt;http://wiki-see.info/wp/category/firewalsl/cisco-asa/page/2/&lt;/A&gt;&lt;/FONT&gt;&lt;/H1&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;I was looking at the article titled "TCP State bypass on a Cisco ASA" This seems to apply to my situation.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;The remote networks are flat. No layer-3 and there is no way to put in a layer 3 network (budgets!).&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;If anyone has an opinion on this, please share it.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2018 22:08:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-route-leased-line-traffic-from-third-interface-to-lan/m-p/3698293#M14490</guid>
      <dc:creator>David4309</dc:creator>
      <dc:date>2018-08-30T22:08:17Z</dc:date>
    </item>
  </channel>
</rss>

