# route add default 192.168.0.1
add net default: gateway 192.168.0.1: Network is unreachable
Is there a way to configure networking after I boot of a CD into single
user mode?
Thanks.
Ben..
Now on to figuring out how to restore this thing...
Before you can add the route you need to bring the interface up. If you
have not already done so, give the interface an address, netmask, etc.
Something like...
# ifconfig hme0 192.168.0.100 netmask 255.255.255.0
# ifconfig hme0 up
Then you should be able to add a default router.
Doesn't he need to "plumb" the interface first?