<?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: Using PIX as default gateway for routing to internal network in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/using-pix-as-default-gateway-for-routing-to-internal-networks/m-p/177190#M606757</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this the case for ICMP redirects or all redirects?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I seem to be in a similar situation where I have a router on my inside network which routes to a subnet.  I have added a route to the PIX as such:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route &lt;SUBNET ip=""&gt; &lt;SUBNET mask=""&gt; &lt;ROUTE ip=""&gt; 1&lt;/ROUTE&gt;&lt;/SUBNET&gt;&lt;/SUBNET&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The PIX itself can now ping the subnet on the other side of the router.  However, no hosts on the inside network can ping the subnet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The PIX returns this error in its log:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;110001: No route to &lt;HOST on="" subnet=""&gt; from &lt;HOST on="" inside="" network=""&gt;&lt;/HOST&gt;&lt;/HOST&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So why is it that the PIX can ping the subnet but not any other host.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rodney&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 May 2003 18:08:16 GMT</pubDate>
    <dc:creator>przyboro</dc:creator>
    <dc:date>2003-05-02T18:08:16Z</dc:date>
    <item>
      <title>Using PIX as default gateway for routing to internal networks</title>
      <link>https://community.cisco.com/t5/network-security/using-pix-as-default-gateway-for-routing-to-internal-networks/m-p/177188#M606754</link>
      <description>&lt;P&gt;Can PIX be used as a default router for hosts that need to reach other internal networks? Access to these networks is through a router connected to the inside subnet.&lt;/P&gt;&lt;P&gt;Does PIX support ICMP redirects?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jarek&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 06:42:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/using-pix-as-default-gateway-for-routing-to-internal-networks/m-p/177188#M606754</guid>
      <dc:creator>jsluzewski</dc:creator>
      <dc:date>2020-02-21T06:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Using PIX as default gateway for routing to internal network</title>
      <link>https://community.cisco.com/t5/network-security/using-pix-as-default-gateway-for-routing-to-internal-networks/m-p/177189#M606755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Does PIX support ICMP redirects?&lt;/P&gt;&lt;P&gt;No.&lt;/P&gt;&lt;P&gt;That's one feature that should be added.&lt;/P&gt;&lt;P&gt;I had the same problem myself with several similar scenarios.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 2 solutions that I know of are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* Deploy static routers to servers (and workstations if needed).&lt;/P&gt;&lt;P&gt;This can be done using login script for workstations (only if they need access to the other network), and permanent static routes on servers.&lt;/P&gt;&lt;P&gt;For W2K servers use:&lt;/P&gt;&lt;P&gt;route -p add .....&lt;/P&gt;&lt;P&gt;For Windows workstations, use:&lt;/P&gt;&lt;P&gt;route add ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* Use a router as default gateway. This could be the existing router used for the internal connection, or an additional router purchased for that task (or a L3 switch).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* There is also the option to use RIP, but this will not help the workstations so for small networks it won't help much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both solutions aren't perfect and each has its disadvantages.&lt;/P&gt;&lt;P&gt;I normally preffer the first solution for small networks, because the other solution (DG to the router) - adds an additional point of failure: If the internal router fails, the Internet connection fails also with no need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If only few servers and administrator workstation needs connectivity to remote hosts, you can apply the static routes only to them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yizhar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2003 21:33:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/using-pix-as-default-gateway-for-routing-to-internal-networks/m-p/177189#M606755</guid>
      <dc:creator>yizhar</dc:creator>
      <dc:date>2003-04-18T21:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Using PIX as default gateway for routing to internal network</title>
      <link>https://community.cisco.com/t5/network-security/using-pix-as-default-gateway-for-routing-to-internal-networks/m-p/177190#M606757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this the case for ICMP redirects or all redirects?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I seem to be in a similar situation where I have a router on my inside network which routes to a subnet.  I have added a route to the PIX as such:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route &lt;SUBNET ip=""&gt; &lt;SUBNET mask=""&gt; &lt;ROUTE ip=""&gt; 1&lt;/ROUTE&gt;&lt;/SUBNET&gt;&lt;/SUBNET&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The PIX itself can now ping the subnet on the other side of the router.  However, no hosts on the inside network can ping the subnet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The PIX returns this error in its log:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;110001: No route to &lt;HOST on="" subnet=""&gt; from &lt;HOST on="" inside="" network=""&gt;&lt;/HOST&gt;&lt;/HOST&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So why is it that the PIX can ping the subnet but not any other host.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rodney&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2003 18:08:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/using-pix-as-default-gateway-for-routing-to-internal-networks/m-p/177190#M606757</guid>
      <dc:creator>przyboro</dc:creator>
      <dc:date>2003-05-02T18:08:16Z</dc:date>
    </item>
  </channel>
</rss>

