# MIPL Mobile IPv6 Configuration file # Should this node act as a home agent (ha), mobile node (mn) or # correspondent node (cn). HA and MN both have CN functionality # embedded. Default: cn. FUNCTIONALITY=mn # In error situations it may be desired to get more detailed # information what is happening. Increase this value to get more # messages from the module (default: 0). DEBUGLEVEL=7 # Should unicasts to node's site-local address be tunneled when mobile # node is not in its home network (default: yes). #TUNNEL_SITELOCAL=yes # Minimum number of free tunnel devices kept in cache on MN or HA # Must be set to at least 1 for MN and HA. To ensure successful # bindings even during high work loads it could be set to a bigger # value on the HA. MIN_TUNNEL_NR=1 # Maximum number of free tunnel devices kept in cache on MN or HA # Must be set to at least 1 for MN and HA. To improve performance # set it higher than MIN_TUNNEL_NR MAX_TUNNEL_NR=10 # Should MN use reverse tunnel for communication with CN (default: no) #USE_REVERSE_TUNNEL=no # Home address for mobile node with prefix length. Example: # 3FFE:2620:6:1234:ABCD::1/48 (Don't use the example value!) HOMEADDRESS=3ffe:8001:12:a88::3/64 # Home agent's address for mobile node. HOMEAGENT=3ffe:8001:12:a88::5/64 # Path for a file containing list of IPv6 addresses (and other # information) of mobile nodes for which this node is allowed to act # as a home agent. #MOBILENODEFILE=/etc/mipv6_acl.conf # Configuration file for security associations used for authentication of # MIPv6 signaling. Requires AH support to be compiled into MIPL. #SAFILE=/etc/mipv6_sas.conf # Mobile nodes are allowed to send Router Solicitation messages at a # shorter minimum interval than normal IPv6 nodes (default: 4 # seconds). This value controls the mobile nodes minimum Router # Solicitation interval in seconds (default: 1). RTR_SOLICITATION_INTERVAL=1 # After sending MAX_RTR_SOLICITATIONS (defined by IPv6, default: 3) # mobile node reduces Router Solicitation send rate with binary # exponential back-off mechanism until the maximum send time limit is # reached. This option sets the maximum send time in seconds. RTR_SOLICITATION_MAX_SENDTIME=5