This article describes the issue of unexpected proxy ID match, when overlapping proxy IDs are used.
If multiple overlapping proxy ID are configured, the match might not be exactly predictable as expected.
For example, if the following configuration is in place:
vpn A { bind-interface st0.1; ike { gateway my_ike_gw; proxy-identity { local 10.0.0.100/32; remote 172.16.0.200/32; service any; } ipsec-policy my_ipsec_policy; } } vpn B { bind-interface st0.2; ike { gateway my_ike_gw; proxy-identity { local 10.0.0.0/8; remote 172.16.0.0/12; service any; } ipsec-policy my_ipsec_policy; } }
local 172.16.0.200/32 remote 10.0.0.100/32 service any