HP-UX IPSec version A.02.01 Administrator's Guide
HP-UX IPSec and HP-UX Mobile IPv6
Mobile IPv6 Dynamic Key Configuration Example
Appendix F 323
add tunnel mipv6_payload_tunnel \
-tsource 2001:db8:11:11::fefe:1111 \(Home Agent))
-source 0::0 \(wildcard for any Correspondent Node)
-destination 2001:db8:11:11::/64 \(Mobile Node subnet addr.)
-protocol ALL \
-action ESP_AES128_HMAC_SHA1
IKE Policy (Step 5)
add ike mipv6_clients \
-remote 2001:db8:11:11::/64 \(Mobile Node subnet addr.)
-authentication pkey
Authentication Records (Step 6)
There is one authentication record for each Mobile Node.
add auth mipv6_client_2222 \
-remote 2001:db8:11:11::fefe:2222 \(1st Mobile Node’s address)
-ltype FQDN -lid home_agent.acorp.com
-rtype USER-FQDN -rid joe_strummer@acorp.com
-exchange AM
-preshared secret2222
add auth mipv6_client_3333 \
-remote 2001:db8:11:11::fefe:3333 \(2nd Mobile Node’s address)
-ltype FQDN -lid home_agent.acorp.com
-rtype USER-FQDN -rid carolw@acorp.com
-exchange AM
-preshared secret3333