<?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 520 with 3 Interface Cards in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-520-with-3-interface-cards/m-p/108729#M687850</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think a route to 56.80.3.160 is missing :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your default route is :&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 65.203.54.1 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you should also have a route 56.80.3.160 through the prn interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jean-Marc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Oct 2001 09:05:36 GMT</pubDate>
    <dc:creator>jmmaillard</dc:creator>
    <dc:date>2001-10-26T09:05:36Z</dc:date>
    <item>
      <title>PIX 520 with 3 Interface Cards</title>
      <link>https://community.cisco.com/t5/network-security/pix-520-with-3-interface-cards/m-p/108728#M687849</link>
      <description>&lt;P&gt;Hi There!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On a PIX 520, I have three interface cards.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         OUTSIDE   -- Connnected to our ISP 65.203.54.1/24&lt;/P&gt;&lt;P&gt;         INSIDE    -- A private network 20.0.0.1/24&lt;/P&gt;&lt;P&gt;         PRN (DMZ) -- Another firm's (FIRM X) private network 56.238.64.128/26&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a conduit established from the OUTSIDE to an server INSIDE&lt;/P&gt;&lt;P&gt;at 20.0.0.179 to support www and 443 port access.  Works great!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can further access the 20.0.0.174 server from the PRN(DMZ) mini-network from a&lt;/P&gt;&lt;P&gt;client PC I established at a static address of 58.238.64.145.  I used another&lt;/P&gt;&lt;P&gt;conduit statement (see below) to provide this access for port 80 and 443.  Works great!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my problem:  I have a remote tester on the FIRM X's private network working from a&lt;/P&gt;&lt;P&gt;terminal address 56.8.3.160.  He tries to access the 20.0.0.174 server via port&lt;/P&gt;&lt;P&gt;443, but he gets no response.  I *do* see his request in the PIX firewall log&lt;/P&gt;&lt;P&gt;like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;190&amp;gt;%PIX-6-302001: Built inbound TCP connection 358446 for faddr&lt;/P&gt;&lt;P&gt;  56.80.3.160/1050 gaddr 56.238.64.141/443 laddr 20.0.0.174/443&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;190&amp;gt;%PIX-6-302002: Teardown TCP connection 358552 faddr 56.80.3.160/1058 gaddr&lt;/P&gt;&lt;P&gt;  56.238.64.141/443 laddr 20.0.0.174/443 duration 1:00:40 bytes 0 (Conn-timeout)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So basically, he makes it in but gets no response (timeout).  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further, looking at my server log, I don't see his request hitting my default&lt;/P&gt;&lt;P&gt;web page. (I'm not totally sure of this, but this is my current understanding.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've posted my configuration (abbreviated) below.  Can anyone &lt;/P&gt;&lt;P&gt;see why my tester is having access problems while I can access the server through&lt;/P&gt;&lt;P&gt;the firewall from my 58.238.64.145 test machine?  I'm concerned that my global statement&lt;/P&gt;&lt;P&gt;for the PRN does not specify a range (I won't have any internal communications initiated&lt;/P&gt;&lt;P&gt;from the 20.0.0.1 network to the 56.x.x.x world), that I'm not fully specifying &lt;/P&gt;&lt;P&gt;the limited subnet of the PRN (DMZ) network, and that I have a single "route outside" &lt;/P&gt;&lt;P&gt;statement (although the PIX instructions indicate that you should have only one &lt;/P&gt;&lt;P&gt;route outside statement if you have more than 2 interface cards).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm over my head!  Can anyone help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Harry  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;nameif ethernet2 prn security50&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 smtp 25&lt;/P&gt;&lt;P&gt;fixup protocol sqlnet 1521&lt;/P&gt;&lt;P&gt;fixup protocol http 443&lt;/P&gt;&lt;P&gt;no fixup protocol rsh 514&lt;/P&gt;&lt;P&gt;no fixup protocol h323 1720&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;interface ethernet0 10baset&lt;/P&gt;&lt;P&gt;interface ethernet1 10baset&lt;/P&gt;&lt;P&gt;interface ethernet2 10baset&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;mtu prn 1500&lt;/P&gt;&lt;P&gt;ip address outside 65.203.54.180 255.255.255.0&lt;/P&gt;&lt;P&gt;ip address inside 20.0.0.1 255.0.0.0&lt;/P&gt;&lt;P&gt;ip address prn 56.238.64.135 255.255.255.0&lt;/P&gt;&lt;P&gt;global (outside) 1 65.203.54.160-65.203.54.178&lt;/P&gt;&lt;P&gt;global (prn) 1 56.238.64.160&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list 101&lt;/P&gt;&lt;P&gt;nat (inside) 1 20.0.0.0 255.0.0.0 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) 65.203.54.174 20.0.0.174 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,prn) 56.238.64.141 20.0.0.174 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;conduit permit tcp host 65.203.54.174 eq 443 any&lt;/P&gt;&lt;P&gt;conduit permit tcp host 65.203.54.174 eq www any&lt;/P&gt;&lt;P&gt;conduit permit tcp host 56.238.64.141 eq www any&lt;/P&gt;&lt;P&gt;conduit permit tcp host 56.238.64.141 eq 443 any&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 65.203.54.1 1&lt;/P&gt;&lt;P&gt;conduit permit icmp any any echo-reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 05:52:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-520-with-3-interface-cards/m-p/108728#M687849</guid>
      <dc:creator>harry</dc:creator>
      <dc:date>2020-02-21T05:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 520 with 3 Interface Cards</title>
      <link>https://community.cisco.com/t5/network-security/pix-520-with-3-interface-cards/m-p/108729#M687850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think a route to 56.80.3.160 is missing :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your default route is :&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 65.203.54.1 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you should also have a route 56.80.3.160 through the prn interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jean-Marc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2001 09:05:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-520-with-3-interface-cards/m-p/108729#M687850</guid>
      <dc:creator>jmmaillard</dc:creator>
      <dc:date>2001-10-26T09:05:36Z</dc:date>
    </item>
  </channel>
</rss>

