<?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: Basic 501 Pix Setup in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/basic-501-pix-setup/m-p/784850#M963994</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jorge.  I'll never use the pdm again.  A litte reading, and programming with the console (which was easier than i thought) turned out to do the trick.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Sep 2007 00:05:29 GMT</pubDate>
    <dc:creator>jjacob7272</dc:creator>
    <dc:date>2007-09-04T00:05:29Z</dc:date>
    <item>
      <title>Basic 501 Pix Setup</title>
      <link>https://community.cisco.com/t5/network-security/basic-501-pix-setup/m-p/784848#M963992</link>
      <description>&lt;P&gt;Bought a 501 pix for business and cant even get it to connect to the internet from my basic setup at home with a cable modem.  I've never used cisco products, but thought the 501 would be a fairly easy one to setup.  As i mentioned, i've tried unsuccessfuly to set this thing up at my house with the most basic cable modem setup.  Do cisco products require some sort of activation beyond the license from purchase (i bought the unlimited license).  This thing is driving me crazy.  Not sure what i could be missing, and any help would be greatly appreciated.  Im really starting to think the unit (which was bought new)is bad. &lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 11:05:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-501-pix-setup/m-p/784848#M963992</guid>
      <dc:creator>jjacob7272</dc:creator>
      <dc:date>2019-03-11T11:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Basic 501 Pix Setup</title>
      <link>https://community.cisco.com/t5/network-security/basic-501-pix-setup/m-p/784849#M963993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeff,  &lt;/P&gt;&lt;P&gt;With cable modem you probably get dynamic IP address from the ISP provider, you need to configure couple of things in the firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First , are you connecting the outside interface of pix stright to cablemodem ethernet port , any other outers in bewteen like a liksys , either or  you still need configure the pix with these few lines, make sure your outside interface speed transmission is set to auto detect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;conect to pix either via console of tenlet.&lt;/P&gt;&lt;P&gt;pix&amp;gt;enable&lt;/P&gt;&lt;P&gt;cofig t&lt;/P&gt;&lt;P&gt;ip address outside dhcp retry 10&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&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;&lt;/P&gt;&lt;P&gt;once you have enter this configuration &lt;/P&gt;&lt;P&gt;do "show interface" to see if outside interface has obtained dynanic IP address write down the ip address, if you are successfull then you need to place a defaul &lt;/P&gt;&lt;P&gt;route in pix .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g&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;&lt;/P&gt;&lt;P&gt;where x is the outside interface IP address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you get this far you still need to implement few access list to get outbound traffic, but 1st try the above configuration to see if you get dynamic public ip for outside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jorge&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 17:42:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-501-pix-setup/m-p/784849#M963993</guid>
      <dc:creator>JORGE RODRIGUEZ</dc:creator>
      <dc:date>2007-09-03T17:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: Basic 501 Pix Setup</title>
      <link>https://community.cisco.com/t5/network-security/basic-501-pix-setup/m-p/784850#M963994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jorge.  I'll never use the pdm again.  A litte reading, and programming with the console (which was easier than i thought) turned out to do the trick.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 00:05:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-501-pix-setup/m-p/784850#M963994</guid>
      <dc:creator>jjacob7272</dc:creator>
      <dc:date>2007-09-04T00:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Basic 501 Pix Setup</title>
      <link>https://community.cisco.com/t5/network-security/basic-501-pix-setup/m-p/784851#M963995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jeff, we are glad you resolve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pleas rate any helpfull posts&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Jorge&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 14:45:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-501-pix-setup/m-p/784851#M963995</guid>
      <dc:creator>JORGE RODRIGUEZ</dc:creator>
      <dc:date>2007-09-04T14:45:15Z</dc:date>
    </item>
  </channel>
</rss>

