<?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 515E cannot ping or assign DHCP addresses to the inside  in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-515e-cannot-ping-or-assign-dhcp-addresses-to-the-inside/m-p/1715412#M562938</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;okay then since my cable modem service is not connected yet, am I to assume that the E0 outside interface to the cable modem is also a straight or cross?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 May 2011 21:36:42 GMT</pubDate>
    <dc:creator>dbakopanos</dc:creator>
    <dc:date>2011-05-07T21:36:42Z</dc:date>
    <item>
      <title>pix 515E cannot ping or assign DHCP addresses to the inside clients</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-cannot-ping-or-assign-dhcp-addresses-to-the-inside/m-p/1715410#M562934</link>
      <description>&lt;P&gt;I have a PIX 515E that I want to use to as a border between my internet connection and my Cisco AIR1131AG.&amp;nbsp; I have configured the PIX to have the outside interface as a dhcp client which gets its dynamic IP address from the cable modem. the AP is connected to the E1 inside interface. Now I could see the E1 interface from the arp table from the AP but I cannot ping it. From the firewall I don't see the ARP&amp;nbsp; table&amp;nbsp; from the firewall. and i cannot ping the AP. what is wrong with the configuration? side note, i am able to connect to the AIR1131AG from my laptop I was not able to retrieve an IP address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FW1 - CONFIGURATION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Ethernet0&lt;BR /&gt; description uplink towards the techsavvy modem &lt;BR /&gt; speed 100&lt;BR /&gt; nameif outside&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address dhcp setroute &lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1&lt;BR /&gt; description &amp;gt;&amp;gt;&amp;gt; WIFI LAN ACCESS &amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt; nameif inside&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 10.0.0.1 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat-control&amp;nbsp;&amp;nbsp; &lt;BR /&gt;global (outside) 1 interface&lt;BR /&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dhcpd address 10.0.0.10-10.0.0.254 inside&lt;BR /&gt;dhcpd dns 8.4.4.4 8.8.8.8&lt;BR /&gt;dhcpd lease 3600&lt;BR /&gt;dhcpd ping_timeout 50&lt;BR /&gt;dhcpd auto_config inside&lt;BR /&gt;dhcpd enable inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TestFirewall# ping 10.0.0.1&lt;BR /&gt;Sending 5, 100-byte ICMP Echos to 10.0.0.1, timeout is 2 seconds:&lt;BR /&gt;!!!!!&lt;BR /&gt;Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms&lt;BR /&gt;TestFirewall# ping 10.0.0.2&lt;BR /&gt;Sending 5, 100-byte ICMP Echos to 10.0.0.2, timeout is 2 seconds:&lt;BR /&gt;?????&lt;BR /&gt;Success rate is 0 percent (0/5)&lt;BR /&gt;TestFirewall#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;TestFirewall# sho arp &lt;BR /&gt;TestFirewall# &lt;BR /&gt;TestFirewall# show arp stati&lt;BR /&gt;TestFirewall# show arp statistics &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Number of ARP entries in PIX: 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dropped blocks in ARP: 34&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Maximum Queued blocks: 2&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Queued blocks: 1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Interface collision ARPs Received: 0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ARP-defense Gratuitous ARPS sent: 0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Total ARP retries: 92&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Unresolved hosts: 1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Maximum Unresolved hosts: 1&lt;BR /&gt;TestFirewall#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;------------ AIR1131AG CONFIGURATION -------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;interface FastEthernet0&lt;BR /&gt; no ip address&lt;BR /&gt; no ip route-cache&lt;BR /&gt; duplex auto&lt;BR /&gt; speed auto&lt;BR /&gt; bridge-group 1&lt;BR /&gt; no bridge-group 1 source-learning&lt;BR /&gt; bridge-group 1 spanning-disabled&lt;BR /&gt;!&lt;BR /&gt;interface BVI1&lt;BR /&gt; ip address 10.0.0.2 255.255.255.0&lt;BR /&gt; no ip route-cache&lt;BR /&gt;!&lt;BR /&gt;ip default-gateway 10.0.0.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;TestBedAP#&lt;BR /&gt;TestBedAP#sh arp&lt;BR /&gt;Protocol&amp;nbsp; Address&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Age (min)&amp;nbsp; Hardware Addr&amp;nbsp;&amp;nbsp; Type&amp;nbsp;&amp;nbsp; Interface&lt;BR /&gt;Internet&amp;nbsp; 10.0.0.2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;nbsp;&amp;nbsp; 0023.0425.46aa&amp;nbsp; ARPA&amp;nbsp;&amp;nbsp; BVI1&lt;BR /&gt;Internet&amp;nbsp; 10.0.0.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp; 001b.54ae.f5f9&amp;nbsp; ARPA&amp;nbsp;&amp;nbsp; BVI1&lt;BR /&gt;TestBedAP#&lt;BR /&gt;TestBedAP#&lt;BR /&gt;TestBedAP#ping 10.0.0.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Type escape sequence to abort.&lt;BR /&gt;Sending 5, 100-byte ICMP Echos to 10.0.0.1, timeout is 2 seconds:&lt;BR /&gt;.....&lt;BR /&gt;Success rate is 0 percent (0/5)&lt;BR /&gt;TestBedAP#ping 10.0.0.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Type escape sequence to abort.&lt;BR /&gt;Sending 5, 100-byte ICMP Echos to 10.0.0.2, timeout is 2 seconds:&lt;BR /&gt;!!!!!&lt;BR /&gt;Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms&lt;BR /&gt;TestBedAP#&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 20:30:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-cannot-ping-or-assign-dhcp-addresses-to-the-inside/m-p/1715410#M562934</guid>
      <dc:creator>dbakopanos</dc:creator>
      <dc:date>2019-03-11T20:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: pix 515E cannot ping or assign DHCP addresses to the inside</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-cannot-ping-or-assign-dhcp-addresses-to-the-inside/m-p/1715411#M562936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i believe you will need a crossover cable to connect AP and PIX&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 May 2011 20:35:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-cannot-ping-or-assign-dhcp-addresses-to-the-inside/m-p/1715411#M562936</guid>
      <dc:creator>Roman Rodichev</dc:creator>
      <dc:date>2011-05-07T20:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: pix 515E cannot ping or assign DHCP addresses to the inside</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-cannot-ping-or-assign-dhcp-addresses-to-the-inside/m-p/1715412#M562938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;okay then since my cable modem service is not connected yet, am I to assume that the E0 outside interface to the cable modem is also a straight or cross?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 May 2011 21:36:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-cannot-ping-or-assign-dhcp-addresses-to-the-inside/m-p/1715412#M562938</guid>
      <dc:creator>dbakopanos</dc:creator>
      <dc:date>2011-05-07T21:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: pix 515E cannot ping or assign DHCP addresses to the inside</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-cannot-ping-or-assign-dhcp-addresses-to-the-inside/m-p/1715413#M562941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your cable modem is probably auto-mdix, so it won't matter if you use straight through or cross over cable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 May 2011 22:27:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-cannot-ping-or-assign-dhcp-addresses-to-the-inside/m-p/1715413#M562941</guid>
      <dc:creator>Roman Rodichev</dc:creator>
      <dc:date>2011-05-07T22:27:06Z</dc:date>
    </item>
  </channel>
</rss>

