How to manually start the network interface in single-user mode:


  1. Plumb the interface - Until you do this, the NIC will not even show in ifconfig:
  2. # ifconfig hme0 plumb
  3. Apply an IP address, and bring it up:
  4. # ifconfig hme0 192.168.1.24 up
  5. Specify a route to the outside world:
  6. # route add default 192.168.1.1 1
  7. You should now be able to ftp/telnet out from this system