- Nov 28, 2004
- 1,613
- 0
- 76
Just curious. I've been using the 3.08 client, but I hear the 3.03 version may be a tad quicker. Any thoughts?
Originally posted by: Ken_g6
I use both! I worte a batch script that checks the angle range of work units. "VLAR"s, very low angle-range work units, <0.1 in my case, are faster on 3.08. All the rest run on 3.03.
On your system(s) that run SetiQueue, search for the "hosts" file using Windows Explorer.
(For Win XP/2k - c:windows/system32/drivers/etc/hosts)
Edit it in a text editor (notepad is fine) and add a line at the end like this:
66.28.250.122 shserver2.ssl.berkeley.edu
(The IP and the server name are separated by a space or a tab character.)
If every one of your clients transmits to your setiqueue system, then that is the only one you need to worry about. In other words, any system that transmits directly to Berkeley should have the line above added to the hosts file.
The exploit requires a spoof entry to be added to the DNS cache on the system transmitting wu's to direct requests intended for Berkeley to a different system. TCP/IP always looks to the hosts file before looking at DNS to resolve host names so adding the line to your hosts file will always direct requests to Berkeley's IP regardless of what's in your DNS cache.
.... only if the Q you are using has taken the proper precautions!Originally posted by: Assimilator1
Good point spacehead
Though I thought it didn't matter if you used SETIQ?
I shared it once long ago, and no one paid any attention. But I'm home now, seeing this thread, so I'll try posting it again.Originally posted by: Assimilator1
3.03 ,its the fastest overall
v3.08 is about 15% slower on normal AR WUs which are the bulk of WUs
Though I see Ken_g6 has the best of both worlds!
Fancy sharing that Ken?
The general idea is to use it from Seti Driver, though it could be modified if you don't use that.rem Choose the best program to run SETI.
rem Name your 3.03 cli client "seti.exe" and your 3.08 client "seti308.exe"
:start
rem First, maybe, get a WU.
if not exist work_unit.sah goto getwu
rem Now check the angle_range
find "angle_range= 0.0" work_unit.sah
if errorlevel 1 goto normal
rem This is a VLAR.
..\seti308 -stop_after_process
goto nextwu
:normal
rem This is a normal work unit.
..\seti -stop_after_process
goto nextwu
:getwu
rem use "seti -stop_after_xfer -proxy x.x.x.x:yyy" if not using seti driver.
..\seti308 %1 %2 %3 %4
if exist stop_after_send.txt goto quit
:nextwu
rem Insert the following line if not using Seti Driver
rem goto start
rem Also remove all ..\'s in front of the seti calls:
:quit
Originally posted by: Assimilator1
3.03 ,its the fastest overall![]()