The problem is still @ CheckPoint and Nokia without any progress (on their side) but I have noticed some weird things.
Each VPN peer has 2 routers behind it's internal interface.
Those routers try to setup a GRE tunnel with the other side, so they sent out GRE traffic continuously to the other router behind the other VPN peer.
router A sends GRE to router C
router B sends GRE to router D
routerA----+ +----routerC
+-----VPN1 clusterA----(Internet)----VPN1 clusterB----+
routerB----+ +----routerD
What we did to make it work:
- execute "shut" for each GRE tunnel on each router
- delete all ike and ipsec SA's on each VPN1 cluster
- check if theer is any other traffic triggering the setup of the tunnel
- execute "no shut" for each GRE tunnel on each router
Bamm, tunnels are up running!!!
Crazy bug software!
I wonder I will get the same situation again if one of devices gets rebooted or something like that.
Z.