<?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 CLI in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-501-cli/m-p/31701#M656929</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;to allow icmp and http traffic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. i suppose you are talking about inbound traffic as all outbound traffic are permitted by default.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. try simple conuit commands as in:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;conduit permit icmp any any&lt;/P&gt;&lt;P&gt;conduit permit tcp host a.b.c.d eq www any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where a.b.c.d is the public ip address tied to the web server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. You should also create a static translation through the following command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) a.b.c.d 10.10.10.112 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards / Sampath.&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:sampathsr@yahoo.com"&gt;sampathsr@yahoo.com&lt;/A&gt;, New York, NY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Mar 2002 05:21:07 GMT</pubDate>
    <dc:creator>sampathsr</dc:creator>
    <dc:date>2002-03-07T05:21:07Z</dc:date>
    <item>
      <title>PIX 501 CLI</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-cli/m-p/31698#M656926</link>
      <description>&lt;P&gt;Hi. I'm really new to PIX and it's configurations. In following the Startup Guide for the 501, it tells me to go to the CLI and type some commands to return the unit to it's default state. However, when I try using the CLI tool inside the PDM I consistently "lose connection to the PIX". My commands always fail, even when I type them word for word from the guide.&lt;/P&gt;&lt;P&gt;Can anyone shed any light?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in adavnce.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tony C.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 05:59:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-cli/m-p/31698#M656926</guid>
      <dc:creator>tcrooch</dc:creator>
      <dc:date>2020-02-21T05:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 CLI</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-cli/m-p/31699#M656927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you try to open a terminal session on the console port using a tool like hyperterm.&lt;/P&gt;&lt;P&gt;Also what command do you type ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2002 19:12:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-cli/m-p/31699#M656927</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2002-03-01T19:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 CLI</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-cli/m-p/31700#M656928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I have since figured out the problem which was not documented anywhere in the Quick start guide. The guide, referring to restoring the default config, tells the exact commands to put in through the PDM, but does not tell the user to change to config mode to do so. I only found that by going through Hyperterminal and trying it that way. I then tried changing modes through the PDM and it worked. All is good now. Maybe just a documentation addition for newbies to the IOS.&lt;/P&gt;&lt;P&gt;However, I still have questions on allowing pings and http traffic through the 501 without allowing the full TCP suite.&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tony C.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2002 15:53:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-cli/m-p/31700#M656928</guid>
      <dc:creator>tcrooch</dc:creator>
      <dc:date>2002-03-04T15:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 CLI</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-cli/m-p/31701#M656929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;to allow icmp and http traffic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. i suppose you are talking about inbound traffic as all outbound traffic are permitted by default.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. try simple conuit commands as in:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;conduit permit icmp any any&lt;/P&gt;&lt;P&gt;conduit permit tcp host a.b.c.d eq www any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where a.b.c.d is the public ip address tied to the web server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. You should also create a static translation through the following command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) a.b.c.d 10.10.10.112 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards / Sampath.&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:sampathsr@yahoo.com"&gt;sampathsr@yahoo.com&lt;/A&gt;, New York, NY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2002 05:21:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-cli/m-p/31701#M656929</guid>
      <dc:creator>sampathsr</dc:creator>
      <dc:date>2002-03-07T05:21:07Z</dc:date>
    </item>
  </channel>
</rss>

