HP-UX IPSec version A.02.01 Administrator's Guide
Quick Configuration Procedure and Tips
Step 2: Modifying the Configuration Batch File Template
Chapter 378
ipsec_config add telnet_from_blue \
-source 15.1.1.1/32/TELNET \
-destination 15.2.2.2 \
-action ESP_AES128_HMAC_SHA1
add ike blue -remote 15.2.2.2 \
-authentication PSK -group 2 -hash SHA1 -encryption 3DES
add auth blue -remote 15.2.2.2 \
-psk my_red_blue_key
Blue Configuration
On blue, you uncomment and edit the following four entries from the
template file:
ipsec_config add telnet_to_red \
-source 15.2.2.2 \
-destination 15.1.1.1/32/TELNET \
-action ESP_AES128_HMAC_SHA1
ipsec_config add telnet_from_red \
-source 15.2.2.2/32/TELNET \
-destination 15.1.1.1 \
-action ESP_AES128_HMAC_SHA1
add ike red -remote 15.1.1.1 \
-authentication PSK -group 2 -hash SHA1 -encryption 3DES
add auth red -remote 15.1.1.1 \
-psk my_red_blue_key