#! /bin/sh
if [ `whoami` != 'root' ]
  then
     echo $0': You must be root to execute this script.'
     exit 1
fi
rmmod lp
modprobe plip
#route add -net 192.168.0.0 netmask 255.255.255.0 dev plip0
ifconfig plip0 two pointopoint one up
#route add one plip0
portmap
rpc.mountd
rpc.nfsd
plipconfig plip0 nibble 10000 trigger 5000

