<?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: Routing problem (?) on PIX 501 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/routing-problem-on-pix-501/m-p/721999#M979602</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you got it and corrected my mistake above. oops &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 May 2007 17:35:42 GMT</pubDate>
    <dc:creator>acomiskey</dc:creator>
    <dc:date>2007-05-31T17:35:42Z</dc:date>
    <item>
      <title>Routing problem (?) on PIX 501</title>
      <link>https://community.cisco.com/t5/network-security/routing-problem-on-pix-501/m-p/721996#M979599</link>
      <description>&lt;P&gt;When I type: show route&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the outside entry seems to be incorrect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It shows&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;x.x.x.16 255.255.255.248 x.x.x.20 1 CONNECT static&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, if the cable modem/router's IP is rather:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;x.x.x.17 (and NOT x.x.x.16)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shouldn't the show route output be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;x.x.x.17&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As it stands, I can ping (from the PIX) the:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- inside interface&lt;/P&gt;&lt;P&gt;- outside interface&lt;/P&gt;&lt;P&gt;- cable modem / router&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but not the enigmatic x.x.x.16, nor can I ping anything beyond the cable modem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pixfw# ping x.x.x.171&lt;/P&gt;&lt;P&gt;No route to host x.x.x.171.&lt;/P&gt;&lt;P&gt;Usage:  ping [if_name] &amp;lt;host&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: this was IP address of ISP DNS server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I change the x.x.x.16 to x.x.x.17 (assuming that is what i need to do)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this, out of curiosity, to create a default route:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pixfw# configure terminal&lt;/P&gt;&lt;P&gt;pixfw(config)# route 0 0 x.x.x.17 1&lt;/P&gt;&lt;P&gt;Usage:  [no] route &amp;lt;if_name&amp;gt; &amp;lt;foreign_ip&amp;gt; &amp;lt;mask&amp;gt; &amp;lt;gateway&amp;gt; [&amp;lt;metric&amp;gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What should &amp;lt;if_name&amp;gt; be?&lt;/P&gt;&lt;P&gt;What should &amp;lt;foreign_ip&amp;gt; be?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 10:23:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-problem-on-pix-501/m-p/721996#M979599</guid>
      <dc:creator>DAVMAC111</dc:creator>
      <dc:date>2019-03-11T10:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: Routing problem (?) on PIX 501</title>
      <link>https://community.cisco.com/t5/network-security/routing-problem-on-pix-501/m-p/721997#M979600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;.16 is the network number. It is not a host address. In the x.x.x.16 255.255.255.248 network, the usable host addresses are 17-30 and 31 is the broadcast address. The pix is telling you that the network is attached to x.x.x.20. Add the default route with the command below. &lt;IF_NAME&gt; = interface &lt;FOREIGN_IP&gt; = network routing to&lt;/FOREIGN_IP&gt;&lt;/IF_NAME&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 x.x.x.17&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 13:51:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-problem-on-pix-501/m-p/721997#M979600</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-05-31T13:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Routing problem (?) on PIX 501</title>
      <link>https://community.cisco.com/t5/network-security/routing-problem-on-pix-501/m-p/721998#M979601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of course!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;255.255.255.248&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;256 - 248 = 8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0-7    0 = network address of this subnet, 7 = broadcast&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8-15   8 = network address of this subnet, 15 = broadcast&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;16-23  16 = etc. etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(I'm just learning how to subnet)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, thanks a lot. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 17:19:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-problem-on-pix-501/m-p/721998#M979601</guid>
      <dc:creator>DAVMAC111</dc:creator>
      <dc:date>2007-05-31T17:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Routing problem (?) on PIX 501</title>
      <link>https://community.cisco.com/t5/network-security/routing-problem-on-pix-501/m-p/721999#M979602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you got it and corrected my mistake above. oops &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 17:35:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-problem-on-pix-501/m-p/721999#M979602</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-05-31T17:35:42Z</dc:date>
    </item>
  </channel>
</rss>

