# Edit for your setup. Refer to the software documentation for
# clarifications.

IPADDR="128.226.127.130"        # REPLACE with permanent IP address of YOUR MH!
NETMASK="255.255.255.224"       # REPLACE with YOUR netmask!
HOMEAGENT="128.226.127.132"     # REPLACE with YOUR Home Agent address!
INTERFACE="eth0"                # REPLACE with the interface name of YOUR MH! 
LOGFILE="mh.log"                # REPLACE with the name of YOUR log file!

# Start up the mh daemon

mh -a ${IPADDR} -m ${NETMASK} -g ${HOMEAGENT} -i ${INTERFACE} 2> ${LOGFILE} &