[Spread-users] Automagically running Spread on a LAN

Ben Laurie ben at algroup.co.uk
Tue Jun 26 16:43:34 EDT 2001


During the workshop today there was a somewhat daft (IMO) discussion
about how to make Spread work automagically on a LAN. Well, here's how:

#!/bin/sh

echo Spread_Segment $1.255:4803 \{
i=1
while [ $i -lt 256 ] 
	do echo "    host$i $1.$i"
	i=`expr $i + 1`
done
echo \}


--
http://www.apache-ssl.org/ben.html

In Boston 'til 1st July.





More information about the Spread-users mailing list