#! /bin/sh
# network: establish the network connection.
# $Id: network,v 1.1 1995/02/19 20:29:29 imurdock Exp $

# Configure the loopback device.
ifconfig lo 127.0.0.1
route add 127.0.0.1

# Configure the ethernet device or start SLIP/PPP below.
