<?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 506E PROBLEM in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-506e-problem/m-p/967245#M916785</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using the outside interface ip, It's my public IP also. Sorry but I don't know how to include the ports on to the ACL. I give you five stars for your support !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Jul 2008 17:12:57 GMT</pubDate>
    <dc:creator>godzilla0</dc:creator>
    <dc:date>2008-07-15T17:12:57Z</dc:date>
    <item>
      <title>PIX 506E PROBLEM</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e-problem/m-p/967213#M916716</link>
      <description>&lt;P&gt; I'm at job configuring a Cisco PIX 506E, and I have a problem.&lt;/P&gt;&lt;P&gt;The outside interface can't reach the router wich bring the local net to the internet. I don't want anything by now but to reach the internet and do some port forwarding for some local servers. I don't care about any other aspect of the PIX as a firewall because it's a spare and we want it only to replace an old router. Then we want to do IPSEC tunneling but that's another history. By now I only want the PIX to do the same function as the old router. It could be interesting to erase everything and start from scratch . . . this is my configuration data on the old router:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ROUTER IP ADDRESS: 192.169.7.100 netmask 255.255.255.0 ( 192.169.7.0 is the local subnet )&lt;/P&gt;&lt;P&gt;INTERNET IP ADDRESS: 213.x.x.202 netmask 255.0.0.0&lt;/P&gt;&lt;P&gt;GATEWAY: 213.x.178.29&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok. This is my actual PIX configuration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface ethernet0 auto&lt;/P&gt;&lt;P&gt;interface ethernet1 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;enable password xxx&lt;/P&gt;&lt;P&gt;passwd xxx&lt;/P&gt;&lt;P&gt;hostname pixfirewall&lt;/P&gt;&lt;P&gt;domain-name work.com&lt;/P&gt;&lt;P&gt;fixup protocol dns maximum-length 512&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 http 80-88&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;fixup protocol tftp 69&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;access-list ping-acl remark allow pings on the outside&lt;/P&gt;&lt;P&gt;access-list ping-acl permit icmp any any&lt;/P&gt;&lt;P&gt;access-list inbound permit icmp any any&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any any eq www&lt;/P&gt;&lt;P&gt;access-list permit_icmp permit icmp any any&lt;/P&gt;&lt;P&gt;pager lines 24&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 213.x.x.202 255.0.0.0&lt;/P&gt;&lt;P&gt;ip address inside 192.169.7.100 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 interface&lt;/P&gt;&lt;P&gt;nat (inside) 1 192.169.7.0 255.255.255.0 0 0&lt;/P&gt;&lt;P&gt;access-group permit_icmp in interface outside&lt;/P&gt;&lt;P&gt;conduit permit tcp host 0.0.0.0 eq 81 host 192.169.7.2&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 213.229.178.29 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 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 TACACS+ max-failed-attempts 3&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ deadtime 10&lt;/P&gt;&lt;P&gt;aaa-server RADIUS protocol radius&lt;/P&gt;&lt;P&gt;aaa-server RADIUS max-failed-attempts 3&lt;/P&gt;&lt;P&gt;aaa-server RADIUS deadtime 10&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.0 255.255.255.0 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;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh 192.169.1.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;ssh 192.169.7.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;console timeout 0&lt;/P&gt;&lt;P&gt;terminal width 80&lt;/P&gt;&lt;P&gt;Cryptochecksum:xxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I can reach the PIX but I can't get out of it to the inet. I don't know why, If you can answer this one, then it would be interesting to know how to make 1 port forwarding from the inet to an specific server of the local subnet on port, for example 8080. Thank you so much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 00:57:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e-problem/m-p/967213#M916716</guid>
      <dc:creator>godzilla0</dc:creator>
      <dc:date>2019-03-13T00:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 506E PROBLEM</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e-problem/m-p/967214#M916724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need a NAT translation,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp [public IP] 8080 [private IP] 8080&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;don't forget to add the port &amp;amp; protocol in your outside ACL too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2008 12:29:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e-problem/m-p/967214#M916724</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2008-07-15T12:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 506E PROBLEM</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e-problem/m-p/967215#M916738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the NAT translation hint, but I need to know why I can't access the internet with this configuration. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2008 12:35:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e-problem/m-p/967215#M916738</guid>
      <dc:creator>godzilla0</dc:creator>
      <dc:date>2008-07-15T12:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 506E PROBLEM</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e-problem/m-p/967216#M916746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you ping the ISP router? If yes, can you ping an internet address (4.2.2.2)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2008 12:36:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e-problem/m-p/967216#M916746</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2008-07-15T12:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 506E PROBLEM</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e-problem/m-p/967217#M916750</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;Try to access some website on the Internet and then, issue this command on the PIX, to see whether NAT is happening or not.&lt;/P&gt;&lt;P&gt;"show xlate"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then do " clear xlate" and again try to access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now suppose you want to forward connections on the Outside IP of PIX on port 8080 to the server inside(suppose 192.169.7.100) on 8080 from Internet :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static(inside,outside) tcp interface 8080 192.169.7.100 8080 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list out-in permit tcp any interface outside eq 8080&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2008 12:37:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e-problem/m-p/967217#M916750</guid>
      <dc:creator>dhananjoy chowdhury</dc:creator>
      <dc:date>2008-07-15T12:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 506E PROBLEM</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e-problem/m-p/967218#M916755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, no . . I can't ping the ISP router. That's the main problem. I think I must connect the inside iface with the external iface ??? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OUTPUT:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pixfirewall# ping 213.229.178.29&lt;/P&gt;&lt;P&gt;	213.229.178.29 NO response received -- 1000ms&lt;/P&gt;&lt;P&gt;	213.229.178.29 NO response received -- 1000ms&lt;/P&gt;&lt;P&gt;	213.229.178.29 NO response received -- 1000ms&lt;/P&gt;&lt;P&gt;pixfirewall# ping 4.2.2.2&lt;/P&gt;&lt;P&gt;	4.2.2.2 NO response received -- 1000ms&lt;/P&gt;&lt;P&gt;	4.2.2.2 NO response received -- 1000ms&lt;/P&gt;&lt;P&gt;	4.2.2.2 NO response received -- 1000ms&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT: ( BOTH INTERFACES ARE UP )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2008 12:43:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e-problem/m-p/967218#M916755</guid>
      <dc:creator>godzilla0</dc:creator>
      <dc:date>2008-07-15T12:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 506E PROBLEM</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e-problem/m-p/967219#M916759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi thank you for your help ! No, this is the output for the show xlate:&lt;/P&gt;&lt;P&gt;pixfirewall# show xlate&lt;/P&gt;&lt;P&gt;55 in use, 177 most used&lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1576) Local 192.169.7.240(36315) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1577) Local 192.169.7.240(47101) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1578) Local 192.169.7.240(56852) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1579) Local 192.169.7.4(49151) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1580) Local 192.169.7.240(45379) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1581) Local 192.169.7.240(53988) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1582) Local 192.169.7.1(34708) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1583) Local 192.169.7.240(55006) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1568) Local 192.169.7.240(53147) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1569) Local 192.169.7.4(49147) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1570) Local 192.169.7.240(54975) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1571) Local 192.169.7.4(49149) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1572) Local 192.169.7.240(35676) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1573) Local 192.169.7.240(33532) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1574) Local 192.169.7.4(49150) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1575) Local 192.169.7.240(34880) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1592) Local 192.169.7.240(49059) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1593) Local 192.169.7.4(49155) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1594) Local 192.169.7.240(46846) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1595) Local 192.169.7.4(49156) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1584) Local 192.169.7.4(49152) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1585) Local 192.169.7.240(42149) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1586) Local 192.169.7.1(34709) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1587) Local 192.169.7.4(49153) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1588) Local 192.169.7.240(53754) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1589) Local 192.169.7.4(49154) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1590) Local 192.169.7.1(34710) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1591) Local 192.169.7.240(38344) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1544) Local 192.169.7.4(49140) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1545) Local 192.169.7.4(49141) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1546) Local 192.169.7.240(38441) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1547) Local 192.169.7.240(43015) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1548) Local 192.169.7.240(46285) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1549) Local 192.169.7.240(53807) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1550) Local 192.169.7.240(50523) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1551) Local 192.169.7.240(59858) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1543) Local 192.169.7.1(34707) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1560) Local 192.169.7.240(60751) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1561) Local 192.169.7.240(39161) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1562) Local 192.169.7.4(49144) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1563) Local 192.169.7.240(33474) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1564) Local 192.169.7.240(56606) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1565) Local 192.169.7.240(37736) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1566) Local 192.169.7.4(49146) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1567) Local 192.169.7.240(43717) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1552) Local 192.169.7.4(49142) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1553) Local 192.169.7.240(46145) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1554) Local 192.169.7.240(46275) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1555) Local 192.169.7.240(44372) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1556) Local 192.169.7.240(35713) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1557) Local 192.169.7.240(49242) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1558) Local 192.169.7.240(42007) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1559) Local 192.169.7.4(49143) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1085) Local 192.169.7.2(45939) &lt;/P&gt;&lt;P&gt;PAT Global 213.27.252.202(1086) Local 192.169.7.240(38588) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2008 12:43:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e-problem/m-p/967219#M916759</guid>
      <dc:creator>godzilla0</dc:creator>
      <dc:date>2008-07-15T12:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 506E PROBLEM</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e-problem/m-p/967220#M916760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what type of cable do you have connected from the port of the PIX to the ISP router? is it cross-over or straight through??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I would clear up your PIX configuration, to be honest I would start from scratch - you can set the PIX to its factory default configuration - if your box is running version 6.2 or above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2008 12:54:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e-problem/m-p/967220#M916760</guid>
      <dc:creator>jmia</dc:creator>
      <dc:date>2008-07-15T12:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 506E PROBLEM</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e-problem/m-p/967221#M916761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is your setup like this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;((ISP))---z---(Internet-Router)----&amp;lt;&lt;PIX&gt;&amp;gt;--LAN&lt;/PIX&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If , yes then what Jay has said could be a point... check the connectivity between the PIX and the Internet Router.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2008 13:07:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e-problem/m-p/967221#M916761</guid>
      <dc:creator>dhananjoy chowdhury</dc:creator>
      <dc:date>2008-07-15T13:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 506E PROBLEM</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e-problem/m-p/967222#M916762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The cable it's crossover, but I changed it to a plain one nad the results are the same.&lt;/P&gt;&lt;P&gt;Can you tell me how to wipe out the config ?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2008 13:10:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e-problem/m-p/967222#M916762</guid>
      <dc:creator>godzilla0</dc:creator>
      <dc:date>2008-07-15T13:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 506E PROBLEM</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e-problem/m-p/967223#M916763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From my side the setup is like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LAN-------PIX-----ISP ( a router probably )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so: Inside-&amp;gt; 192.169.7.100&lt;/P&gt;&lt;P&gt;    Outside-&amp;gt; 213.27.252.202&lt;/P&gt;&lt;P&gt;    Default route (ispgateway)-&amp;gt;213.229.178.29&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2008 13:13:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e-problem/m-p/967223#M916763</guid>
      <dc:creator>godzilla0</dc:creator>
      <dc:date>2008-07-15T13:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 506E PROBLEM</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e-problem/m-p/967224#M916764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok... keep the cross-over cable and ask your ISP to clear the router ARP cache for you. You can reset the PIX to factory default configuration by issuing (in config mode)..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;configure factory-default &lt;INSIDE ip="" addrs=""&gt; &lt;MASK&gt;&lt;/MASK&gt;&lt;/INSIDE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the reset - rebuild your configuration but this time with no ACLs just the basics i.e. outside IP address with correct mask address and inside ip address and correct mask plus corret default gateway to the ISP router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can then troubleshoot the problem further and build your PIX configuration up further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I am little confused as you mention 'router probably on your post' is it a router or modem??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Speak soon...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2008 13:20:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e-problem/m-p/967224#M916764</guid>
      <dc:creator>jmia</dc:creator>
      <dc:date>2008-07-15T13:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 506E PROBLEM</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e-problem/m-p/967225#M916765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help ! I'm sure the ISP device it's a router. I'm at a datacenter and I'm sure there are no modem connections for the costumers. Ok right now I'm wiping the config. I'll post again some minutes later.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2008 13:23:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e-problem/m-p/967225#M916765</guid>
      <dc:creator>godzilla0</dc:creator>
      <dc:date>2008-07-15T13:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 506E PROBLEM</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e-problem/m-p/967226#M916766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I did conf term, then configure factory-default 192.169.7.100 255.255.255.0, the process goes on but then if I do show conf the configurations remains the same. I even tryed to do it and then reboot the PIX but the configuration doesn't go away. Any comments ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT: Ok I'm sorry I only needed to do write mem to visualize the changes made. Now it's clear.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2008 13:46:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e-problem/m-p/967226#M916766</guid>
      <dc:creator>godzilla0</dc:creator>
      <dc:date>2008-07-15T13:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 506E PROBLEM</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e-problem/m-p/967227#M916767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which version is on your 506 is it above 6.2 code? Did you issue write mem??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2008 13:51:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e-problem/m-p/967227#M916767</guid>
      <dc:creator>jmia</dc:creator>
      <dc:date>2008-07-15T13:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 506E PROBLEM</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e-problem/m-p/967228#M916768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it's done now. I edited last post to include that. Ok. Now, can I erase all the DHCP stuff that comes by default ? I don't need it. As all the servers on this subnet are using static ip addressing.  &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2008 13:55:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e-problem/m-p/967228#M916768</guid>
      <dc:creator>godzilla0</dc:creator>
      <dc:date>2008-07-15T13:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 506E PROBLEM</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e-problem/m-p/967229#M916769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good... yes you can erase the DHCP, do (in config mode)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear dhcpd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;save with - wr m&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then we can carry on....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2008 14:00:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e-problem/m-p/967229#M916769</guid>
      <dc:creator>jmia</dc:creator>
      <dc:date>2008-07-15T14:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 506E PROBLEM</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e-problem/m-p/967230#M916770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok now that's done. First warning.&lt;/P&gt;&lt;P&gt;I did: ip address inside 192.169.7.100 255.255.255.0, no problem.&lt;/P&gt;&lt;P&gt;But then I did ip address outside 213.27.252.202 255.0.0.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the following warning appear:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WARNING: unable to add route to OSPF RIB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2008 14:05:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e-problem/m-p/967230#M916770</guid>
      <dc:creator>godzilla0</dc:creator>
      <dc:date>2008-07-15T14:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 506E PROBLEM</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e-problem/m-p/967231#M916771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is that the correct MASK for that IP? It should be in the form...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;213.27.252.202 255.255.255.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my next question is.. how many public IP addresses has been assigned to you by your ISP? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2008 14:10:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e-problem/m-p/967231#M916771</guid>
      <dc:creator>jmia</dc:creator>
      <dc:date>2008-07-15T14:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 506E PROBLEM</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e-problem/m-p/967232#M916772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok now we are going the good way. I can ping the ISP router and the google's IP. But if I ping to the google IP from any of the servers on the local subnet I can't reach anything.&lt;/P&gt;&lt;P&gt;The successful ping are executed from the router's CLI. Thanks !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2008 14:16:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e-problem/m-p/967232#M916772</guid>
      <dc:creator>godzilla0</dc:creator>
      <dc:date>2008-07-15T14:16:47Z</dc:date>
    </item>
  </channel>
</rss>

