Thanks Peter.



tclient in etc/ contains

# This is for the server emulator on minnie.
127::210.48.107.133:8000:::



rc.net in etc/rc.d/ contains

#
#!/bin/sh
#

if /sbin/insmod -f /lib/modules/turbonet.o macaddr=101010 timing=3 ; then
export DYNAMIC_NET_DEV=eth0
mkdir -p /var/state/dhcp
/sbin/dhclient -q eth0 2>/dev/null &
fi