View Single Post
  #3 (permalink)  
Old 2008-04-20
cciesec2006 cciesec2006 is offline
Senior Member
 
Join Date: 2006-09-26
Posts: 596
Rep Power: 2
cciesec2006 has an average reputation (10+)
Default Re: Check Point VPN design

Here is my thought on this.

I came from a school of thought where I think firewall should be left alone
doing firewall. VPN, remote access or L2L, should be done on Cisco IOS
routers.

If you want to design a network with fully redundant and automatic failover,
I suggest you looking at using GRE/IPSec and either Eigrp or OSPF . Basically
you place an IOS routers on the DMZ at each site where you do GRE/IPSec and
tunnel your dynamic routing protocol. In case your 2GB internal link goes down,
traffics between siteA and siteB will continue to communicate with each
other via the VPN. When the 2GB link comes back online, it will take over
because it has the shortest path between siteA and siteB as compared to
GRE/IPSec tunnel
Reply With Quote