Hi @biskit,
I think this it is not a suppernetting issue. Suppernetting is almost merging two adjacent networks into one network. For example 192.168.0.0/25 and 192.168.0.128/25 to 192.168.0.0/24. It has to do with the operlapped encdom's! You may need to define the routing of the overlapped encdom's in user.def.
172.30.50.0/24 (Tunnel 2) is part of the domain 172.30.0.0/16 (Tunnel 1) -> Therefore an overlapped encryption domain.
Overlapped encdom's are displayed with the following command:
vpn overlap_encdom
Add the following to user.def and it should work:
$FWDIR/lib/user.def
#ifndef __user_def__
#define __user_def__
//
// User defined INSPECT code
//
subnet_for_range_and_peer = {
<<vpn gateway ip>, 172.30.50.1, 172.30.50.254; 255.255.255.0>
};
#endif /* __user_def__ */
➜ CCSM Elite, CCME, CCTE ➜ www.checkpoint.tips