<?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 routing to internal networks in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-routing-to-internal-networks/m-p/1182135#M859630</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sarat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your topology won't work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With pix v6.x you cannot route traffic back out of the interface that the traffic entered on eg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your client 192.168.20.100 has a default-gateway of 192.168.20.1 ie. the pix. So when it tries to ping any destination on 172.24.10.x the traffic is sent to the pix. But the pix cannot then send the traffic back out the same interface it was received on. And that's what the pix needs to do. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solutions with the pix - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) If you have a spare interface on the pix use that so the traffic doesn't have to routed back out the same interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Upgrade your pix to v7.x or v8.x. With these versions of code there is a feature called hair-pinning which allows you to route traffic back out of the same interface it was received on. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note v7.x/8.x code upgrade may well require you to upgrade the memory on your pix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Jun 2009 20:02:57 GMT</pubDate>
    <dc:creator>Jon Marshall</dc:creator>
    <dc:date>2009-06-02T20:02:57Z</dc:date>
    <item>
      <title>Pix routing to internal networks</title>
      <link>https://community.cisco.com/t5/network-security/pix-routing-to-internal-networks/m-p/1182127#M859619</link>
      <description>&lt;P&gt;Hello &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a PIX 515E on 6.3(4) version with internal network 192.168.20.1/24. This is connected to switch and workstations on the switch with GW 192.168.20.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also have another internet network 172.24.10.x which is connected via the main switch to Cisco 3750. This is as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pix (192.168.20.1) - switch (192.168.20.2) - internet&lt;/P&gt;&lt;P&gt;     |      |&lt;/P&gt;&lt;P&gt;     |      |&lt;/P&gt;&lt;P&gt;     |      -----------------------------|&lt;/P&gt;&lt;P&gt;     |                                   |&lt;/P&gt;&lt;P&gt;PC (192.168.20.100)                                                                Layer 3 switch(172.24.10.1)       &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A VLAN is created on 3750 with 192.168.20.3 and workstation has 172.24.10.100 with GW 172.24.10.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added static routes on my pix and 3750&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX - route inside 172.24.10.0 255.255.255.0 192.168.20.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3750 - ip route 192.168.20.0 255.2555.255.0 192.168.20.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can ping 192.168.20.3, 172.24.10.1, 172.24.10.100 from the pix unit but not from workstation 192.168.20.100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone suggest on this?&lt;/P&gt;&lt;P&gt;Is this something to do with same-security-inter interface command?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 15:37:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-routing-to-internal-networks/m-p/1182127#M859619</guid>
      <dc:creator>sarat1317</dc:creator>
      <dc:date>2019-03-11T15:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Pix routing to internal networks</title>
      <link>https://community.cisco.com/t5/network-security/pix-routing-to-internal-networks/m-p/1182128#M859621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can ping from the pix:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;192.168.20.3 (vlan svi)&lt;/P&gt;&lt;P&gt;172.24.10.1 (other vlan svi)&lt;/P&gt;&lt;P&gt;172.24.10.100 (workstation?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the 192.168.20.100 device a workstation on the pix side?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A couple of things to check:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the 192.168.20.100 is a host, can you ping any of the first 3 addresses from that workstation, or do they all stop at the firewall?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 20:23:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-routing-to-internal-networks/m-p/1182128#M859621</guid>
      <dc:creator>John Blakley</dc:creator>
      <dc:date>2009-05-29T20:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Pix routing to internal networks</title>
      <link>https://community.cisco.com/t5/network-security/pix-routing-to-internal-networks/m-p/1182129#M859622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;172.24.10.100 (workstation?) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; Yes this is a workstation on vlan1 (172.24.10.1) of 3750 switch&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the 192.168.20.100 device a workstation on the pix side? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; Correct&lt;/P&gt;&lt;P&gt;A couple of things to check: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the 192.168.20.100 is a host, can you ping any of the first 3 addresses from that workstation, or do they all stop at the firewall? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; I can only ping the VLAN IP 192.168.20.3 but not other IPs. A trace from this workstation fails very first hop. Same thing when I trace 192.168.20.100 from 3750 with source interface 172.24.10.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I actually replaced a netgear router with the pix unit and that is when this problem started. I had the same inside routes on the netgear unit and worked fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 May 2009 12:51:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-routing-to-internal-networks/m-p/1182129#M859622</guid>
      <dc:creator>sarat1317</dc:creator>
      <dc:date>2009-05-30T12:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Pix routing to internal networks</title>
      <link>https://community.cisco.com/t5/network-security/pix-routing-to-internal-networks/m-p/1182130#M859623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please ignore my previous messages. Here is the updated design attached and I should be able to communicate between 192.168.20.x and 172.24.10.x networks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2009 15:16:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-routing-to-internal-networks/m-p/1182130#M859623</guid>
      <dc:creator>sarat1317</dc:creator>
      <dc:date>2009-06-02T15:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Pix routing to internal networks</title>
      <link>https://community.cisco.com/t5/network-security/pix-routing-to-internal-networks/m-p/1182131#M859624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2009 15:35:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-routing-to-internal-networks/m-p/1182131#M859624</guid>
      <dc:creator>sarat1317</dc:creator>
      <dc:date>2009-06-02T15:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Pix routing to internal networks</title>
      <link>https://community.cisco.com/t5/network-security/pix-routing-to-internal-networks/m-p/1182132#M859625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post the routing table from the 3750 and the PIX?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2009 15:38:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-routing-to-internal-networks/m-p/1182132#M859625</guid>
      <dc:creator>John Blakley</dc:creator>
      <dc:date>2009-06-02T15:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Pix routing to internal networks</title>
      <link>https://community.cisco.com/t5/network-security/pix-routing-to-internal-networks/m-p/1182133#M859627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PIX# sh route&lt;/P&gt;&lt;P&gt;        outside 0.0.0.0 0.0.0.0 &lt;MODEM ip=""&gt; 1 OTHER static&lt;/MODEM&gt;&lt;/P&gt;&lt;P&gt;        outside x.x.x.x 255.255.255.252 &lt;OUTSIDE ip=""&gt; 1 CONNECT static&lt;/OUTSIDE&gt;&lt;/P&gt;&lt;P&gt;        inside 172.24.10.0 255.255.255.0 192.168.20.3 1 OTHER static&lt;/P&gt;&lt;P&gt;        inside 192.168.20.0 255.255.255.0 192.168.20.1 1 CONNECT static&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3750-S1#sh ip route 192.168.20.100&lt;/P&gt;&lt;P&gt;Routing entry for 192.168.20.0/24&lt;/P&gt;&lt;P&gt;  Known via "connected", distance 0, metric 0 (connected, via interface)&lt;/P&gt;&lt;P&gt;  Redistributing via eigrp 1024&lt;/P&gt;&lt;P&gt;  Routing Descriptor Blocks:&lt;/P&gt;&lt;P&gt;  * directly connected, via Vlan10&lt;/P&gt;&lt;P&gt;      Route metric is 0, traffic share count is 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3750-S1#sh ip route | i 192.168.20.0&lt;/P&gt;&lt;P&gt;C    192.168.20.0/24 is directly connected, Vlan10&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2009 19:32:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-routing-to-internal-networks/m-p/1182133#M859627</guid>
      <dc:creator>sarat1317</dc:creator>
      <dc:date>2009-06-02T19:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Pix routing to internal networks</title>
      <link>https://community.cisco.com/t5/network-security/pix-routing-to-internal-networks/m-p/1182134#M859629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What happens if you try to ping the pix from the 3750 while sourcing from your 172.24.10.1 address? Does it fail? If you can ping from the pix to the host on the 172.24.10.100 address, you *should* be able to ping the pix from the same host.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you trace the packet from the 172.24.10.100 host, where does it fail? Does it get past the 3750?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2009 19:41:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-routing-to-internal-networks/m-p/1182134#M859629</guid>
      <dc:creator>John Blakley</dc:creator>
      <dc:date>2009-06-02T19:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Pix routing to internal networks</title>
      <link>https://community.cisco.com/t5/network-security/pix-routing-to-internal-networks/m-p/1182135#M859630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sarat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your topology won't work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With pix v6.x you cannot route traffic back out of the interface that the traffic entered on eg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your client 192.168.20.100 has a default-gateway of 192.168.20.1 ie. the pix. So when it tries to ping any destination on 172.24.10.x the traffic is sent to the pix. But the pix cannot then send the traffic back out the same interface it was received on. And that's what the pix needs to do. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solutions with the pix - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) If you have a spare interface on the pix use that so the traffic doesn't have to routed back out the same interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Upgrade your pix to v7.x or v8.x. With these versions of code there is a feature called hair-pinning which allows you to route traffic back out of the same interface it was received on. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note v7.x/8.x code upgrade may well require you to upgrade the memory on your pix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2009 20:02:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-routing-to-internal-networks/m-p/1182135#M859630</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2009-06-02T20:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Pix routing to internal networks</title>
      <link>https://community.cisco.com/t5/network-security/pix-routing-to-internal-networks/m-p/1182136#M859632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I learn something every day Jon. I rated you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2009 20:05:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-routing-to-internal-networks/m-p/1182136#M859632</guid>
      <dc:creator>John Blakley</dc:creator>
      <dc:date>2009-06-02T20:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Pix routing to internal networks</title>
      <link>https://community.cisco.com/t5/network-security/pix-routing-to-internal-networks/m-p/1182137#M859634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"I learn something every day Jon"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yep, so do i, keeps things interesting &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the rating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2009 20:11:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-routing-to-internal-networks/m-p/1182137#M859634</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2009-06-02T20:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Pix routing to internal networks</title>
      <link>https://community.cisco.com/t5/network-security/pix-routing-to-internal-networks/m-p/1182138#M859636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jon. I had the same thought and indicated same security command in my first post and you confirmed that with a good explanation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For some reason I could not upgrade to 7.x. Please find my post on this below. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://forums.cisco.com/eforum/servlet/NetProf?page=netprof&amp;amp;forum=Security&amp;amp;topic=Firewalling&amp;amp;CommCmd=MB%3Fcmd%3Dpass_through%26location%3Doutline%40%5E1%40.2cd2b6eb" target="_blank"&gt;http://forums.cisco.com/eforum/servlet/NetProf?page=netprof&amp;amp;forum=Security&amp;amp;topic=Firewalling&amp;amp;CommCmd=MB%3Fcmd%3Dpass_through%26location%3Doutline%40%5E1%40.2cd2b6eb&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However though not a good solution I could get this working for by adding a static route on 192.168.20.100 pointing to the VLAN IP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route -p ADD 172.24.10.0 MASK 255.255.255.0 192.168.20.3 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I still want to get this right upgrading to 7.x. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2009 12:07:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-routing-to-internal-networks/m-p/1182138#M859636</guid>
      <dc:creator>sarat1317</dc:creator>
      <dc:date>2009-06-04T12:07:16Z</dc:date>
    </item>
  </channel>
</rss>

