#!/bin/sh - # # $Id: netstart,v 1.9 1994/04/18 06:44:43 rgrimes Exp $ # From: @(#)netstart 5.9 (Berkeley) 3/30/91 routedflags=-q timedflags=NO xntpdflags="NO" ntpdate="NO" rwhod=NO sendmail_flags="-bd -q30m" #kerberos_server=YES #nfs_server=YES #name_server=YES #gated=YES # my-name is my symbolic name # my-netmask is specified in /etc/networks # hostname=`cat /etc/myname` hostname $hostname if [ -e /etc/hostname.ed0 ]; then ifconfig ed0 `cat /etc/hostname.ed0` fi if [ -e /etc/hostname.ie0 ]; then ifconfig ie0 `cat /etc/hostname.ie0` fi if [ -e /etc/hostname.is0 ]; then ifconfig is0 `cat /etc/hostname.is0` fi # set the address for the loopback interface ifconfig lo0 inet localhost # use loopback, not the wire # route add $hostname localhost