Hello, thanks for your answer!
I only added a specific server to the group. And now in the group for the VPN community I have LAN2 and serverLAN1. But the tunnel is still not going.
Also, I do not quite understand what I need to add in the "user.def" file
I did like this
[Expert @ CP_GW1: 0] # cat user.def.FW1
/ *
* (c) Copyright 1993-2008 Check Point Software Technologies Ltd.
* All rights reserved.
*
* This is proprietary information of Check Point Software Technologies
* Ltd., which is provided for informational purposes only and for use
* solely in conjunction with the authorized use of Check Point Software
* Technologies Ltd. products. The viewing and use of this information is
* subject, to the extent appropriate, to the terms and conditions of the
* license agreement that authorizes the use of the relevant product.
*
* $ RCSfile: user.def, v $ $ Revision: 1.2.1488.1.4.1 $ $ Date: 2004/03/03 17:01:14 $
* /
#ifndef __user_def__
#define __user_def__
//
// User defined INSPECT code
//
subnet_for_range_and_peer = {
<172.16.16.1, 192.168.0.1, 192.168.0.1; 255.255.255.255>
};
#endif / * __user_def__ * /
[Expert @ CP_GW1: 0] #
172.16.16.1 is the LAN3 server
192.168.0.1 is the LAN1 server
But it didn't work.
Maybe I need to add another rule?