<?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 config problem in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-config-problem/m-p/672212#M1029857</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry, am trying to allow icmp and www through the firewall to start with. currently i can ping  both interfaces from there sides of the pix but cannot ping through the pix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jan 2007 20:12:51 GMT</pubDate>
    <dc:creator>handley88</dc:creator>
    <dc:date>2007-01-03T20:12:51Z</dc:date>
    <item>
      <title>pix config problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-config-problem/m-p/672209#M1029854</link>
      <description>&lt;P&gt;hi, am having trouble configuring a 506e firwall which is currently setup in a lab, i think there is a problem with the acl's or the static routing but not sure so here is the config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 09:15:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-config-problem/m-p/672209#M1029854</guid>
      <dc:creator>handley88</dc:creator>
      <dc:date>2019-03-11T09:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: pix config problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-config-problem/m-p/672210#M1029855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please elaborate as to what you are trying to achieve and where are you facing the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Narayan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 15:18:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-config-problem/m-p/672210#M1029855</guid>
      <dc:creator>royalblues</dc:creator>
      <dc:date>2007-01-03T15:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: pix config problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-config-problem/m-p/672211#M1029856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the modified configuration (attached) - I have included only www and smtp access. By defult the PIX will allow all connection outbound (Higher Security Interface to Lower Security Interface) but if you need any services such as smtp/www allowed into your internal network then you'll need ACL and static for this process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure that your MX record is pointing to the correct public IP address which is bound to the outside interface for smtp also for www access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, note - if you only have the one public IP address and this is being used by the outside interface then you can substitute the ACLs and statics as such:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_in permit tcp any host 194.74.152.163 eq smtp                                               &lt;/P&gt;&lt;P&gt;access-list outside_in permit tcp any host 194.74.152.163 eq www&lt;/P&gt;&lt;P&gt;access-group outside_in in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface smtp &lt;INTERNAL_MAIL_SERVER_IP&gt; smtp netmask 255.255.255.255 0 0&lt;/INTERNAL_MAIL_SERVER_IP&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface www &lt;INTERNAL_WWW_SERVER_IP&gt; www netmask 255.255.255.255 0 0&lt;/INTERNAL_WWW_SERVER_IP&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the modifications issue: write mem and also issue clear xlate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To test for connectivity via the PIX configure the following on the outside interface:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_in permit tcp any host 194.74.152.163 eq smtp                                               &lt;/P&gt;&lt;P&gt;access-list outside_in permit tcp any host 194.74.152.163 eq www&lt;/P&gt;&lt;P&gt;access-list outside_in permit icmp any any echo-reply &lt;/P&gt;&lt;P&gt;access-list outside_in permit icmp any any unreachable &lt;/P&gt;&lt;P&gt;access-list outside_in permit icmp any any time-exceeded&lt;/P&gt;&lt;P&gt;access-group outside_in in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should take out the icmp commands out when have finished testing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, save with: write mem and also issue: clear xlate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps and if you need any further help then let us know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate posts if it helps!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 15:56:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-config-problem/m-p/672211#M1029856</guid>
      <dc:creator>jmia</dc:creator>
      <dc:date>2007-01-03T15:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: pix config problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-config-problem/m-p/672212#M1029857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry, am trying to allow icmp and www through the firewall to start with. currently i can ping  both interfaces from there sides of the pix but cannot ping through the pix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 20:12:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-config-problem/m-p/672212#M1029857</guid>
      <dc:creator>handley88</dc:creator>
      <dc:date>2007-01-03T20:12:51Z</dc:date>
    </item>
  </channel>
</rss>

