From hpcea!hplabs!chris@ucbarpa.berkeley.edu Thu Apr 10 12:35:14 1986
Received: by hpcea; Thu, 10 Apr 86 13:31:27 mst
Received: from ucbarpa.berkeley.edu by hplabs.ARPA ; Thu, 10 Apr 86 12:20:38 pst
Received: by ucbarpa.berkeley.edu (5.45/1.9)
	id AA04204; Thu, 10 Apr 86 12:21:41 PST
Date: Thu, 10 Apr 86 12:21:41 PST
From: hpcea!hplabs!chris@ucbarpa.berkeley.edu (Chris Guthrie)
Message-Id: <8604102021.AA04204@ucbarpa.berkeley.edu>
To: hplabs!hpcea!hpcehse!michael, moran
Subject: One last caveat
Status: R

Our stub cables arrived today, so I installed the 79125A board.
Doing this, I discovered one other file that had to be forcibly
altered.  The HP500's can't broadcast their physical ethernet
addresses so we have to force the vax to recognize them.  We
have the following line in a file on our vax called
/etc/funnyroutes:
moose 08:00:09:00:5e:7e

During boot (in /etc/rc.local) we issue the following commands:
if [ -f /etc/arp ]; then
	/etc/arp -f /etc/funnyroutes & echo -n ' funnyroutes'	>/dev/console
fi

This sets the address up on the vax.

	Chris

