Hello.
We have Cluster with CheckPoint 12600(R77.30). Cluster in Hight Availabilitity mode. And we need to connect to network with subnet 10.1.1.116/30. So, one address 117 configureied to Checkpoint Cluster, other 118 to Gateway to remote network. So I was read this article https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solut...
And then I configuried on my nodes interfaces from Network 192.168.0.116/30 and on topology configuried Cluster Interface 10.1.1.117. Then I configuried static routes like this:
10.1.1.116 masklen 30 gateway bond0.997 scopelocal;
172.16.0.1 masklen 32 gateway 10.1.1.118;
I created manual rule for internal network like this:
src: localnet dst: 172.16.0.1 - translate src: 10.1.1.116
src: localnet dst: 10.1.1.116 - translate src: 10.1.1.116
But it is not working - icmp did not answer to this hosts. In logs I can see accepted messgages and in xltsrc i can see NATed address.
How Can I find where is problem?