#
# 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=ah
transport_algorithm=hmac-sha1
transport_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_algorithm=blowfish-cbc
tunnel_secret="THIS_IS_ESP_SECRET!!"
