#
# a sample config file for mip6makeconfig.sh
#
# this file must be placed in /usr/local/v6/etc/mobileip6/nodename where
# nodename is a arbitrary name of a mobile node.
#

#
# set proper addresses for both a mobile node and a home agent.
#
mobile_node=2001:200:0:0:201:11ff:fe54:4fde
home_agent=2001:200:0:0:201:11ff:fe54:5ffc

#
# parameters for the IPsec transport mode to protect home (de)registration.
#
transport_spi_mn_to_ha=2000
transport_spi_ha_to_mn=2001
transport_protocol=esp
transport_esp_algorithm=blowfish-cbc
transport_esp_secret='"THIS_IS_ESP_SECRET!!"'
transport_auth_algorithm=hmac-sha1
transport_auth_secret='"THIS_IS_AH_SECRET!!!"'

#
# parameters for the IPsec tunnel mode to protect RR signals.
#
tunnel_spi_mn_to_ha=2002
tunnel_spi_ha_to_mn=2003
tunnel_uid_mn_to_ha=2002
tunnel_uid_ha_to_mn=2003
tunnel_esp_algorithm=blowfish-cbc
tunnel_esp_secret=0x0001020304050607080900010203040506070809
tunnel_auth_algorithm=hmac-sha1
tunnel_auth_secret=0x0908070605040302010009080706050403020100
