<?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 Default gateway not working ASA 5505 8.4.2 - Packet Tracer 7.2.2 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/default-gateway-not-working-asa-5505-8-4-2-packet-tracer-7-2-2/m-p/4083652#M1070100</link>
    <description>&lt;P&gt;Hy,&lt;/P&gt;&lt;P&gt;I´ve configured a "default route" in my ASA 5505 (8.4.2) but it is not working. When I try to send a packet toward a internet (public address), for instance 172.217.30.14, the packet is dropped with the message below:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Inboud PDU:&lt;/P&gt;&lt;P&gt;1. The device looks up the destination IP address in the CEF table.&lt;/P&gt;&lt;P&gt;2. The CEF table does not have an entry for the destination IP address.&lt;/P&gt;&lt;P&gt;3. The device looks up the destination IP address in the routing table.&lt;/P&gt;&lt;P&gt;Outbound PDU:&lt;/P&gt;&lt;P&gt;1. The routing table finds a routing entry to the destination IP address.&lt;/P&gt;&lt;P&gt;2. The destination network &lt;STRONG&gt;&lt;U&gt;can be reached via 172.217.30.14.&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1. The next-hop IP address is not in the ARP table. The ARP process tries to send an ARP request for that IP address &lt;U&gt;&lt;STRONG&gt;and drops this packet.&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;Why 172.217.30.14?&amp;nbsp;&lt;U&gt;&lt;STRONG&gt;My default gateway is&amp;nbsp;10.11.11.2, instead (my next hop).&lt;/STRONG&gt;&lt;/U&gt; ASA does not send the packet to the default gateway, sends a ARP request (broadcast FFFFFF....) and the Gateway drops the packet.&lt;/P&gt;&lt;P&gt;The entire configuration:&lt;/P&gt;&lt;P&gt;ASA Version 8.4(2)&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;hostname ciscoasa&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;/P&gt;&lt;P&gt;switchport access vlan 249&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/2&lt;/P&gt;&lt;P&gt;switchport access vlan 49&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/3&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/4&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/5&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/6&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/7&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan1&lt;/P&gt;&lt;P&gt;no nameif&lt;/P&gt;&lt;P&gt;no security-level&lt;/P&gt;&lt;P&gt;no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan2&lt;/P&gt;&lt;P&gt;no nameif&lt;/P&gt;&lt;P&gt;no security-level&lt;/P&gt;&lt;P&gt;ip address dhcp&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan49&lt;/P&gt;&lt;P&gt;nameif OUTSIDE&lt;/P&gt;&lt;P&gt;security-level 0&lt;/P&gt;&lt;P&gt;ip address 10.11.11.1 255.255.255.252&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan249&lt;/P&gt;&lt;P&gt;no forward interface Vlan1&lt;/P&gt;&lt;P&gt;nameif INSIDE_CORP&lt;/P&gt;&lt;P&gt;security-level 70&lt;/P&gt;&lt;P&gt;ip address 10.1.249.1 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;object network in_corp&lt;/P&gt;&lt;P&gt;subnet 10.1.249.0 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;route OUTSIDE 0.0.0.0 0.0.0.0 10.11.11.2 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;access-list outside_in extended permit icmp any any echo-reply&lt;/P&gt;&lt;P&gt;access-list outside_in extended permit icmp any any unreachable&lt;/P&gt;&lt;P&gt;access-list outside_in extended deny ip any any&lt;/P&gt;&lt;P&gt;access-list 101 extended permit udp 10.1.249.0 255.255.255.0 host 10.1.20.12 eq domain&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;access-group outside_in in interface OUTSIDE&lt;/P&gt;&lt;P&gt;object network in_corp&lt;/P&gt;&lt;P&gt;nat (INSIDE_CORP,OUTSIDE) dynamic interface&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;class-map inspection_default&lt;/P&gt;&lt;P&gt;match default-inspection-traffic&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt;class inspection_default&lt;/P&gt;&lt;P&gt;inspect dns&lt;/P&gt;&lt;P&gt;inspect http&lt;/P&gt;&lt;P&gt;inspect icmp&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;dhcpd option 3 ip 10.1.249.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;dhcpd address 10.1.249.2-10.1.249.32 INSIDE_CORP&lt;/P&gt;&lt;P&gt;dhcpd dns 10.1.20.12 interface INSIDE_CORP&lt;/P&gt;&lt;P&gt;dhcpd enable INSIDE_CORP&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Leonardo&lt;/P&gt;</description>
    <pubDate>Mon, 11 May 2020 22:41:22 GMT</pubDate>
    <dc:creator>lsoinatel00416</dc:creator>
    <dc:date>2020-05-11T22:41:22Z</dc:date>
    <item>
      <title>Default gateway not working ASA 5505 8.4.2 - Packet Tracer 7.2.2</title>
      <link>https://community.cisco.com/t5/network-security/default-gateway-not-working-asa-5505-8-4-2-packet-tracer-7-2-2/m-p/4083652#M1070100</link>
      <description>&lt;P&gt;Hy,&lt;/P&gt;&lt;P&gt;I´ve configured a "default route" in my ASA 5505 (8.4.2) but it is not working. When I try to send a packet toward a internet (public address), for instance 172.217.30.14, the packet is dropped with the message below:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Inboud PDU:&lt;/P&gt;&lt;P&gt;1. The device looks up the destination IP address in the CEF table.&lt;/P&gt;&lt;P&gt;2. The CEF table does not have an entry for the destination IP address.&lt;/P&gt;&lt;P&gt;3. The device looks up the destination IP address in the routing table.&lt;/P&gt;&lt;P&gt;Outbound PDU:&lt;/P&gt;&lt;P&gt;1. The routing table finds a routing entry to the destination IP address.&lt;/P&gt;&lt;P&gt;2. The destination network &lt;STRONG&gt;&lt;U&gt;can be reached via 172.217.30.14.&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1. The next-hop IP address is not in the ARP table. The ARP process tries to send an ARP request for that IP address &lt;U&gt;&lt;STRONG&gt;and drops this packet.&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;Why 172.217.30.14?&amp;nbsp;&lt;U&gt;&lt;STRONG&gt;My default gateway is&amp;nbsp;10.11.11.2, instead (my next hop).&lt;/STRONG&gt;&lt;/U&gt; ASA does not send the packet to the default gateway, sends a ARP request (broadcast FFFFFF....) and the Gateway drops the packet.&lt;/P&gt;&lt;P&gt;The entire configuration:&lt;/P&gt;&lt;P&gt;ASA Version 8.4(2)&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;hostname ciscoasa&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;/P&gt;&lt;P&gt;switchport access vlan 249&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/2&lt;/P&gt;&lt;P&gt;switchport access vlan 49&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/3&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/4&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/5&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/6&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/7&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan1&lt;/P&gt;&lt;P&gt;no nameif&lt;/P&gt;&lt;P&gt;no security-level&lt;/P&gt;&lt;P&gt;no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan2&lt;/P&gt;&lt;P&gt;no nameif&lt;/P&gt;&lt;P&gt;no security-level&lt;/P&gt;&lt;P&gt;ip address dhcp&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan49&lt;/P&gt;&lt;P&gt;nameif OUTSIDE&lt;/P&gt;&lt;P&gt;security-level 0&lt;/P&gt;&lt;P&gt;ip address 10.11.11.1 255.255.255.252&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan249&lt;/P&gt;&lt;P&gt;no forward interface Vlan1&lt;/P&gt;&lt;P&gt;nameif INSIDE_CORP&lt;/P&gt;&lt;P&gt;security-level 70&lt;/P&gt;&lt;P&gt;ip address 10.1.249.1 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;object network in_corp&lt;/P&gt;&lt;P&gt;subnet 10.1.249.0 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;route OUTSIDE 0.0.0.0 0.0.0.0 10.11.11.2 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;access-list outside_in extended permit icmp any any echo-reply&lt;/P&gt;&lt;P&gt;access-list outside_in extended permit icmp any any unreachable&lt;/P&gt;&lt;P&gt;access-list outside_in extended deny ip any any&lt;/P&gt;&lt;P&gt;access-list 101 extended permit udp 10.1.249.0 255.255.255.0 host 10.1.20.12 eq domain&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;access-group outside_in in interface OUTSIDE&lt;/P&gt;&lt;P&gt;object network in_corp&lt;/P&gt;&lt;P&gt;nat (INSIDE_CORP,OUTSIDE) dynamic interface&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;class-map inspection_default&lt;/P&gt;&lt;P&gt;match default-inspection-traffic&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt;class inspection_default&lt;/P&gt;&lt;P&gt;inspect dns&lt;/P&gt;&lt;P&gt;inspect http&lt;/P&gt;&lt;P&gt;inspect icmp&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;dhcpd option 3 ip 10.1.249.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;dhcpd address 10.1.249.2-10.1.249.32 INSIDE_CORP&lt;/P&gt;&lt;P&gt;dhcpd dns 10.1.20.12 interface INSIDE_CORP&lt;/P&gt;&lt;P&gt;dhcpd enable INSIDE_CORP&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Leonardo&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 22:41:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/default-gateway-not-working-asa-5505-8-4-2-packet-tracer-7-2-2/m-p/4083652#M1070100</guid>
      <dc:creator>lsoinatel00416</dc:creator>
      <dc:date>2020-05-11T22:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Default gateway not working ASA 5505 8.4.2 - Packet Tracer 7.2.2</title>
      <link>https://community.cisco.com/t5/network-security/default-gateway-not-working-asa-5505-8-4-2-packet-tracer-7-2-2/m-p/4083657#M1070101</link>
      <description>&lt;BR /&gt;please attach your PT file here; must be in zip format I think</description>
      <pubDate>Mon, 11 May 2020 22:50:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/default-gateway-not-working-asa-5505-8-4-2-packet-tracer-7-2-2/m-p/4083657#M1070101</guid>
      <dc:creator>Martin L</dc:creator>
      <dc:date>2020-05-11T22:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Default gateway not working ASA 5505 8.4.2 - Packet Tracer 7.2.2</title>
      <link>https://community.cisco.com/t5/network-security/default-gateway-not-working-asa-5505-8-4-2-packet-tracer-7-2-2/m-p/4083679#M1070102</link>
      <description>&lt;P&gt;Hi, attached the PT file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best;&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 23:27:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/default-gateway-not-working-asa-5505-8-4-2-packet-tracer-7-2-2/m-p/4083679#M1070102</guid>
      <dc:creator>lsoinatel00416</dc:creator>
      <dc:date>2020-05-11T23:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Default gateway not working ASA 5505 8.4.2 - Packet Tracer 7.2.2</title>
      <link>https://community.cisco.com/t5/network-security/default-gateway-not-working-asa-5505-8-4-2-packet-tracer-7-2-2/m-p/4083688#M1070103</link>
      <description>&lt;P&gt;Hi, attached the entire net (.pkt)&lt;/P&gt;&lt;P&gt;Take a look "ASA&amp;nbsp;ASA-SP" -&amp;nbsp;You can try ping "&lt;A href="http://www.google.com" target="_blank"&gt;www.google.com&lt;/A&gt;" from notebook "Corporativo TI(DHCP)". When the packet get in the ASA-SP, it sends a broadcast ARP (I don´t know why) and dropped it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Leonardo&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 23:46:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/default-gateway-not-working-asa-5505-8-4-2-packet-tracer-7-2-2/m-p/4083688#M1070103</guid>
      <dc:creator>lsoinatel00416</dc:creator>
      <dc:date>2020-05-11T23:46:05Z</dc:date>
    </item>
  </channel>
</rss>

