#!/bin/sh
/sbin/ifconfig eth0 up
/sbin/ifconfig eth0 mtu 1500
/sbin/udhcpc -b -h `hostname` -i eth0 > /dev/null 2>&1
