<html>
<br>
Here are some suggestions that seem to work for me:<br><br>
Download the lastest beacon software - beacon_v0.63<br><br>
Edit Beacon.java to these values (I randomly increased them)<br><br>
&nbsp;&nbsp;&nbsp; final static int maxPacketSize = 4096; // set this to
quite large enough<br>
&nbsp;&nbsp;&nbsp; final static String magicString=
&quot;beacon0600&quot;; // unique identification<br>
&nbsp;&nbsp;&nbsp; final static int maxReportPacketSize = 16384; //
approximately enough for 80<br><br>
Edit Send.java<br><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
socket.setTimeToLive(bcn.mcTtl); // for JDK1.2<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //
socket.setTTL((byte)bcn.mcTtl);&nbsp;&nbsp;&nbsp;&nbsp; // for
JDK1.1<br><br>
<br>
Run &quot;javac *.java&quot;<br><br>
Restart the beacon. FYI, I see 119 different sources in the
<b>233.2.171.1</b> group.<br><br>
At 12:04 AM 4/21/2003 -0500, Bill Nickless wrote:<br>
<blockquote type=cite class=cite cite>Hi Bob,<br><br>
Which beacons did you restart?&nbsp; I would like to look to see if their
reports are making it to the server, and that their traffic is making it
to the outside world.<br><br>
There could still be a problem, but I would like to look at specific
beacons to verify it.<br>
</blockquote></html>