Hello community,
i have an issue on my configuration of vpn ipsec with 3rd party ( juniper), let me explain:
i created a vpn betwenn my cluster ( R80.40) and a remote Juniper Gateway.
traffic from juniper side to network behind my cluster CP is ok.
traffic from my to network to remote network is KO.
the configuration of my VPN domain: local 10.167.52.0/24 and remote 10.167.200.0/24
the same proxy id are configured on the juniper side.
tunnel management: one vpn tunnel per subnet pair
when investigating i find that ikep2 is ko ( CP to juniper)
on the juniper; IPSec negotiation failed with error: Peer proposed traffic-selectors are not in configured range
on the cp: Child SA exchange: Received notification from peer: Traffic selectors unacceptable MyTSi: <10.167.0.0 - 10.167.255.255> MyTSr: <10.167.200.0 - 10.167.200.255>
This is due to supernetting, i assume. i made change as described on other discussion:
Guidbedit values to change to FALSE:
ike_enable_supernet
ike_p2_enable_supernet_from_R80.20
ike_use_largest_possible_subnets
but my cp gateway still send /16 instead of /24
can someone help on this?