HP-UX IPSec version A.02.01 manpages

i
ipsec_config_batch(1M) ipsec_config_batch(1M)
(HP-UX IPSec Software Required)
# authenticate all outbound telnet sessions to 10.2.2.2
add host telnet_out -destination 10.2.2.2/32/TELNET \
-pri 100 -action AH_SHA1
# authenticate all inbound telnet sessions from 10.2.2.2
add host telnet_in -source 0.0.0.0/0/TELNET \
-destination 10.2.2.2 -pri 110 -action AH_SHA1
# IKE policy
add ike all_ike -remote 10.2.2.2 -pri 10000 -auth psk
# preshared key for 10.2.2.2
add auth aloha -remote 10.2.2.2 -preshared good
AUTHOR
ipsec_config_batch
was developed by HP.
FILES
/var/adm/ipsec/config.db
configuration database.
/var/adm/ipsec/.ipsec_profile
default
ipsec_config profile file.
SEE ALSO
ipsec_admin(1M), ipsec_config(1M), ipsec_config_add(1M), ipsec_config_delete(1M),
ipsec_config_export(1M), ipsec_config_show(1M), ipsec_migrate(1M), ipsec_policy(1M), ipsec_report(1M).
42 Hewlett-Packard Company 2 HP-UX IPSec A.02.01