<?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: Please help with PIX 501 basic configuration... in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/please-help-with-pix-501-basic-configuration/m-p/355817#M556388</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So here's the things that I check:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 - How are interfaces setup:&lt;/P&gt;&lt;P&gt;&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;This is setup ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 - What are the IP addresses on the interface:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip address outside 192.168.7.2 255.255.255.0&lt;/P&gt;&lt;P&gt;ip address inside 192.168.1.1 255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is setup ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3 - What does the routing look like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 192.168.7.1 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is setup ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4 - What does the NAT look like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 0 192.168.1.0 255.255.255.0 0 0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is setup not to translate the 192.168.1.0 hosts as they pass through the pix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5 - What Access-Groups are applied to the interfaces:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&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;This is setup ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6 - Since Access-Groups are applied to the interfaces, what do the Access-lists look like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list inside_access_in permit icmp any any&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit icmp any any &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is when I notice something peculiar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your attempt to get ICMP working, you modified the Pix's default behavior that allows all connections from the inside to go out.  In the access-list &lt;B&gt;inside_access_in&lt;/B&gt;, you've limited traffic that arrives on the inside interface to just ICMP.  You need to use PDM to permit ip any any or whatever you would like to flow through the Pix from the inside to the outside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give this a try and let us know what happens.&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>Wed, 13 Oct 2004 14:44:07 GMT</pubDate>
    <dc:creator>pcomeaux</dc:creator>
    <dc:date>2004-10-13T14:44:07Z</dc:date>
    <item>
      <title>Please help with PIX 501 basic configuration...</title>
      <link>https://community.cisco.com/t5/network-security/please-help-with-pix-501-basic-configuration/m-p/355816#M556387</link>
      <description>&lt;P&gt;Please, could you help me with basic config with access from inside network 192.168.1.0/24 to outside network 192.168.7.0/24. I have problem with icmp(ping) from inside to outside and other serveces as ftp and http on outside host 192.168.7.1. This is my config...(I'm biginer) &lt;span class="lia-unicode-emoji" title=":monkey_face:"&gt;🐵&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(192.168.1.2 is my comp)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result of firewall command: "sh runn"&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;: Saved&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;PIX Version 6.2(2)&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;enable password xxxx&lt;/P&gt;&lt;P&gt;passwd xxxx&lt;/P&gt;&lt;P&gt;hostname firewall&lt;/P&gt;&lt;P&gt;domain-name firewall.cz&lt;/P&gt;&lt;P&gt;fixup protocol ftp 21&lt;/P&gt;&lt;P&gt;fixup protocol http 80&lt;/P&gt;&lt;P&gt;fixup protocol h323 h225 1720&lt;/P&gt;&lt;P&gt;fixup protocol h323 ras 1718-1719&lt;/P&gt;&lt;P&gt;fixup protocol ils 389&lt;/P&gt;&lt;P&gt;fixup protocol rsh 514&lt;/P&gt;&lt;P&gt;fixup protocol rtsp 554&lt;/P&gt;&lt;P&gt;fixup protocol smtp 25&lt;/P&gt;&lt;P&gt;fixup protocol sqlnet 1521&lt;/P&gt;&lt;P&gt;fixup protocol sip 5060&lt;/P&gt;&lt;P&gt;fixup protocol skinny 2000&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;access-list inside_access_in permit icmp any any &lt;/P&gt;&lt;P&gt;access-list outside_access_in permit icmp any any &lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;interface ethernet0 10baset&lt;/P&gt;&lt;P&gt;interface ethernet1 10full&lt;/P&gt;&lt;P&gt;icmp permit any outside&lt;/P&gt;&lt;P&gt;icmp permit any inside&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;ip address outside 192.168.7.2 255.255.255.0&lt;/P&gt;&lt;P&gt;ip address inside 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;ip audit info action alarm&lt;/P&gt;&lt;P&gt;ip audit attack action alarm&lt;/P&gt;&lt;P&gt;pdm location 192.168.1.2 255.255.255.255 inside&lt;/P&gt;&lt;P&gt;pdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;nat (inside) 0 192.168.1.0 255.255.255.0 0 0&lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;P&gt;access-group inside_access_in in interface inside&lt;/P&gt;&lt;P&gt;rip outside default version 1&lt;/P&gt;&lt;P&gt;rip inside default version 1&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 192.168.7.1 1&lt;/P&gt;&lt;P&gt;timeout xlate 3:00:00&lt;/P&gt;&lt;P&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h323 0:05:00 sip 0:30:00 sip_media 0:02:00&lt;/P&gt;&lt;P&gt;timeout uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ protocol tacacs+ &lt;/P&gt;&lt;P&gt;aaa-server RADIUS protocol radius &lt;/P&gt;&lt;P&gt;aaa-server LOCAL protocol local &lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 192.168.1.2 255.255.255.255 inside&lt;/P&gt;&lt;P&gt;no snmp-server location&lt;/P&gt;&lt;P&gt;no snmp-server contact&lt;/P&gt;&lt;P&gt;snmp-server community public&lt;/P&gt;&lt;P&gt;no snmp-server enable traps&lt;/P&gt;&lt;P&gt;floodguard enable&lt;/P&gt;&lt;P&gt;no sysopt route dnat&lt;/P&gt;&lt;P&gt;telnet 192.168.1.2 255.255.255.255 inside&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;terminal width 80&lt;/P&gt;&lt;P&gt;Cryptochecksum:xxxx&lt;/P&gt;&lt;P&gt;: end    &lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 07:40:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/please-help-with-pix-501-basic-configuration/m-p/355816#M556387</guid>
      <dc:creator>j.rock</dc:creator>
      <dc:date>2020-02-21T07:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Please help with PIX 501 basic configuration...</title>
      <link>https://community.cisco.com/t5/network-security/please-help-with-pix-501-basic-configuration/m-p/355817#M556388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So here's the things that I check:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 - How are interfaces setup:&lt;/P&gt;&lt;P&gt;&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;This is setup ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 - What are the IP addresses on the interface:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip address outside 192.168.7.2 255.255.255.0&lt;/P&gt;&lt;P&gt;ip address inside 192.168.1.1 255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is setup ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3 - What does the routing look like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 192.168.7.1 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is setup ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4 - What does the NAT look like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 0 192.168.1.0 255.255.255.0 0 0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is setup not to translate the 192.168.1.0 hosts as they pass through the pix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5 - What Access-Groups are applied to the interfaces:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&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;This is setup ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6 - Since Access-Groups are applied to the interfaces, what do the Access-lists look like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list inside_access_in permit icmp any any&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit icmp any any &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is when I notice something peculiar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your attempt to get ICMP working, you modified the Pix's default behavior that allows all connections from the inside to go out.  In the access-list &lt;B&gt;inside_access_in&lt;/B&gt;, you've limited traffic that arrives on the inside interface to just ICMP.  You need to use PDM to permit ip any any or whatever you would like to flow through the Pix from the inside to the outside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give this a try and let us know what happens.&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>Wed, 13 Oct 2004 14:44:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/please-help-with-pix-501-basic-configuration/m-p/355817#M556388</guid>
      <dc:creator>pcomeaux</dc:creator>
      <dc:date>2004-10-13T14:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Please help with PIX 501 basic configuration...</title>
      <link>https://community.cisco.com/t5/network-security/please-help-with-pix-501-basic-configuration/m-p/355818#M556389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Peter, please, could you send me some basic config example, where is allows icmp traffic? My config still doesn't working. I have 6.3(4) IOS in PIX501.&lt;/P&gt;&lt;P&gt;Thank you...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2004 06:30:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/please-help-with-pix-501-basic-configuration/m-p/355818#M556389</guid>
      <dc:creator>j.rock</dc:creator>
      <dc:date>2004-10-14T06:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Please help with PIX 501 basic configuration...</title>
      <link>https://community.cisco.com/t5/network-security/please-help-with-pix-501-basic-configuration/m-p/355819#M556390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did try ICMP command?&lt;/P&gt;&lt;P&gt;For example in global configuration mode&lt;/P&gt;&lt;P&gt;icmp permit any unreachable outside&lt;/P&gt;&lt;P&gt;icmp permit any  echo-reply outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2004 07:33:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/please-help-with-pix-501-basic-configuration/m-p/355819#M556390</guid>
      <dc:creator>m.sir</dc:creator>
      <dc:date>2004-10-14T07:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Please help with PIX 501 basic configuration...</title>
      <link>https://community.cisco.com/t5/network-security/please-help-with-pix-501-basic-configuration/m-p/355820#M556391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure about the 2 Access list commands you currently have so I'd get rid of them and the 2 access group commands. You can do this by entering the same commands except put a "no" in front of it.&lt;/P&gt;&lt;P&gt;no access-list inside_access_in permit icmp any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this instead:&lt;/P&gt;&lt;P&gt;access-list 1 permit icmp any any echo-reply&lt;/P&gt;&lt;P&gt;access-group 1 in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This allows any replies from ping requests to come through the outside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Oct 2004 14:08:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/please-help-with-pix-501-basic-configuration/m-p/355820#M556391</guid>
      <dc:creator>bhatok</dc:creator>
      <dc:date>2004-10-18T14:08:49Z</dc:date>
    </item>
  </channel>
</rss>

