#!/bin/sh -

#	@(#)netstart	5.2 (Berkeley) 7/16/88
routedflags=-q
rwhod=NO

# myname is my symbolic name
# my-netmask is specified in /etc/networks
#
hostname=myname.my.domain
ifconfig imp0 inet $hostname
ifconfig ace0 inet $hostname netmask my-netmask
ifconfig lo0  inet localhost

route add $hostname localhost 0
hostid $hostname
