<?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: minimum PIX config in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/minimum-pix-config/m-p/227972#M564992</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look for the line in the config that has "nameif interface 0 (or 1) auto shutdown" or something similar.  Repeat the same command but without the "shutdown" keyword at the end and the interface should become active.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jun 2004 20:48:05 GMT</pubDate>
    <dc:creator>pcomeaux</dc:creator>
    <dc:date>2004-06-08T20:48:05Z</dc:date>
    <item>
      <title>minimum PIX config</title>
      <link>https://community.cisco.com/t5/network-security/minimum-pix-config/m-p/227967#M564987</link>
      <description>&lt;P&gt;Sorry for the simple question but I am a simple person.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the minimum config for a pix&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an access-l outbound permit ip any any  - on the inside interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and access-l inbound permit tcp any any eq 80 -  for the outside&lt;/P&gt;&lt;P&gt;nat 1 0 0&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All I want available is the internet but I am getting a 300500 error "No translation group found "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 07:27:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/minimum-pix-config/m-p/227967#M564987</guid>
      <dc:creator>marcreiter</dc:creator>
      <dc:date>2020-02-21T07:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: minimum PIX config</title>
      <link>https://community.cisco.com/t5/network-security/minimum-pix-config/m-p/227968#M564988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe your NAT statement should read "nat (inside) 1 0 0" to specify the inside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default, you do not need any ACLs for traffic to flow from the inside to the outside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need a few things:&lt;/P&gt;&lt;P&gt;1) enable the interfaces&lt;/P&gt;&lt;P&gt;2) configure IP addresses on the interfaces&lt;/P&gt;&lt;P&gt;3) setup a default route&lt;/P&gt;&lt;P&gt;4) setup translation &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can always run "setup" while connected to the Pix's console port.  After setting it up, you can then web into the Pix to finish the configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's a link to the Establishing Connectivity Chapter of the Pix Documentation:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_63/config/bafwcfg.htm" target="_blank"&gt;http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_63/config/bafwcfg.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jun 2004 18:49:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/minimum-pix-config/m-p/227968#M564988</guid>
      <dc:creator>pcomeaux</dc:creator>
      <dc:date>2004-06-08T18:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: minimum PIX config</title>
      <link>https://community.cisco.com/t5/network-security/minimum-pix-config/m-p/227969#M564989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OOOPS yea that is what it says. Nat (inside) 1 0 0&lt;/P&gt;&lt;P&gt;sorry for the typo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jun 2004 19:05:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/minimum-pix-config/m-p/227969#M564989</guid>
      <dc:creator>marcreiter</dc:creator>
      <dc:date>2004-06-08T19:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: minimum PIX config</title>
      <link>https://community.cisco.com/t5/network-security/minimum-pix-config/m-p/227970#M564990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok.  Can you please post the results of the following commands so we can help you further:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 - show ip&lt;/P&gt;&lt;P&gt;2 - show int or show interface (whichever works)&lt;/P&gt;&lt;P&gt;3 - show global&lt;/P&gt;&lt;P&gt;4 - show nat&lt;/P&gt;&lt;P&gt;5 - show route&lt;/P&gt;&lt;P&gt;6 - show access-group&lt;/P&gt;&lt;P&gt;7 - show access-list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My gut feeling is that the outside interface is still shutdown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jun 2004 19:45:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/minimum-pix-config/m-p/227970#M564990</guid>
      <dc:creator>pcomeaux</dc:creator>
      <dc:date>2004-06-08T19:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: minimum PIX config</title>
      <link>https://community.cisco.com/t5/network-security/minimum-pix-config/m-p/227971#M564991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your guts are a great tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface ethernet0 "outside" is administratively down, line protocol is up&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how do you administrativly start the interface?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jun 2004 20:36:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/minimum-pix-config/m-p/227971#M564991</guid>
      <dc:creator>marcreiter</dc:creator>
      <dc:date>2004-06-08T20:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: minimum PIX config</title>
      <link>https://community.cisco.com/t5/network-security/minimum-pix-config/m-p/227972#M564992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look for the line in the config that has "nameif interface 0 (or 1) auto shutdown" or something similar.  Repeat the same command but without the "shutdown" keyword at the end and the interface should become active.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jun 2004 20:48:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/minimum-pix-config/m-p/227972#M564992</guid>
      <dc:creator>pcomeaux</dc:creator>
      <dc:date>2004-06-08T20:48:05Z</dc:date>
    </item>
  </channel>
</rss>

