<?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 Microsoft ISA integration --swamy in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-and-microsoft-isa-integration-swamy/m-p/468193#M534424</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Solace,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your advice. I convinced my IT team and they accepted this design what you have suggested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have a question&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we get the failover IF we connect each ISA inside to one of the 2 core switches configured in failover config. If one ISA down other one should take over&lt;/P&gt;&lt;P&gt;PIX also in failover config series to ISA. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The final design is we need to have no single point of failover from pix to internal servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls suggest your solution on each device &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;swamy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Aug 2005 05:11:05 GMT</pubDate>
    <dc:creator>brindha</dc:creator>
    <dc:date>2005-08-16T05:11:05Z</dc:date>
    <item>
      <title>PIX and Microsoft ISA integration --swamy</title>
      <link>https://community.cisco.com/t5/network-security/pix-and-microsoft-isa-integration-swamy/m-p/468191#M534422</link>
      <description>&lt;P&gt;Dear Pros,&lt;/P&gt;&lt;P&gt;I instaled 2 pix 525 in failover config for the internal server farm VLAN. It is working and tested.Now I wants to add 2 ISA server in series to the pixs placing the ISA before the pix behind internet routers.&lt;/P&gt;&lt;P&gt;The order of the devices are as follow&lt;/P&gt;&lt;P&gt;Internet-Inetrouter WAN-inetrouterLAN-L2 switch-2ISA servers out side NICS connected to L2 switch-ISA servers inside NICS each to outside int of each PIX firewall -PIX firewalloutside to each inside nic of ISA- PIX firewall inside to  2 core switches (in hsrp) 4507R in redundancy -severs clusters with 2 nics to each core switch in same VLAN.&lt;/P&gt;&lt;P&gt;I achieved the failover upto PIX firewall.But Now I want to know how can place the ISA servers befoer the PIX firewall?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am in the need of implementing it in datacentre environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls provide me the correct solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;swamy  &lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 08:19:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-and-microsoft-isa-integration-swamy/m-p/468191#M534422</guid>
      <dc:creator>brindha</dc:creator>
      <dc:date>2020-02-21T08:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: PIX and Microsoft ISA integration --swamy</title>
      <link>https://community.cisco.com/t5/network-security/pix-and-microsoft-isa-integration-swamy/m-p/468192#M534423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would say you're doing it the wrong way around. My suggestion would be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Internet] &amp;lt;-&amp;gt; [PIX] &amp;lt;-&amp;gt; [ISA] &amp;lt;-&amp;gt; [Workstations/Servers]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I say this for a number of reasons.&lt;/P&gt;&lt;P&gt;1. The PIX is primarily a layer 2 device, it will block ports and ensure integrity and RFC compliance at that level (it does some protocol analysis but no where near the ISA's level {see below}).&lt;/P&gt;&lt;P&gt;2. SSL offloading, the ISA can offload inbound SSL connections. PIX can't.&lt;/P&gt;&lt;P&gt;3. Active directory integration - ISA integrates into AD, this is certainly possible to do through a PIX but it's a pain (static port mapping within the Windows for AD needs to be configured).&lt;/P&gt;&lt;P&gt;3. RPC - Microsoft's internal non published push for ISA allows the developers access to the specific RPC protocol requirements for Outlook and other Microsoft products. (PIX, Checkpoint and other firewall products - don't implement these).&lt;/P&gt;&lt;P&gt;4. ISA clients - outbound tunnelled connectivity (similar to SOCK5) through the ISA client can be controlled through the external PIX, your way around these would be bypassed.&lt;/P&gt;&lt;P&gt;5. You're trusting Cisco's TCP/IP stack over Windows. Which is always a matter of option by logic dictates that the larger amount of code the higher the probability of a flaw. At last check Cisco's PIX image was around 16MB, Windows is around 350MB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also if you're implementing a backend scenario would of course install more firewalls to segment the front-end and back-end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My 2c.&lt;/P&gt;&lt;P&gt;Views expressed here are my own and in no way reflect those of my employer etc etc etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2005 16:18:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-and-microsoft-isa-integration-swamy/m-p/468192#M534423</guid>
      <dc:creator>Solace</dc:creator>
      <dc:date>2005-08-10T16:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: PIX and Microsoft ISA integration --swamy</title>
      <link>https://community.cisco.com/t5/network-security/pix-and-microsoft-isa-integration-swamy/m-p/468193#M534424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Solace,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your advice. I convinced my IT team and they accepted this design what you have suggested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have a question&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we get the failover IF we connect each ISA inside to one of the 2 core switches configured in failover config. If one ISA down other one should take over&lt;/P&gt;&lt;P&gt;PIX also in failover config series to ISA. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The final design is we need to have no single point of failover from pix to internal servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls suggest your solution on each device &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;swamy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2005 05:11:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-and-microsoft-isa-integration-swamy/m-p/468193#M534424</guid>
      <dc:creator>brindha</dc:creator>
      <dc:date>2005-08-16T05:11:05Z</dc:date>
    </item>
  </channel>
</rss>

