<?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: Repost: PIX 515E Connection Timeout Problem in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/repost-pix-515e-connection-timeout-problem/m-p/1504460#M618941</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well The fact that the DMZ server on the router's DMZ still works does not guarantee that the IP assigned to the firewall is alive. The most important test that you can do is to get into the firewall via command line and try to ping 4.2.2.2. So far this is what I think is the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1-Since the interface is shown as N/A (On the ASDM I assume), it means that the interface is down.&lt;/P&gt;&lt;P&gt;2-Once this problem happens Here is what you need to do.&lt;/P&gt;&lt;P&gt;&amp;nbsp; Check the IP address that you have assigned via DHCP&lt;/P&gt;&lt;P&gt;&amp;nbsp; Try to ping 4.2.2.2&lt;/P&gt;&lt;P&gt;&amp;nbsp; Check the router for the binding regarding the ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how the test goes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Nov 2010 03:49:01 GMT</pubDate>
    <dc:creator>Maykol Rojas</dc:creator>
    <dc:date>2010-11-03T03:49:01Z</dc:date>
    <item>
      <title>Repost: PIX 515E Connection Timeout Problem</title>
      <link>https://community.cisco.com/t5/network-security/repost-pix-515e-connection-timeout-problem/m-p/1504455#M618936</link>
      <description>&lt;P&gt;I think I posted this in the wrong section earlier and wanted to move it here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="jive-rendered-content"&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ive been having a problem since Ive installed the pix at my office. Our internet is through AT&amp;amp;T Uverse which is VDSL. I read in a few posts that the MTU for DSL connections needs to be set to 1492 as this can cause a problem with the outside connection. I have done this and still no luck. I will post my config file for anyone to hopefully have an answer to why this might be happening to me. Also this happens every night after the office sits idle for Id say around 3 to 5 hours. The only fix so far is to manually power of the PIX and power it back on. Im out of options here and would really appreciate any help. Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX Version 8.0(3) &lt;BR /&gt;!&lt;BR /&gt;hostname XXXXXXXX&lt;BR /&gt;enable password XXXXXXXXXXXXXX encrypted&lt;BR /&gt;names&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0&lt;BR /&gt;description outside interface&lt;BR /&gt;speed 100&lt;BR /&gt;duplex full&lt;BR /&gt;nameif outside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address dhcp setroute &lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1&lt;BR /&gt;description inside interface&lt;BR /&gt;speed 100&lt;BR /&gt;duplex full&lt;BR /&gt;nameif inside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 192.168.254.254 255.255.255.0 &lt;BR /&gt;!&lt;BR /&gt;interface Ethernet2&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 Ethernet3&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 Ethernet4&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 Ethernet5&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;passwd XXXXXXXXXXXX.XXXXXXXXX encrypted&lt;BR /&gt;ftp mode passive&lt;BR /&gt;clock timezone CST -6&lt;BR /&gt;clock summer-time CDT recurring&lt;BR /&gt;same-security-traffic permit inter-interface&lt;BR /&gt;same-security-traffic permit intra-interface&lt;BR /&gt;object-group icmp-type ICMP-INBOUND&lt;BR /&gt;description Permit necessary inbound ICMP traffic&lt;BR /&gt;icmp-object echo-reply&lt;BR /&gt;icmp-object unreachable&lt;BR /&gt;icmp-object time-exceeded&lt;BR /&gt;object-group service RDP tcp&lt;BR /&gt;port-object eq 3389&lt;BR /&gt;object-group protocol PPTPgre&lt;BR /&gt;protocol-object gre&lt;BR /&gt;access-list INBOUND extended permit icmp any any object-group ICMP-INBOUND &lt;BR /&gt;access-list 110 extended permit gre any interface outside &lt;BR /&gt;access-list 110 extended permit tcp any interface outside eq 3389 &lt;BR /&gt;access-list 110 extended permit tcp any interface outside eq pptp &lt;BR /&gt;pager lines 24&lt;BR /&gt;logging enable&lt;BR /&gt;logging console notifications&lt;BR /&gt;logging buffered warnings&lt;BR /&gt;logging asdm notifications&lt;BR /&gt;mtu outside 1492&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;ip verify reverse-path interface outside&lt;BR /&gt;no failover&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;asdm image flash:/asdm-603.bin&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;nat-control&lt;BR /&gt;global (outside) 1 interface&lt;BR /&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;BR /&gt;static (inside,outside) tcp interface pptp 192.168.254.5 pptp netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) tcp interface 3389 192.168.254.252 3389 netmask 255.255.255.255 &lt;BR /&gt;access-group 110 in interface outside&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 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 uauth 0:05:00 absolute&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;aaa authentication ssh console LOCAL &lt;BR /&gt;http server enable&lt;BR /&gt;http 0.0.0.0 0.0.0.0 inside&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart&lt;BR /&gt;crypto ipsec transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac &lt;BR /&gt;crypto ipsec transform-set ESP-DES-SHA esp-des esp-sha-hmac &lt;BR /&gt;crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac &lt;BR /&gt;crypto ipsec transform-set ESP-DES-MD5 esp-des esp-md5-hmac &lt;BR /&gt;crypto ipsec transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac &lt;BR /&gt;crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac &lt;BR /&gt;crypto ipsec transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac &lt;BR /&gt;crypto ipsec transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac &lt;BR /&gt;crypto ipsec transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac &lt;BR /&gt;crypto ipsec transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac &lt;BR /&gt;crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set transform-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-AES-256-MD5 ESP-3DES-SHA ESP-3DES-MD5 ESP-DES-SHA ESP-DES-MD5&lt;BR /&gt;crypto isakmp policy 5&lt;BR /&gt;authentication pre-share&lt;BR /&gt;encryption 3des&lt;BR /&gt;hash sha&lt;BR /&gt;group 2&lt;BR /&gt;lifetime 86400&lt;BR /&gt;crypto isakmp policy 10&lt;BR /&gt;authentication pre-share&lt;BR /&gt;encryption des&lt;BR /&gt;hash sha&lt;BR /&gt;group 2&lt;BR /&gt;lifetime 86400&lt;BR /&gt;no vpn-addr-assign aaa&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;console timeout 0&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;group-policy DfltGrpPolicy attributes&lt;BR /&gt;dns-server value 192.168.254.5&lt;BR /&gt;!&lt;BR /&gt;class-map inspection_default&lt;BR /&gt;match default-inspection-traffic&lt;BR /&gt;class-map pptp-port&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns preset_dns_map&lt;BR /&gt;parameters&lt;BR /&gt;&amp;nbsp; message-length maximum 512&lt;BR /&gt;policy-map global_policy&lt;BR /&gt;class inspection_default&lt;BR /&gt;&amp;nbsp; inspect pptp &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&amp;nbsp; &lt;BR /&gt;&amp;nbsp; inspect sunrpc &lt;BR /&gt;&amp;nbsp; inspect xdmcp &lt;BR /&gt;&amp;nbsp; inspect sip&amp;nbsp; &lt;BR /&gt;&amp;nbsp; inspect netbios &lt;BR /&gt;&amp;nbsp; inspect tftp &lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context &lt;BR /&gt;Cryptochecksum:2444b141647324ab91eb08bb962caedf&lt;BR /&gt;: end&lt;BR /&gt;asdm image flash:/asdm-603.bin&lt;BR /&gt;no asdm history enable&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&lt;!-- [DocumentBodyEnd:25c94b7a-e962-457b-bd1b-020643786446] --&gt;&lt;!-- BEGIN attachments --&gt;&lt;/P&gt;&lt;P&gt;&lt;!-- END attachments --&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 19:03:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/repost-pix-515e-connection-timeout-problem/m-p/1504455#M618936</guid>
      <dc:creator>edockweb1</dc:creator>
      <dc:date>2019-03-11T19:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Repost: PIX 515E Connection Timeout Problem</title>
      <link>https://community.cisco.com/t5/network-security/repost-pix-515e-connection-timeout-problem/m-p/1504456#M618937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What kind of connections are having the timeout?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 02:01:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/repost-pix-515e-connection-timeout-problem/m-p/1504456#M618937</guid>
      <dc:creator>Maykol Rojas</dc:creator>
      <dc:date>2010-11-03T02:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Repost: PIX 515E Connection Timeout Problem</title>
      <link>https://community.cisco.com/t5/network-security/repost-pix-515e-connection-timeout-problem/m-p/1504457#M618938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The outside connection seems to be timing out. Internal network functions normally just loses internet connectivity. Also once&lt;/P&gt;&lt;P&gt;the connection times out I can no longer RDP through the firewall or connect to the internal vpn server. Im puzzled since the syslog doesn't show any abnormal messages other than the ACL blocking access such as this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3|Nov 02 2010|16:43:24|710003|222.154.149.84|99.175.222.171|TCP access denied by ACL from 222.154.149.84/2173 to outside:99.175.222.171/23&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does my config look like it has anything out of the ordinary that could cause this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 02:07:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/repost-pix-515e-connection-timeout-problem/m-p/1504457#M618938</guid>
      <dc:creator>edockweb1</dc:creator>
      <dc:date>2010-11-03T02:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Repost: PIX 515E Connection Timeout Problem</title>
      <link>https://community.cisco.com/t5/network-security/repost-pix-515e-connection-timeout-problem/m-p/1504458#M618939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for&amp;nbsp; the first post, I was leaving the office. Good, so you Internet connectionis going down is that it? I understand that when you loose connectivity you cannot longer RDP to the servers on the inside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the problem is happening, can you ping anything on the internet from the Pix firewall? I see that you have and IP address assigned by DHCP, have you verified if you still have an IP address when the problem happens?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 02:51:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/repost-pix-515e-connection-timeout-problem/m-p/1504458#M618939</guid>
      <dc:creator>Maykol Rojas</dc:creator>
      <dc:date>2010-11-03T02:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: Repost: PIX 515E Connection Timeout Problem</title>
      <link>https://community.cisco.com/t5/network-security/repost-pix-515e-connection-timeout-problem/m-p/1504459#M618940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The outside connection is set to dhcp because the router assigns "static" public ip to firewall by binding it to the mac address of the pix. When the outside connection drops no one behind the firewall can ping outside the firewall, but the internet connection is alive and working because the servers on the routers dmz still have connectivity. Its a funny set up but given the service that is how it has to be. Basiclly Uverse gives a gateway. PIX is designated in bridge mode and assigned public ip. Servers in router dmz are assigned public ip from block by being staticly assigned through dhcp through router. So I am able to verify internet connection is active since I can still access web servers. I did however notice that when the connection on the pix was down there was an N/A ? on the status of the outside link. Is there a keep alive setting or anything like that on the pix I would need to set?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 03:25:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/repost-pix-515e-connection-timeout-problem/m-p/1504459#M618940</guid>
      <dc:creator>edockweb1</dc:creator>
      <dc:date>2010-11-03T03:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Repost: PIX 515E Connection Timeout Problem</title>
      <link>https://community.cisco.com/t5/network-security/repost-pix-515e-connection-timeout-problem/m-p/1504460#M618941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well The fact that the DMZ server on the router's DMZ still works does not guarantee that the IP assigned to the firewall is alive. The most important test that you can do is to get into the firewall via command line and try to ping 4.2.2.2. So far this is what I think is the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1-Since the interface is shown as N/A (On the ASDM I assume), it means that the interface is down.&lt;/P&gt;&lt;P&gt;2-Once this problem happens Here is what you need to do.&lt;/P&gt;&lt;P&gt;&amp;nbsp; Check the IP address that you have assigned via DHCP&lt;/P&gt;&lt;P&gt;&amp;nbsp; Try to ping 4.2.2.2&lt;/P&gt;&lt;P&gt;&amp;nbsp; Check the router for the binding regarding the ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how the test goes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 03:49:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/repost-pix-515e-connection-timeout-problem/m-p/1504460#M618941</guid>
      <dc:creator>Maykol Rojas</dc:creator>
      <dc:date>2010-11-03T03:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Repost: PIX 515E Connection Timeout Problem</title>
      <link>https://community.cisco.com/t5/network-security/repost-pix-515e-connection-timeout-problem/m-p/1504461#M618942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the late response. I had to wait for the problem to occur again. Heres the result of the ping when the interface was down:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;XXXXXXXXX&amp;gt; ping 4.2.2.2&lt;BR /&gt;Type escape sequence to abort.&lt;BR /&gt;Sending 5, 100-byte ICMP Echos to 4.2.2.2, timeout is 2 seconds:&lt;BR /&gt;?????&lt;BR /&gt;Success rate is 0 percent (0/5)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saw it wasn't able to complete the ping so I checked the router to see if the device was still active and it did not show up as being online anymore. Hence the connection between the router and pix was broken. I would assume the problem to be with the router but I have ruled this out since before I installed the PIX I was using a Sonicwall in the same configuration and did not have this problem. Although I believe I remember I told it to keep the connection active and not to time out. This is where I am led to believe the problem is. I think that the PIX hits its 3 hour timeout and shut the port down, but never restarts it, leaving the connection dead. Im not sure if this is exactly how it works but from reading a few other forums it seems that would be possible. Is there anyway to stop it from timing out? Or to set the timeout to 24 hours or something like that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 12:40:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/repost-pix-515e-connection-timeout-problem/m-p/1504461#M618942</guid>
      <dc:creator>edockweb1</dc:creator>
      <dc:date>2010-11-03T12:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Repost: PIX 515E Connection Timeout Problem</title>
      <link>https://community.cisco.com/t5/network-security/repost-pix-515e-connection-timeout-problem/m-p/1504462#M618943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andrew, I'm having the similar problem with UVerse and Cisco PIX setup. Please let me know if you found a resolution to this issue. As it's very frustrating. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Dec 2010 01:50:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/repost-pix-515e-connection-timeout-problem/m-p/1504462#M618943</guid>
      <dc:creator>yguelceIMA_2</dc:creator>
      <dc:date>2010-12-04T01:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Repost: PIX 515E Connection Timeout Problem</title>
      <link>https://community.cisco.com/t5/network-security/repost-pix-515e-connection-timeout-problem/m-p/1504463#M618944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andrew, I may have figured out a run-around for this issue. Added the DHCP/DMZone ip address as a Static IP on the Pix Outside Interface. It has been 4 days since making this change and haven't experienced the issue. Keeping the fingers crossed. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Dec 2010 20:55:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/repost-pix-515e-connection-timeout-problem/m-p/1504463#M618944</guid>
      <dc:creator>yguelceIMA_2</dc:creator>
      <dc:date>2010-12-08T20:55:25Z</dc:date>
    </item>
  </channel>
</rss>

