This article provides information on how to configure Junos Pulse to connect via Dynamic VPN to an SRX device, which is behind a Static 1-to-1 NAT device.
JUNOS Pulse ----- Internet ------ Static NAT Device ---- SRX Device 1 to 1 NAT
Dynamic VPN to an SRX device, which is behind a router/switch device and performing 1 to 1 Static NAT, will fail IPSec negotiations with Junos below 11.4R1. Beginning with Junos 11.4R1, Dynamic-VPN to an SRX device behind a Static NAT device is supported. This requires a local-id configuration on the SRX IKE responder. Topology:
JUNOS Pulse ----- Internet ------ Static NAT Device ----------- SRX Device 1 to 1 NAT 172.22.145.34 172.22.145.33 172.16.10.2
JUNOS Pulse ----- Internet ------ Static NAT Device ----------- SRX Device 1 to 1 NAT
root@SRX220# show security ike policy ike-dyn-vpn-policy { mode aggressive; proposal-set compatible; pre-shared-key ascii-text "$ABC123"; ## SECRET-DATA } gateway dyn-vpn-local-gw { ike-policy ike-dyn-vpn-policy; dynamic { hostname dynvpn; connections-limit 10; ike-user-type group-ike-id; } local-identity inet 172.22.145.33; external-interface ge-0/0/0.0; xauth access-profile dyn-vpn-access-profile; }
2020-02-26: minor non-technical edits.