• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Is there a multi-computer tracking for WCG like HFM.net is to F@H ??

Page 2 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.
So I installed boinc on the monitoring machine, and ran the command for get_cc_status, and it says can't connect.
 
Ummm......... I am going to try this on the fly here. So I am going to spin up a Windows aws instance now to test this. Hopefully it will be sufficient. I am now running on fumes, in the morning I am going to regret what I have typed....


EDIT: It has been so long since I had to use Windows to do remote BOINC administration, that I am now getting the same issues, but I am on the move, and frequently drop off the mobile network
 
Last edited:
Fixed!
So select any field here:
wasVm3n.png

Then goto any tab, I went to tasks, it should turn grey for a second. Make sure your firewalls are set to accept all BOINC connections, when you do this. It should now connect. Another quirk for this piece of software
@Markfw
 
Last edited:
doesn't work
REALLY?!
Can you post the first 30 lines of the startup events. You can select them in the event viewer

Or does it say something like this in event viewer?
Code:
20/02/2017 9:06:08 AM |  | Config: GUI RPC allowed from any host
 
what is the file name of the startup events ? or where in the navigation, I don't see anything obvious.
 
ahhh. I figured it out. Good old windows (without showing file extensions) named my file cc_config.xml.txt. I showed extensions, then renamed, and BAM, now it shows up for one computer, now to add the other 3.

But now, it doesn't show me anything other than BOINC is running, no progress, ppd or the like for that computer.

Edit: I just had to wait a bit....
 
Last edited:
Nice that it's working for you now. I ventured into such config editing for BOINC myself only just recently and have to say that quite a bit of it is rather obscure. At least at first.
 
I have not found a rule yet that works, and still keep the firewall on. So for now its off. The rule I have is that any computer from 192.168.1.1 to 192.168.1.100 can come in, but that does not work.

Edit: OOPS, it shows my second computer, but no projects or tasks or any other tabs for that one.
 
On my BOINC workers with Win 7 Pro, the following rules were added to Windows Firewall after I acknowledged the mentioned requester which popped up automatically when BOINC was started with the edited cc_config.xml:
  • no outbound rules
  • two inbound rules: one for protocol = UDP, the other for TCP, rest of the rule properties are identical between these two rules
  • name: "BOINC client", description: "BOINC client"
  • group: empty
  • profile: "Private"
  • enabled: "Yes"
  • action: "Allow"
  • override: "No"
  • program: "C:\program files\boinc\boinc.exe"
  • local IP address: "Any"
  • remote IP address: "Any"
  • protocol: as noted, one rule with "UDP", another with "TCP"
  • local port: "All ports"
  • remote port: "All ports"
  • authorized users: empty (all users)
  • authorized computers: empty (all computers)
Mind you, just specifying two such rules may not be enough, as I suppose that there may be interactions with other rules and settings. However, I never really had to deal with firewalls in general and Windows Firewall in particular, hence can't give proper advice. On Windows, I have relied on the built-in firewall to poke enough holes on request whenever I launched a respective program the first time. On the single openSUSE box which I have since half a year, I eventually switched the built-in firewall off because I didn't have time to learn how to add the rules that I needed at the time.

PS, so far I am using F@H and BOINC remote GUIs only at home in a simple private, unsegmented network with static IP addresses and without domain controller.
 
Back
Top