<?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 Firewall behind two GLBP routers in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/firewall-behind-two-glbp-routers/m-p/1983845#M435447</link>
    <description>&lt;P&gt;Hi,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I have problem in the configuration of Cisco ASA 5520, IOS version 8.4. The connection is as follows: LAN network--&amp;gt; Firewall --&amp;gt; Routers with GLBP with virtual ip address. the clients can not ping the virtual interface of the GLBP group, but I can ping it from the firewall, and I can ping the clients from the firewall, I checked the packet tracer it gives :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 7&lt;/P&gt;&lt;P&gt;Type: NAT&lt;/P&gt;&lt;P&gt;Subtype:&lt;/P&gt;&lt;P&gt;Result: DROP&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;nat (inside10,outside) source dynamic LAN interface&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;Forward Flow based lookup yields rule:&lt;/P&gt;&lt;P&gt;in&amp;nbsp; id=0x74331ed8, priority=6, domain=nat, deny=false&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; hits=1390, user_data=0x74334578, cs_id=0x0, use_real_addr, flags=0x0, protocol=0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; src ip/id=10.X.X.X, mask=255.255.0.0, port=0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #333333; text-decoration: underline; "&gt;dst ip/id=0.0.0.0, mask=0.0.0.0, port=0, dscp=0x0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; input_ifc=inside10, output_ifc=outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The firewall configuration is as follows:&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;interface GigabitEthernet0/0&lt;BR /&gt;nameif outside&lt;BR /&gt;security-level 0&lt;BR /&gt;ip address XX.XX.0.XX 255.255.255.240&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1.10&lt;BR /&gt;description DataVLAN&lt;BR /&gt;vlan 10&lt;BR /&gt;nameif inside10&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address X.X.X.X 255.255.0.0&lt;/P&gt;&lt;P&gt;object-group network LAN&lt;BR /&gt;network-object X.X.X.X 255.255.0.0&lt;/P&gt;&lt;P&gt;nat (inside10,outside) source dynamic LAN interface&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 GLBP_Virtual_Interface&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;policy-map global_policy&lt;BR /&gt;class inspection_default&lt;BR /&gt;&amp;nbsp; inspect dns preset_dns_map&lt;BR /&gt;&amp;nbsp; inspect ftp&lt;BR /&gt;&amp;nbsp; inspect h323 h225&lt;BR /&gt;&amp;nbsp; inspect h323 ras&lt;BR /&gt;&amp;nbsp; inspect rsh&lt;BR /&gt;&amp;nbsp; inspect rtsp&lt;BR /&gt;&amp;nbsp; inspect esmtp&lt;BR /&gt;&amp;nbsp; inspect sqlnet&lt;BR /&gt;&amp;nbsp; inspect skinny&lt;BR /&gt;&amp;nbsp; inspect sunrpc&lt;BR /&gt;&amp;nbsp; inspect xdmcp&lt;BR /&gt;&amp;nbsp; inspect sip&lt;BR /&gt;&amp;nbsp; inspect netbios&lt;BR /&gt;&amp;nbsp; inspect tftp&lt;BR /&gt;&amp;nbsp; inspect ip-options&lt;BR /&gt;&amp;nbsp; inspect icmp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; The GLBP Routers are configured with natting also as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/0&lt;BR /&gt;description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-GE 0/0$&lt;BR /&gt;ip address ISP_CLIENT_SIDE 255.255.255.252&lt;BR /&gt;ip nat outside&lt;BR /&gt;ip virtual-reassembly in&lt;BR /&gt;duplex auto&lt;BR /&gt;speed auto&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt;ip address XX.XX.0.XX 255.255.255.240&lt;BR /&gt;ip nat inside&lt;BR /&gt;ip virtual-reassembly in&lt;BR /&gt;glbp 1 ip GLBP_VIRTUAL_IP&lt;BR /&gt;duplex auto&lt;BR /&gt;speed auto&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ip nat inside source list 1 interface GigabitEthernet0/0 overload&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 ISP_GW&lt;/P&gt;&lt;P&gt;access-list 1 permit any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;Essa&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 23:13:14 GMT</pubDate>
    <dc:creator>essa.anas</dc:creator>
    <dc:date>2019-03-11T23:13:14Z</dc:date>
    <item>
      <title>Firewall behind two GLBP routers</title>
      <link>https://community.cisco.com/t5/network-security/firewall-behind-two-glbp-routers/m-p/1983845#M435447</link>
      <description>&lt;P&gt;Hi,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I have problem in the configuration of Cisco ASA 5520, IOS version 8.4. The connection is as follows: LAN network--&amp;gt; Firewall --&amp;gt; Routers with GLBP with virtual ip address. the clients can not ping the virtual interface of the GLBP group, but I can ping it from the firewall, and I can ping the clients from the firewall, I checked the packet tracer it gives :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 7&lt;/P&gt;&lt;P&gt;Type: NAT&lt;/P&gt;&lt;P&gt;Subtype:&lt;/P&gt;&lt;P&gt;Result: DROP&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;nat (inside10,outside) source dynamic LAN interface&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;Forward Flow based lookup yields rule:&lt;/P&gt;&lt;P&gt;in&amp;nbsp; id=0x74331ed8, priority=6, domain=nat, deny=false&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; hits=1390, user_data=0x74334578, cs_id=0x0, use_real_addr, flags=0x0, protocol=0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; src ip/id=10.X.X.X, mask=255.255.0.0, port=0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #333333; text-decoration: underline; "&gt;dst ip/id=0.0.0.0, mask=0.0.0.0, port=0, dscp=0x0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; input_ifc=inside10, output_ifc=outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The firewall configuration is as follows:&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;interface GigabitEthernet0/0&lt;BR /&gt;nameif outside&lt;BR /&gt;security-level 0&lt;BR /&gt;ip address XX.XX.0.XX 255.255.255.240&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1.10&lt;BR /&gt;description DataVLAN&lt;BR /&gt;vlan 10&lt;BR /&gt;nameif inside10&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address X.X.X.X 255.255.0.0&lt;/P&gt;&lt;P&gt;object-group network LAN&lt;BR /&gt;network-object X.X.X.X 255.255.0.0&lt;/P&gt;&lt;P&gt;nat (inside10,outside) source dynamic LAN interface&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 GLBP_Virtual_Interface&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;policy-map global_policy&lt;BR /&gt;class inspection_default&lt;BR /&gt;&amp;nbsp; inspect dns preset_dns_map&lt;BR /&gt;&amp;nbsp; inspect ftp&lt;BR /&gt;&amp;nbsp; inspect h323 h225&lt;BR /&gt;&amp;nbsp; inspect h323 ras&lt;BR /&gt;&amp;nbsp; inspect rsh&lt;BR /&gt;&amp;nbsp; inspect rtsp&lt;BR /&gt;&amp;nbsp; inspect esmtp&lt;BR /&gt;&amp;nbsp; inspect sqlnet&lt;BR /&gt;&amp;nbsp; inspect skinny&lt;BR /&gt;&amp;nbsp; inspect sunrpc&lt;BR /&gt;&amp;nbsp; inspect xdmcp&lt;BR /&gt;&amp;nbsp; inspect sip&lt;BR /&gt;&amp;nbsp; inspect netbios&lt;BR /&gt;&amp;nbsp; inspect tftp&lt;BR /&gt;&amp;nbsp; inspect ip-options&lt;BR /&gt;&amp;nbsp; inspect icmp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; The GLBP Routers are configured with natting also as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/0&lt;BR /&gt;description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-GE 0/0$&lt;BR /&gt;ip address ISP_CLIENT_SIDE 255.255.255.252&lt;BR /&gt;ip nat outside&lt;BR /&gt;ip virtual-reassembly in&lt;BR /&gt;duplex auto&lt;BR /&gt;speed auto&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt;ip address XX.XX.0.XX 255.255.255.240&lt;BR /&gt;ip nat inside&lt;BR /&gt;ip virtual-reassembly in&lt;BR /&gt;glbp 1 ip GLBP_VIRTUAL_IP&lt;BR /&gt;duplex auto&lt;BR /&gt;speed auto&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ip nat inside source list 1 interface GigabitEthernet0/0 overload&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 ISP_GW&lt;/P&gt;&lt;P&gt;access-list 1 permit any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;Essa&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 23:13:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firewall-behind-two-glbp-routers/m-p/1983845#M435447</guid>
      <dc:creator>essa.anas</dc:creator>
      <dc:date>2019-03-11T23:13:14Z</dc:date>
    </item>
    <item>
      <title>Firewall behind two GLBP routers</title>
      <link>https://community.cisco.com/t5/network-security/firewall-behind-two-glbp-routers/m-p/1983846#M435448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Essa,&lt;/P&gt;&lt;P&gt;Interesting.&amp;nbsp; What do the syslogs show? What is your packet tracer trigger? Could you pls. copy and paste it pls and the entire output as well. What is inside the object LAN?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kureli&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Jun 2012 16:40:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firewall-behind-two-glbp-routers/m-p/1983846#M435448</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2012-06-03T16:40:35Z</dc:date>
    </item>
  </channel>
</rss>

