#!/bin/sh

source /opt/dvs/etc/profile


if [ -f /opt/dvs/etc/hw_ether ]; then
    HW_ETH=`cat /opt/dvs/etc/hw_ether`
    ifconfig eth0 down
    ifconfig eth0 hw ether $HW_ETH
fi

ifconfig eth0 up
ifconfig eth0 192.168.1.10 netmask 255.255.255.0
route add default gw 192.168.1.254 dev eth0
ifconfig lo 127.0.0.1
telnetd

himm 0x200F0174 2
