#! /bin/sh
#
# network	Establish the network connection.
#
# Version:	@(#)network  1.1  1996-05-29  miquels@cistron.nl
#

# Configure the loopback device.
ifconfig lo 127.0.0.1
route add -net 127.0.0.0 dev lo

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