Configuring Microsoft Windows IP Security to Operate with HP-UX IPSec

HP-UX Configuration
On the HP-UX system, the administrator configures the following policies and records:
ipsec_config add host telnet_from_foo1 \
-source 10.2.2.2/32/TELNET -destination 10.1.1.1 \
-action ESP_3DES_HMAC_SHA1
ipsec_config add ike foo1 -remote 10.1.1.1 -auth PSK
ipsec_config add auth foo1 -remote 10.1.1.1 \
-psk my_preshared_key
If the HP-UX IPSec subsystem is not already started, the administrator starts it using the
ipsec_admin -start command.
Additional Options
For information on additional options and commands, see the HP-UX IPSec Administrator's Guide
and the following manpages:
ipsec_admin(1M)
ipsec_config(1M)
ipsec_policy(1M)
ipsec_report(1M)
.
32