<?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: Strange PIX problem in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/strange-pix-problem/m-p/186057#M590493</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Repeated message&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Aug 2003 07:27:07 GMT</pubDate>
    <dc:creator>j.khandia</dc:creator>
    <dc:date>2003-08-27T07:27:07Z</dc:date>
    <item>
      <title>Strange PIX problem</title>
      <link>https://community.cisco.com/t5/network-security/strange-pix-problem/m-p/186051#M590483</link>
      <description>&lt;P&gt;I have a Cisco PIX 506e securing a small network. It has been working fine allowing internet access for my users and VPN traffic apart from a very strange fault has occured over the last couple of days whereby some users on the network have internet access while others do not. Settings on users PC's are identicle apart from the static ip address which is unique for each PC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When looking at syslog error messages I see the following error for users who can't connect&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%PIX-3-305006: regular translation creation failed for udp src inside:192.168.0.21/1052 dst outside:192.168.78.29/53&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any ideas anyone on how I can fix this?&lt;/P&gt;&lt;P&gt;The baffling thing is some users have internet access while others do not.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 06:57:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/strange-pix-problem/m-p/186051#M590483</guid>
      <dc:creator>j.khandia</dc:creator>
      <dc:date>2020-02-21T06:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Strange PIX problem</title>
      <link>https://community.cisco.com/t5/network-security/strange-pix-problem/m-p/186052#M590484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jamal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The PIX error message '%PIX-3-305006' means the following :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%PIX-3-305006: type translation creation failed for protocol&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Explanation   A protocol (UDP, TCP, or ICMP) failed to create a translation through the PIX Firewall. The type can be static, portmapped (PAT), or regular.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Action This message can be either an internal error or an error in the configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, in saying this can you post your configuration either here on the forum or if you like direct to myself at: &lt;A href="mailto:noc1@vodafone.net"&gt;noc1@vodafone.net&lt;/A&gt; - PLEASE REMEMBER TO CHANGE PASSWORDS AND REAL IP's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks --&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2003 13:27:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/strange-pix-problem/m-p/186052#M590484</guid>
      <dc:creator>jmia</dc:creator>
      <dc:date>2003-08-26T13:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Strange PIX problem</title>
      <link>https://community.cisco.com/t5/network-security/strange-pix-problem/m-p/186053#M590487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for getting back to me. I have seen the interpretation of the error message on the cisco  website but it doesn't give me any clues as to how to cure the error. Attached is the config ay help would be realy appreciated. This config has been running on the PIX for 3 months without problems. Only now has it developed this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX Version 6.2(2)&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;enable  &lt;/P&gt;&lt;P&gt;passwd &lt;/P&gt;&lt;P&gt;hostname pixfirewall&lt;/P&gt;&lt;P&gt;domain-name &lt;/P&gt;&lt;P&gt;fixup protocol ftp 21&lt;/P&gt;&lt;P&gt;fixup protocol http 80&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 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 smtp 25&lt;/P&gt;&lt;P&gt;fixup protocol sqlnet 1521&lt;/P&gt;&lt;P&gt;fixup protocol sip 5060&lt;/P&gt;&lt;P&gt;fixup protocol skinny 2000&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;access-list acl_in permit tcp any any eq www&lt;/P&gt;&lt;P&gt;access-list acl_in permit tcp any any eq domain&lt;/P&gt;&lt;P&gt;access-list acl_in permit udp any any eq domain&lt;/P&gt;&lt;P&gt;access-list acl_in permit tcp any any eq https&lt;/P&gt;&lt;P&gt;access-list acl_in permit udp any any range netbios-ns 139&lt;/P&gt;&lt;P&gt;access-list acl_in permit tcp any any range 137 netbios-ssn&lt;/P&gt;&lt;P&gt;access-list acl_in permit icmp any any&lt;/P&gt;&lt;P&gt;access-list acl_in deny tcp any any eq 4444&lt;/P&gt;&lt;P&gt;access-list acl_in deny tcp any any eq 69&lt;/P&gt;&lt;P&gt;access-list acl_in deny tcp any any eq 135&lt;/P&gt;&lt;P&gt;access-list no_nat permit ip x.x.x.x 255.255.255.0 x.x.x.x 255.255.255.0&lt;/P&gt;&lt;P&gt;access-list vpn permit ip x.x.x.x 255.255.255.0 x.x.x.x 255.255.255.0&lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;logging on&lt;/P&gt;&lt;P&gt;logging monitor warnings&lt;/P&gt;&lt;P&gt;logging trap debugging&lt;/P&gt;&lt;P&gt;logging host inside x.x.x.x&lt;/P&gt;&lt;P&gt;interface ethernet0 auto&lt;/P&gt;&lt;P&gt;interface ethernet1 auto&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;ip address outside x.x.x.x x.x.x.x&lt;/P&gt;&lt;P&gt;ip address inside x.x.x.x 255.255.255.0&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 logging informational 100&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 x.x.x.x-x.x.x.x&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list no_nat&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;access-group acl_in in interface inside&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 x.x.x.x 1&lt;/P&gt;&lt;P&gt;timeout xlate 0:05: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 h323 0:05:00 si&lt;/P&gt;&lt;P&gt;p 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;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;no sysopt route dnat&lt;/P&gt;&lt;P&gt;crypto ipsec transform-set myset esp-des esp-md5-hmac&lt;/P&gt;&lt;P&gt;crypto map newmap 10 ipsec-isakmp&lt;/P&gt;&lt;P&gt;crypto map newmap 10 match address &lt;/P&gt;&lt;P&gt;crypto map newmap 10 set peer x.x.x.x&lt;/P&gt;&lt;P&gt;crypto map newmap 10 set transform-set myset&lt;/P&gt;&lt;P&gt;crypto map newmap interface outside&lt;/P&gt;&lt;P&gt;isakmp enable outside&lt;/P&gt;&lt;P&gt;isakmp key ******** address x.x.x.x netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;isakmp identity address&lt;/P&gt;&lt;P&gt;isakmp policy 10 authentication pre-share&lt;/P&gt;&lt;P&gt;isakmp policy 10 encryption des&lt;/P&gt;&lt;P&gt;isakmp policy 10 hash md5&lt;/P&gt;&lt;P&gt;isakmp policy 10 group 2&lt;/P&gt;&lt;P&gt;isakmp policy 10 lifetime 86400&lt;/P&gt;&lt;P&gt;telnet x.x.x.x 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;terminal width 80&lt;/P&gt;&lt;P&gt;Cryptochecksum:&lt;/P&gt;&lt;P&gt;pixfirewall#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2003 15:31:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/strange-pix-problem/m-p/186053#M590487</guid>
      <dc:creator>j.khandia</dc:creator>
      <dc:date>2003-08-26T15:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Strange PIX problem</title>
      <link>https://community.cisco.com/t5/network-security/strange-pix-problem/m-p/186054#M590488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you take out the following ACL :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list vpn permit ip x.x.x.x 255.255.255.0 x.x.x.x 255.255.255.0&lt;/P&gt;&lt;P&gt;access-list acl_in deny tcp any any eq 69 &lt;/P&gt;&lt;P&gt;access-list acl_in deny tcp any any eq 135 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember to save to config with command 'write memory' and also do command 'clear xlate' after your change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and see if you get the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks -&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2003 20:00:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/strange-pix-problem/m-p/186054#M590488</guid>
      <dc:creator>jmia</dc:creator>
      <dc:date>2003-08-26T20:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Strange PIX problem</title>
      <link>https://community.cisco.com/t5/network-security/strange-pix-problem/m-p/186055#M590490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list vpn permit ip x.x.x.x 255.255.255.0 x.x.x.x 255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Relates to a VPN I have setup and so I can't remove this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list acl_in deny tcp any any eq 69 &lt;/P&gt;&lt;P&gt;access-list acl_in deny tcp any any eq 135 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both relate to the blaster worm that hit PC's last week and prevents the blaster from hitting any of the PC's on the inside interface.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2003 06:49:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/strange-pix-problem/m-p/186055#M590490</guid>
      <dc:creator>j.khandia</dc:creator>
      <dc:date>2003-08-27T06:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Strange PIX problem</title>
      <link>https://community.cisco.com/t5/network-security/strange-pix-problem/m-p/186056#M590492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jamal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason I was asking for removal of the above two access-list is your original error is stating that a inside client(IP) failed to build a UDP connection to the outside IP, As TCP/UDP use port 135 and you are denying port 135 with the access-list then you are likely to see the formentioned error. I'm aware of the 'blaster worm virus' and the port it uses to attack clients. You could test your firewall to see if there are any 'holes' visible from the outside (Internet) by going to the following site: &lt;A class="jive-link-custom" href="http://www.grc.com" target="_blank"&gt;www.grc.com&lt;/A&gt; and use 'Shields UP' (This is a secure site).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, looking at the error message, the inside client (IP) is trying to connect to a outside DNS client (port 53 for UDP). Another thing is, you say that the VPN access-list can't be removed, But you have no command 'nat(inside)0 access-list VPN' for the mentioned access-list ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know your thoughts -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks - Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2003 07:15:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/strange-pix-problem/m-p/186056#M590492</guid>
      <dc:creator>jmia</dc:creator>
      <dc:date>2003-08-27T07:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Strange PIX problem</title>
      <link>https://community.cisco.com/t5/network-security/strange-pix-problem/m-p/186057#M590493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Repeated message&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2003 07:27:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/strange-pix-problem/m-p/186057#M590493</guid>
      <dc:creator>j.khandia</dc:creator>
      <dc:date>2003-08-27T07:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Strange PIX problem</title>
      <link>https://community.cisco.com/t5/network-security/strange-pix-problem/m-p/186058#M590494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your help and time on this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The VPN access list does actually have a &lt;/P&gt;&lt;P&gt;nat(inside)0 access-list VPN command in the config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I sent across a slightly older config which did work as I wasn't at the office when I sent it through.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I looked at the config again this morning and found that if I issued the following command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear xlate &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this allowed machines to connect however as I went round to each machine I found that if I connected more than 4 machines then the same problem would occur again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The deny tcp access list statements were actually added after this problem occured and having just removed them after your posting this seem to have no effect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jamal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2003 07:34:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/strange-pix-problem/m-p/186058#M590494</guid>
      <dc:creator>j.khandia</dc:creator>
      <dc:date>2003-08-27T07:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Strange PIX problem</title>
      <link>https://community.cisco.com/t5/network-security/strange-pix-problem/m-p/186059#M590496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jamal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK, Can you post your current config and also what sort of licence have you got for the PIX i.e. Ristricted, Unristricted etc.. a 'show version' Will tell you this. MAKESURE TO CHANGE REAL IP's and PASSWORDS. Or if you like post direct to me at &lt;A href="mailto:noc1@vodafone.net"&gt;noc1@vodafone.net&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks - Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2003 10:26:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/strange-pix-problem/m-p/186059#M590496</guid>
      <dc:creator>jmia</dc:creator>
      <dc:date>2003-08-27T10:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Strange PIX problem</title>
      <link>https://community.cisco.com/t5/network-security/strange-pix-problem/m-p/186060#M590500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The PIX has a restricted licence. Since my last I have fixed the issue. I setup PAT on the PIX and this allowed all users to connect and I have had no problems reported so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jamal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2003 10:35:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/strange-pix-problem/m-p/186060#M590500</guid>
      <dc:creator>j.khandia</dc:creator>
      <dc:date>2003-08-27T10:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Strange PIX problem</title>
      <link>https://community.cisco.com/t5/network-security/strange-pix-problem/m-p/186061#M590504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had a similar problem with a Pix a few months back.&lt;/P&gt;&lt;P&gt;The problem was diagnosed as a buffer overflow.&lt;/P&gt;&lt;P&gt;and was fixed with a patch from Cisco.&lt;/P&gt;&lt;P&gt;You may try a clear xlate and see if that temporarily solves your problem.&lt;/P&gt;&lt;P&gt;If it does you may need to get a patch from Cisco.&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;CP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2003 19:02:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/strange-pix-problem/m-p/186061#M590504</guid>
      <dc:creator>cpalayoor</dc:creator>
      <dc:date>2003-08-27T19:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Strange PIX problem</title>
      <link>https://community.cisco.com/t5/network-security/strange-pix-problem/m-p/186062#M590506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks I will take this up with Cisco and try and get a patch from them. I tried the clear xlate a few days back and it does clear down the translations however I get the same problem after more than 4 machines try to connect to the internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I entered a single global port address translation address and this seems to have fixed the issue for now.&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;Jamal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2003 09:11:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/strange-pix-problem/m-p/186062#M590506</guid>
      <dc:creator>j.khandia</dc:creator>
      <dc:date>2003-08-28T09:11:56Z</dc:date>
    </item>
  </channel>
</rss>

