<?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 Cisco 2600 Router and Cisco Pix 501 Firewall in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cisco-2600-router-and-cisco-pix-501-firewall/m-p/350150#M551154</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would very much appreciate your help with how to connect and configure a Cisco 2600 Router and Cisco Pix 501 Firewall. I am pretty new to this an would like to know whether to connect the T1 to firewall and the firewall to the router or the other way round. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help and suggectons are greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Youssef&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 07:58:48 GMT</pubDate>
    <dc:creator>yslitineh</dc:creator>
    <dc:date>2020-02-21T07:58:48Z</dc:date>
    <item>
      <title>Cisco 2600 Router and Cisco Pix 501 Firewall</title>
      <link>https://community.cisco.com/t5/network-security/cisco-2600-router-and-cisco-pix-501-firewall/m-p/350150#M551154</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would very much appreciate your help with how to connect and configure a Cisco 2600 Router and Cisco Pix 501 Firewall. I am pretty new to this an would like to know whether to connect the T1 to firewall and the firewall to the router or the other way round. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help and suggectons are greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Youssef&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 07:58:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-2600-router-and-cisco-pix-501-firewall/m-p/350150#M551154</guid>
      <dc:creator>yslitineh</dc:creator>
      <dc:date>2020-02-21T07:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco 2600 Router and Cisco Pix 501 Firewall</title>
      <link>https://community.cisco.com/t5/network-security/cisco-2600-router-and-cisco-pix-501-firewall/m-p/350151#M551155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The PIX does not support any other interfaces other than ethernet.  So, if you need to terminate a T1 interface, you will need to terminate this on the 2600 and then connect the PIX in via ethernet.  Presumably, your internal hosts would then be connected to the PIX.  Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T1----2600----PIX----internal hosts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this make sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2005 16:10:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-2600-router-and-cisco-pix-501-firewall/m-p/350151#M551155</guid>
      <dc:creator>scoclayton</dc:creator>
      <dc:date>2005-02-24T16:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco 2600 Router and Cisco Pix 501 Firewall</title>
      <link>https://community.cisco.com/t5/network-security/cisco-2600-router-and-cisco-pix-501-firewall/m-p/350152#M551156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following setup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cisco 2600 Ethernet0/0 to ISP, Ethernet0/1 192.168.0.1 that goes to my Pix 501 Outside interface 192.168.0.2 and the inside interface is 192.168.1.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All my internal user are conected to a switch which is connected to the Pix 501 and they all have internet access; However when I try to connect from anywhere to my webserver on port 80 it won't let me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the router I have the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source static tcp 192.168.0.200 80 &lt;STRONG&gt;PUBLICIP&lt;/STRONG&gt; 80 extendable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on The Pix I have the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any host 192.168.0.200 eq www&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 192.168.0.200 192.168.1.200 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think my problem is on the router not sending the request to the firewall, but it's just driving me nuts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any input will be greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Sep 2010 18:51:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-2600-router-and-cisco-pix-501-firewall/m-p/350152#M551156</guid>
      <dc:creator>gfuentes</dc:creator>
      <dc:date>2010-09-04T18:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco 2600 Router and Cisco Pix 501 Firewall</title>
      <link>https://community.cisco.com/t5/network-security/cisco-2600-router-and-cisco-pix-501-firewall/m-p/350153#M551157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please perform "clear xlate" and "clear arp"&amp;nbsp; on the PIX, and also make sure that on the router ARP for 192.168.0.200 points towards the PIX outside interface MAC address.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Sep 2010 00:12:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-2600-router-and-cisco-pix-501-firewall/m-p/350153#M551157</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2010-09-05T00:12:18Z</dc:date>
    </item>
  </channel>
</rss>

