<?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: Help configuring PIX 501 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/help-configuring-pix-501/m-p/459303#M528440</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;connect using a console cable and hyperterminal from your desktop/laptop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need to enable telnet from the inside network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;config t&lt;/P&gt;&lt;P&gt;telnet 192.168.1.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;This allows any host on the 192.168.1.0/24 network to access the firewall via telnet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To allow icmp unreachables use an access list:&lt;/P&gt;&lt;P&gt;access-list 101 permit icmp any any unreachable&lt;/P&gt;&lt;P&gt;access-group 101 in interace outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To find the outside ip address do a "sh int". &lt;/P&gt;&lt;P&gt;By default the pix501 will be setup to use dhcp on the outside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a link to the command reference.&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/sw/secursw/ps2120/products_command_reference_book09186a008017284e.html" target="_blank"&gt;http://www.cisco.com/en/US/products/sw/secursw/ps2120/products_command_reference_book09186a008017284e.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jan 2006 14:04:30 GMT</pubDate>
    <dc:creator>d-roush</dc:creator>
    <dc:date>2006-01-19T14:04:30Z</dc:date>
    <item>
      <title>Help configuring PIX 501</title>
      <link>https://community.cisco.com/t5/network-security/help-configuring-pix-501/m-p/459301#M528438</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can someone help me.  I'm really new to this so it might sound trivial you all.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have just purchased a PIX 501 firewall and I'm trying to access the CLI I type telnet 192.168.1.1 (internal IP of 501) and it denys me access.  Am I doing thiw wrong? please can someone advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to stop the firewall responding to pings on the outside interface.  I have read documentation which stated to add the following line to the config file:&lt;/P&gt;&lt;P&gt;icmp deny any outside&lt;/P&gt;&lt;P&gt;However I have since read that you should allow "unreachable message 3 otherwise ipsec stops working please can someone tell me how to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also how to I find out what the IP address is on the external interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Forgive my basic questions. i work in a small office and have never had to do anything like this before!&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 08:39:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-configuring-pix-501/m-p/459301#M528438</guid>
      <dc:creator>sparkyjp483</dc:creator>
      <dc:date>2020-02-21T08:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help configuring PIX 501</title>
      <link>https://community.cisco.com/t5/network-security/help-configuring-pix-501/m-p/459302#M528439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;by default telnet is not permitted. to configure, you need to console into the pix and do "telnet &lt;TRUSTED host="" ip=""&gt; &lt;TRUSTED host="" ip="" mask=""&gt; inside"&lt;/TRUSTED&gt;&lt;/TRUSTED&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not too sure why ipsec would stop working without pinging. perhaps, you may post the article.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in order to find out ip, do "sh ip" on the pix.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2006 00:52:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-configuring-pix-501/m-p/459302#M528439</guid>
      <dc:creator>jackko</dc:creator>
      <dc:date>2006-01-19T00:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: Help configuring PIX 501</title>
      <link>https://community.cisco.com/t5/network-security/help-configuring-pix-501/m-p/459303#M528440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;connect using a console cable and hyperterminal from your desktop/laptop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need to enable telnet from the inside network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;config t&lt;/P&gt;&lt;P&gt;telnet 192.168.1.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;This allows any host on the 192.168.1.0/24 network to access the firewall via telnet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To allow icmp unreachables use an access list:&lt;/P&gt;&lt;P&gt;access-list 101 permit icmp any any unreachable&lt;/P&gt;&lt;P&gt;access-group 101 in interace outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To find the outside ip address do a "sh int". &lt;/P&gt;&lt;P&gt;By default the pix501 will be setup to use dhcp on the outside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a link to the command reference.&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/sw/secursw/ps2120/products_command_reference_book09186a008017284e.html" target="_blank"&gt;http://www.cisco.com/en/US/products/sw/secursw/ps2120/products_command_reference_book09186a008017284e.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2006 14:04:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-configuring-pix-501/m-p/459303#M528440</guid>
      <dc:creator>d-roush</dc:creator>
      <dc:date>2006-01-19T14:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Help configuring PIX 501</title>
      <link>https://community.cisco.com/t5/network-security/help-configuring-pix-501/m-p/459304#M528441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi thank you both very much for your help.  I will give it a go.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2006 17:44:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-configuring-pix-501/m-p/459304#M528441</guid>
      <dc:creator>sparkyjp483</dc:creator>
      <dc:date>2006-01-19T17:44:45Z</dc:date>
    </item>
  </channel>
</rss>

