<?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 515 configuration help needed in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-515-configuration-help-needed/m-p/102178#M651340</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Statics allow dmz to access the inside:&lt;/P&gt;&lt;P&gt;static (inside,dmz) x.x.x.x x.x.x.x netmask 255.255.255.255  (where x.x.x.x is your internal exchange)&lt;/P&gt;&lt;P&gt;static (inside,dmz) y.y.y.y y.y.y.y netmask 255.255.255.255  (where y.y.y.y is your internal file server)&lt;/P&gt;&lt;P&gt;static (inside,dmz) z.z.z.z  z.z.z.z netmask 255.255.255.255  (where z.z.z.z is your internal sql server)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Access-lists limit what the dmz can access on the inside:&lt;/P&gt;&lt;P&gt;access-list 101 permit tcp a.a.a.0 255.255.255.0 host x.x.x.x eq 25 (where a.a.a.0 is the dmz network)&lt;/P&gt;&lt;P&gt;access-list 101 permit tcp a.a.a.0 255.255.255.0 host y.y.y.y range 137 139 (file is 139 but MS needs the others as well)&lt;/P&gt;&lt;P&gt;access-list 101 permit tcp a.a.a.0 255.255.255.0 host y.y.y.y eq 66 (sql*net)&lt;/P&gt;&lt;P&gt;access-list 101 permit tcp a.a.a.0 255.255.255.0 host y.y.y.y eq 118 (sql services)&lt;/P&gt;&lt;P&gt;Terminal server runs over TCP port 3389.  If other traffic you need gets blocked, do a show log or look at your syslog server to see what it is and create an entry in the acl to allow it (following acl format as above).&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Oct 2002 22:07:05 GMT</pubDate>
    <dc:creator>steve.barlow</dc:creator>
    <dc:date>2002-10-15T22:07:05Z</dc:date>
    <item>
      <title>PIX 515 configuration help needed</title>
      <link>https://community.cisco.com/t5/network-security/pix-515-configuration-help-needed/m-p/102176#M651338</link>
      <description>&lt;P&gt;I just inherited a PIX 515 box and have been asked to set it up. It has three interfaces: Inside, outside and a DMZ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done the basic interface naming, security asignments and IP addressing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nameif gb-ethernet0 outside security0&lt;/P&gt;&lt;P&gt;nameif gb-ethernet1 inside security100&lt;/P&gt;&lt;P&gt;nameif ethernet0 dmz security50&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Terminal server and web servers will be located in the DMZ&lt;/P&gt;&lt;P&gt;File server, MS SQL and Exchange 5.5 mail will be located inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone help me configure the ACLs that will enable DMZ terminal server clients to access file server, MS SQL and Exchange 5.5 server inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also a way to keep out any undesired traffic from outside getting to DMZ or inside while allowing RAS clients from DMZ to go inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not plan to use any conduits, just ACL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 06:18:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515-configuration-help-needed/m-p/102176#M651338</guid>
      <dc:creator>ukay</dc:creator>
      <dc:date>2020-02-21T06:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515 configuration help needed</title>
      <link>https://community.cisco.com/t5/network-security/pix-515-configuration-help-needed/m-p/102177#M651339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a good starter link:  &lt;A class="jive-link-custom" href="http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_61/config/index.htm" target="_blank"&gt;http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_61/config/index.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This may not give you exactly what you are looking for, however, since you just inherited a PIX it is a very good overview that will lead into ACLs that you need.  From this link, you can get to almost any PIX config information you are looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this gets you started!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2002 21:51:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515-configuration-help-needed/m-p/102177#M651339</guid>
      <dc:creator>b-pelphrey</dc:creator>
      <dc:date>2002-10-15T21:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515 configuration help needed</title>
      <link>https://community.cisco.com/t5/network-security/pix-515-configuration-help-needed/m-p/102178#M651340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Statics allow dmz to access the inside:&lt;/P&gt;&lt;P&gt;static (inside,dmz) x.x.x.x x.x.x.x netmask 255.255.255.255  (where x.x.x.x is your internal exchange)&lt;/P&gt;&lt;P&gt;static (inside,dmz) y.y.y.y y.y.y.y netmask 255.255.255.255  (where y.y.y.y is your internal file server)&lt;/P&gt;&lt;P&gt;static (inside,dmz) z.z.z.z  z.z.z.z netmask 255.255.255.255  (where z.z.z.z is your internal sql server)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Access-lists limit what the dmz can access on the inside:&lt;/P&gt;&lt;P&gt;access-list 101 permit tcp a.a.a.0 255.255.255.0 host x.x.x.x eq 25 (where a.a.a.0 is the dmz network)&lt;/P&gt;&lt;P&gt;access-list 101 permit tcp a.a.a.0 255.255.255.0 host y.y.y.y range 137 139 (file is 139 but MS needs the others as well)&lt;/P&gt;&lt;P&gt;access-list 101 permit tcp a.a.a.0 255.255.255.0 host y.y.y.y eq 66 (sql*net)&lt;/P&gt;&lt;P&gt;access-list 101 permit tcp a.a.a.0 255.255.255.0 host y.y.y.y eq 118 (sql services)&lt;/P&gt;&lt;P&gt;Terminal server runs over TCP port 3389.  If other traffic you need gets blocked, do a show log or look at your syslog server to see what it is and create an entry in the acl to allow it (following acl format as above).&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2002 22:07:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515-configuration-help-needed/m-p/102178#M651340</guid>
      <dc:creator>steve.barlow</dc:creator>
      <dc:date>2002-10-15T22:07:05Z</dc:date>
    </item>
  </channel>
</rss>

