<?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 501 Problem in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-501-problem/m-p/517310#M501247</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes my dear friend, There is an cisco router 3841, i solved the problem with the Firewall, i just had to configure a default gateway!!!! that was parameter that was missing. But your advise was very helpfull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 May 2006 12:41:40 GMT</pubDate>
    <dc:creator>Paul Webster</dc:creator>
    <dc:date>2006-05-26T12:41:40Z</dc:date>
    <item>
      <title>Pix 501 Problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-problem/m-p/517304#M501241</link>
      <description>&lt;P&gt;I can not configure a pix 501 like a firewall, i need to know if it comes with a default configuration. I connect the PIX to the LAN and it start´s to DHCP every machine on the network with no problem, but none of the user´s can access the internet.&lt;/P&gt;&lt;P&gt;i need to know what should i do to get access to the internet and security protection to the network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where can i get information to configure the Pix if i realy need to configure it!!!&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 08:54:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-problem/m-p/517304#M501241</guid>
      <dc:creator>Paul Webster</dc:creator>
      <dc:date>2020-02-21T08:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 501 Problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-problem/m-p/517305#M501242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ...  basically you need the following basic steps to get your internal users access to the internet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using PIX 6.3(5)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface ethernet0 100full&lt;/P&gt;&lt;P&gt;interface ethernet1 100full&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;&lt;/P&gt;&lt;P&gt;access-list inside_access_in permit ip any any &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group inside_access_in in interface inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 1 access-list inside_access_in&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: with the ablove piece of config   your internal users will have FULL acccess to the internet. If you want to restrict acccess to only http, https, ftp, dns  ..etc  then you need to modify the access-list to something like this ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list inside_access_in permit tcp any any eq www&lt;/P&gt;&lt;P&gt;access-list inside_access_in permit tcp any any eq 443&lt;/P&gt;&lt;P&gt;access-list inside_access_in permit tcp any any eq ftp&lt;/P&gt;&lt;P&gt;access-list inside_access_in permit tcp any any eq 53&lt;/P&gt;&lt;P&gt;access-list inside_access_in permit udd any any eq 53&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps  ...  please rate it if it does !!!&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>Sat, 20 May 2006 19:58:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-problem/m-p/517305#M501242</guid>
      <dc:creator>Fernando_Meza</dc:creator>
      <dc:date>2006-05-20T19:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 501 Problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-problem/m-p/517306#M501243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I should use this configuration just as it is? should i apply any changes? What mean`s the under score in the configuration that you sent me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2006 12:40:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-problem/m-p/517306#M501243</guid>
      <dc:creator>Paul Webster</dc:creator>
      <dc:date>2006-05-23T12:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 501 Problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-problem/m-p/517307#M501244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don`t know what im doing wrong, i will aprecciate any word of advise!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i still can get no internet, the situation persist.&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>Wed, 24 May 2006 20:09:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-problem/m-p/517307#M501244</guid>
      <dc:creator>Paul Webster</dc:creator>
      <dc:date>2006-05-24T20:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 501 Problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-problem/m-p/517308#M501245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry  ..  I was off-line for a couple of days  ..  are you still having the problem ..?  the config you post it .. unreadable  ...  can you maybe copy and paste it to word.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2006 03:45:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-problem/m-p/517308#M501245</guid>
      <dc:creator>Fernando_Meza</dc:creator>
      <dc:date>2006-05-26T03:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 501 Problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-problem/m-p/517309#M501246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey  ...  wait a minute  ...  do you have another device in front of the PIX ..?  the outside interface of your PIX has a private address ..?  Is your PIX connected to an ADSL modem ..  or something like that ..?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2006 03:51:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-problem/m-p/517309#M501246</guid>
      <dc:creator>Fernando_Meza</dc:creator>
      <dc:date>2006-05-26T03:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 501 Problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-problem/m-p/517310#M501247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes my dear friend, There is an cisco router 3841, i solved the problem with the Firewall, i just had to configure a default gateway!!!! that was parameter that was missing. But your advise was very helpfull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2006 12:41:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-problem/m-p/517310#M501247</guid>
      <dc:creator>Paul Webster</dc:creator>
      <dc:date>2006-05-26T12:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 501 Problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-problem/m-p/517311#M501248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;great news  ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 May 2006 00:29:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-problem/m-p/517311#M501248</guid>
      <dc:creator>Fernando_Meza</dc:creator>
      <dc:date>2006-05-28T00:29:54Z</dc:date>
    </item>
  </channel>
</rss>

