## Simple beta script to verify csr
hostname IXDP425
mount -t proc proc /proc
mount -o remount,rw /dev/root /
ifconfig lo 127.0.0.1
route add -net 127.0.0.0 netmask 255.255.255.0 lo
insmod ixp400.o
insmod ixp425_eth.o
# assign static IP
#ifconfig ixp0 192.168.0.201 broadcast 192.168.0.255 netmask 255.255.255.0

