#!/bin/sh

K_VERSION=`uname -r`

## Pop IPv6 into the kernel!
# You may need to uncomment the following line if the IPv6 modules fails to 
# insert due to not finding the netlink module...

#insmod /lib/modules/${K_VERSION}/misc/netlink.o
insmod /lib/modules/${K_VERSION}/ipv6/ipv6.o

# This allows faster handovers to new networks
echo 0 > /proc/sys/net/ipv6/conf/all/dad_transmits

# Replace the following IP address with your Home Agents global address
/usr/bin/sethome 3ffe:2101:0:b00::1 64 

# Replace the following IP address with your Home Address
/usr/bin/setaddr 3ffe:2101:0:b00::10 0


