<?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 and OSPF in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-and-ospf/m-p/307598#M565344</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't understand this command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 1.1.1.2 10.0.0.2 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are translating to an address that is already being used by the router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For OSPF, try using OSPF neighbor command in routers to explicitly specify the neighbor to which ospf LSAs should be sent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Jun 2004 08:54:35 GMT</pubDate>
    <dc:creator>rais</dc:creator>
    <dc:date>2004-06-02T08:54:35Z</dc:date>
    <item>
      <title>PIX and OSPF</title>
      <link>https://community.cisco.com/t5/network-security/pix-and-ospf/m-p/307597#M565341</link>
      <description>&lt;P&gt;Hi Everyone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this scenario, i actually took a incomplete sample out of some CCO documentation :&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;R1 ---------outside -- PiX -------- inside----- R2 &lt;/P&gt;&lt;P&gt;                             |&lt;/P&gt;&lt;P&gt;                             |&lt;/P&gt;&lt;P&gt;                            DMZ&lt;/P&gt;&lt;P&gt;                             |&lt;/P&gt;&lt;P&gt;                             |&lt;/P&gt;&lt;P&gt;                             R3&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;I am trying to establish OSPF neighbors with the routers R1 , R2 and R3  - they are all separated by a PIX firewall.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Neighbors will not form. Can I get away with not configuring OSPF on the PIX ?&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;From R1 I can ping the outside interface of the PIX  -  Why is it that I cannot ping R1's interface from the PIX ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From R2 I can also ping the inside interface of the PIX but not vice-versa.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;I am still new to the PIX and I don't have a clue as to why this is not working.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Any help is much appreciated.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Here are the configs:&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;R1:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;int e0&lt;/P&gt;&lt;P&gt;ip add 1.1.1.2 255.255.255.0&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;router ospf 1&lt;/P&gt;&lt;P&gt;network 1.1.1.0 0.0.0.255 area 0&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;R2:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;int e0&lt;/P&gt;&lt;P&gt;ip add 10.0.0.2 255.0.0.0&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;router ospf 1&lt;/P&gt;&lt;P&gt;network 10.0.0.0 0.255.255.255 area 10&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R3:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;int e0&lt;/P&gt;&lt;P&gt;ip add 192.168.1.2 255.255.255.0&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;router ospf 1&lt;/P&gt;&lt;P&gt;network 192.168.1.0 0.0.0.255 area 192&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;PIX --------------------------------------------------&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 dmz security50&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;ip address outside 1.1.1.1 255.255.255.0 ip address inside 10.0.0.1 255.0.0.0 ip address dmz 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 1.1.1.2 10.0.0.2 netmask 255.255.255.255 0 0 static (dmz,outside) 1.1.1.3 192.168.1.3 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;global (outside) 1 1.1.1.4-1.1.1.254&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0 0 0&lt;/P&gt;&lt;P&gt;nat (dmz) 1 0.0.0.0 0.0.0.0 0 0&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 101 permit ospf any any&lt;/P&gt;&lt;P&gt;access-list 101 permit icmp any any&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group 101 in interface outside&lt;/P&gt;&lt;P&gt;access-group 101 in interface inside&lt;/P&gt;&lt;P&gt;access-group 101 in interface dmz&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;sh access-list&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;access-list cached ACL log flows: total 0, denied 0 (deny-flow-max 1024)&lt;/P&gt;&lt;P&gt;            alert-interval 300&lt;/P&gt;&lt;P&gt;access-list 101; 2 elements&lt;/P&gt;&lt;P&gt;access-list 101 line 1 permit ospf any any (hitcnt=0) access-list 101 line 2 permit icmp any any (hitcnt=0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 07:26:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-and-ospf/m-p/307597#M565341</guid>
      <dc:creator>PAUL CHEN</dc:creator>
      <dc:date>2020-02-21T07:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: PIX and OSPF</title>
      <link>https://community.cisco.com/t5/network-security/pix-and-ospf/m-p/307598#M565344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't understand this command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 1.1.1.2 10.0.0.2 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are translating to an address that is already being used by the router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For OSPF, try using OSPF neighbor command in routers to explicitly specify the neighbor to which ospf LSAs should be sent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2004 08:54:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-and-ospf/m-p/307598#M565344</guid>
      <dc:creator>rais</dc:creator>
      <dc:date>2004-06-02T08:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: PIX and OSPF</title>
      <link>https://community.cisco.com/t5/network-security/pix-and-ospf/m-p/307599#M565347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The pix will not allow routing protocol updates to flow thru it, due to the multicast addresses being used.  You could tunnel the OSPF advertisements between the routers using GRE, and modify the acl on the pix to permit the GRE protocol.  An alternative would be to use the ospf neighbor command to modify the ospf packet to use ip unicast instead of multicast source and dest addresses.  In that case the acls would change to:  permit ip host router-source host router-dest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to run ospf on the pix, I refer you to the cisco web site for the pix 6.3 doc as using NAT does have implications on the ospf process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the PIX is used as the gateway between all of the routers, unless there is a need to run OSPF between the routers directly, or between the routers and the pix, the route path is pretty clear cut:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;The pix uses R1 as the default gateway, R3 for dmz hosts and R2 for inside hosts.  R2 and R3 use the pix as the default gateway.  R1 uses the pix for internal and dmz networks.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2004 09:58:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-and-ospf/m-p/307599#M565347</guid>
      <dc:creator>ehirsel</dc:creator>
      <dc:date>2004-06-02T09:58:57Z</dc:date>
    </item>
  </channel>
</rss>

