<?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: Lost connection to PIX in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/lost-connection-to-pix/m-p/238618#M586372</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try checking your license connections. &lt;/P&gt;&lt;P&gt;Do a 'show local-host' and look for denied connections. Compare this to your licensed connections in the 'show version'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sh local-host&lt;/P&gt;&lt;P&gt;Interface inside: 5 active, 8 maximum active, 0 denied&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Jan 2004 15:57:35 GMT</pubDate>
    <dc:creator>t.moxon</dc:creator>
    <dc:date>2004-01-08T15:57:35Z</dc:date>
    <item>
      <title>Lost connection to PIX</title>
      <link>https://community.cisco.com/t5/network-security/lost-connection-to-pix/m-p/238616#M586370</link>
      <description>&lt;P&gt;I have a very basic config on a PIX515E with 6.3(1).  Approx. every 10 min I loose connection with the firewall from an inside host and can not get out to the internet or use PDM.  The firewall can not ping the inside host.  Below is the config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I submit the clear arp command I get connection back.  Why?  Is this something to do with the license which is restricted?  Show arp gives me 4 lan addresses on the outside interface and the one host on the inside interface for a total of 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX Version 6.3(1)&lt;/P&gt;&lt;P&gt;interface ethernet0 auto&lt;/P&gt;&lt;P&gt;interface ethernet1 auto&lt;/P&gt;&lt;P&gt;interface ethernet2 auto&lt;/P&gt;&lt;P&gt;nameif ethernet0 outside security0&lt;/P&gt;&lt;P&gt;nameif ethernet1 inside security100&lt;/P&gt;&lt;P&gt;nameif ethernet2 intf2 security4&lt;/P&gt;&lt;P&gt;hostname firewall&lt;/P&gt;&lt;P&gt;domain-name nnn.nnn.nnn&lt;/P&gt;&lt;P&gt;fixup protocol ftp 21&lt;/P&gt;&lt;P&gt;fixup protocol h323 h225 1720&lt;/P&gt;&lt;P&gt;fixup protocol h323 ras 1718-1719&lt;/P&gt;&lt;P&gt;fixup protocol http 80&lt;/P&gt;&lt;P&gt;fixup protocol ils 389&lt;/P&gt;&lt;P&gt;fixup protocol rsh 514&lt;/P&gt;&lt;P&gt;fixup protocol rtsp 554&lt;/P&gt;&lt;P&gt;fixup protocol sip 5060&lt;/P&gt;&lt;P&gt;fixup protocol sip udp 5060&lt;/P&gt;&lt;P&gt;fixup protocol skinny 2000&lt;/P&gt;&lt;P&gt;fixup protocol smtp 25&lt;/P&gt;&lt;P&gt;fixup protocol sqlnet 1521&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;logging on&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;mtu intf2 1500&lt;/P&gt;&lt;P&gt;ip address outside xxx.xxx.xxx.nnn 255.255.255.0&lt;/P&gt;&lt;P&gt;ip address inside 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;no ip address intf2&lt;/P&gt;&lt;P&gt;ip audit info action alarm&lt;/P&gt;&lt;P&gt;ip audit attack action alarm&lt;/P&gt;&lt;P&gt;pdm location 192.168.1.20 255.255.255.255 inside&lt;/P&gt;&lt;P&gt;pdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;global (outside) 1 xxx.xxx.xxx.ttt-xxx.xxx.xxx.www netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;global (outside) 1 xxx.xxx.xxx.yyy&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0 0 0&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 xxx.xxx.xxx.xxx&lt;/P&gt;&lt;P&gt;timeout xlate 3:00:00&lt;/P&gt;&lt;P&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00&lt;/P&gt;&lt;P&gt;timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00&lt;/P&gt;&lt;P&gt;timeout uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ protocol tacacs+ &lt;/P&gt;&lt;P&gt;aaa-server RADIUS protocol radius &lt;/P&gt;&lt;P&gt;aaa-server LOCAL protocol local &lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 192.168.1.20 255.255.255.255 inside&lt;/P&gt;&lt;P&gt;no snmp-server location&lt;/P&gt;&lt;P&gt;no snmp-server contact&lt;/P&gt;&lt;P&gt;snmp-server community public&lt;/P&gt;&lt;P&gt;no snmp-server enable traps&lt;/P&gt;&lt;P&gt;floodguard enable&lt;/P&gt;&lt;P&gt;sysopt connection permit-ipsec&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh timeout 20&lt;/P&gt;&lt;P&gt;console timeout 0&lt;/P&gt;&lt;P&gt;terminal width 80 &lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 07:10:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/lost-connection-to-pix/m-p/238616#M586370</guid>
      <dc:creator>todtaylor</dc:creator>
      <dc:date>2020-02-21T07:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Lost connection to PIX</title>
      <link>https://community.cisco.com/t5/network-security/lost-connection-to-pix/m-p/238617#M586371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i also had somewhat the same trouble with the PIX...just try out this command and see...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sysopt noproxyarp inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ramesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2003 05:48:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/lost-connection-to-pix/m-p/238617#M586371</guid>
      <dc:creator>ramesh.krishnan</dc:creator>
      <dc:date>2003-12-26T05:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Lost connection to PIX</title>
      <link>https://community.cisco.com/t5/network-security/lost-connection-to-pix/m-p/238618#M586372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try checking your license connections. &lt;/P&gt;&lt;P&gt;Do a 'show local-host' and look for denied connections. Compare this to your licensed connections in the 'show version'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sh local-host&lt;/P&gt;&lt;P&gt;Interface inside: 5 active, 8 maximum active, 0 denied&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2004 15:57:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/lost-connection-to-pix/m-p/238618#M586372</guid>
      <dc:creator>t.moxon</dc:creator>
      <dc:date>2004-01-08T15:57:35Z</dc:date>
    </item>
  </channel>
</rss>

