Tag Archives: ipsec

Juniper Routed IPSec VPN

In this post we will talk about setting a routed site to site vpn on juniper SRX. To begin with we need to set the IKE proposal set security {     ike {         proposal Site-To-Site {             authentication-method pre-shared-keys;             dh-group group2;             authentication-algorithm sha1;             encryption-algorithm aes-256-cbc;             lifetime-seconds 28800; For this set… Read More »