head	1.4;
access;
symbols;
locks; strict;
comment	@# @;


1.4
date	94.06.16.19.28.12;	author roger;	state Exp;
branches;
next	1.3;

1.3
date	94.04.28.20.10.31;	author roger;	state Exp;
branches;
next	1.2;

1.2
date	94.04.27.18.26.13;	author roger;	state Exp;
branches;
next	1.1;

1.1
date	94.04.27.18.24.25;	author roger;	state Exp;
branches;
next	;


desc
@@


1.4
log
@update.
@
text
@#!/bin/sh -
#
#	@@(#)netstart	5.8 (Berkeley) 7/25/90

#routedflags="-q /dev/null"
routedflags=NO
gatedflags=NO
timedflags=NO
named=NO
rwhod=NO
amd=YES

# myname is my symbolic name
# my-netmask is specified in /etc/networks
#
hostname=myname.my.domain
hostname $hostname

# configure standard ethernet interface
#ifconfig ub0 inet $hostname netmask 255.255.255.0

# alternate addresses on ethernet
#ifconfig ub0 alias 129.177.21.11

# configure standard 4-meg token-ring interface
#ifconfig lan0 inet $hostname netmask 255.255.255.0

# configure PC-style 4/16-meg token-ring interface
#ifconfig tr0 inet $hostname netmask 255.255.255.0

# set the address for the loopback interface
ifconfig lo0 inet localhost

# use loopback, not the wire
route add $hostname localhost
@


1.3
log
@added gatedflags, and set routedflags to NO.
@
text
@d9 3
a11 1
rwhod=YES
@


1.2
log
@added lan0 and tr0.
@
text
@d5 3
a7 1
routedflags="-q /dev/null"
@


1.1
log
@Initial revision
@
text
@d15 1
a15 1
# configure ethernet interface
d20 6
@
