So, working with an expert, i found i can get my ethernet card to work if after boot I type in the following: /sbin/insmod 3c509 /sbin/ifconfig eth0 <ip.address> netmask <netmask> /sbin/route add _net <network_addr> netmask <netmask> /sbin/route add default gw 24.5.225.1 metric 1 How do I get this to happen automatically on boot? --- lee If you don't want to know the answer, don't ask the question.
