| The networks on your side of the VPN | |
| The networks "behind" the Checkpoint FW |
| Checkpoint's WAN IP address you'll be using as the remote end of the tunnel | |
| Key Exchange encryption (DES, CAST, or 3DES) This HOWTO uses 3DES | |
| Data integrity (MD5 or SHA1) This HOWTO uses SHA1 | |
| Pre-Shared Secret |
| The WAN IP address on your OpenBSD host | |
| An address on your OpenBSD host which exists in one of the OPENBSD_INTERNAL_NETWORK(s) |
Keynote-version: 2
Authorizer: "POLICY"
Conditions: app_domain == "IPsec policy" &&
esp_present == "yes" &&
esp_enc_alg != "null" -> "true";
[General] Retransmits= 5 Exchange-max-time= 120 Listen-on= [OPENBSD_WAN_IP] [Phase 1] [CHECKPOINT_WAN_IP]= openbsd-checkpoint [openbsd-checkpoint] Phase= 1 Transport= udp Local-address= [OPENBSD_WAN_IP] Address= [CHECKPOINT_WAN_IP] Configuration= Default-main-mode Authentication= [CHECKPOINT_SECRET] [Phase 2] Connections= VPN-myhost-theirhost-10.0.0.0/255.255.255.0, VPN-myhost-theirhost-172.16.0.0/255.255.255.0 [VPN-myhost-theirhost-10.0.0.0/255.255.255.0] Phase= 2 ISAKMP-peer= openbsd-checkpoint Configuration= Default-quick-mode Local-ID= mynetwork-192.168.0.0/255.255.255.0 Remote-ID= theirnetwork-10.0.0.0/255.255.255.0 [VPN-myhost-theirhost-172.16.0.0/255.255.255.0] Phase= 2 ISAKMP-peer= openbsd-checkpoint Configuration= Default-quick-mode Local-ID= mynetwork-192.168.0.0/255.255.255.0 Remote-ID= theirnetwork-172.16.0.0/255.255.255.0 [mynetwork-192.168.0.0/255.255.255.0] ID-type= IPV4_ADDR_SUBNET Network= 192.168.0.0 Netmask= 255.255.255.0 [theirnetwork-10.0.0.0/255.255.255.0] ID-type= IPV4_ADDR_SUBNET Network= 10.0.0.0 Netmask= 255.255.255.0 [theirnetwork-172.16.0.0/255.255.255.0] ID-type= IPV4_ADDR_SUBNET Network= 172.16.0.0 Netmask= 255.255.0.0 [Default-main-mode] DOI= IPSEC EXCHANGE_TYPE= ID_PROT Transforms= 3DES-SHA # The above 3DES-SHA is based on [CHECKPOINT_KEY_ENC] and [CHECKPOINT_HASH] see the manpage for isakmpd.conf for other alternatives. [Default-quick-mode] DOI= IPSEC EXCHANGE_TYPE= QUICK_MODE Suites= QM-ESP-3DES-SHA-SUITE