Index  | Recent Threads  | Unanswered Threads  | Who's Active  | Guidelines  | Search
 

Quick Go ยป
No member browsing this thread
Thread Status: Active
Total posts in this thread: 11
Posts: 11   Pages: 2   [ 1 2 | Next Page ]
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 2872 times and has 10 replies Next Thread
BobbyB
Veteran Cruncher
Canada
Joined: Apr 25, 2020
Post Count: 609
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Remote RPC stuff

Been experimenting with remote RPC to connect to PCs in my basement.

Set up one Xubuntu with the proper <allow_remote_gui_rpc>1</allow_remote_gui_rpc>, remote host config, and auth config files as in the docs. Played a lot with Windows boinccmd and of course it didn't work. Switched to boincmgr and it didn't work either. Then I decided to NOT enter the password and just use an IP. Success. Works WIN/*NIX. Seems the machines running boinc don't care about the remote config and auth files and just need <allow_remote_gui_rpc>1</allow_remote_gui_rpc>. So what's with all that set up.

Boinccmd doesn't work for me at all. It's not like I was going to use it. I get "Authorization failure: -155". The *nix version does work.

So why do I mention this as it seems to work for me as I would like it to work?

Seems like the safeguards with hosts and password are not working as stated if you depend on them. So how does this work with those using headless machines? It should work as the docs state.

Using Win10, Xunbuntu 18, and Xunbuntu 20. Clients 7.14, 7.9, and 7.16 respectively.

The Berkley forums were no help.
[Aug 5, 2020 12:15:08 AM]   Link   Report threatening or abusive post: please login first  Go to top 
Former Member
Cruncher
Joined: May 22, 2018
Post Count: 0
Status: Offline
Reply to this Post  Reply with Quote 
Re: Remote RPC stuff

Remove password from gui_rpc_auth.cfg files on the remote machines and the one from which you try to connect. Removing by erasing, but NO carriage return, truly empty.

Localhost does not require a password entry when connecting, just the network name or 127.0.0.1 (or 'localhost') and OK. Don't use the 192.168... IP, you'll be connecting the manager via the router instead of directly.

BTW, a long existing app, BOINCTasks, can do all that, search your (W)Lan by IP range, list your running clients out and allow you to add to a summary view for all your clients. There's even a web based version. It runs on Windows and Linux (in an emulation mode). The Linux headless fans can use an app called boinctui. It's a neat text based interface that runs in a terminal view. It can do remote connecting as well to other clients in your network.

Edit: At one point I started running with pre-assigned DHCP IP addresses to devices and set up remote_hosts.cfg with a list of those IP addresses and their network name like: 192.168.178.9 laptop3 also including 127.0.0.1 without name. It made remote connecting with BOINC Manager swift, but renamed the file to .cfgold since starting using BOINCTasks with it's network search function.
----------------------------------------
[Edit 2 times, last edit by Former Member at Aug 5, 2020 8:59:20 AM]
[Aug 5, 2020 6:28:41 AM]   Link   Report threatening or abusive post: please login first  Go to top 
Former Member
Cruncher
Joined: May 22, 2018
Post Count: 0
Status: Offline
Reply to this Post  Reply with Quote 
Re: Remote RPC stuff

While browsing github with 54 pull requests open and 540 active issues, stumbled on a webrpc item and link to this documentation what it all can do: https://boinc.berkeley.edu/trac/wiki/WebRpc#show_user

and another: https://github.com/BOINC/boinc/issues/3925

just FYI
[Aug 5, 2020 9:28:24 AM]   Link   Report threatening or abusive post: please login first  Go to top 
BobbyB
Veteran Cruncher
Canada
Joined: Apr 25, 2020
Post Count: 609
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Remote RPC stuff

The point I was making was that gui_rpc_auth.cfg files are not even needed and neither are remote_hosts.cfg files.
Two PCs (Xubuntu and Win10) have them and the password is not used. I just use an IP and a blank field for password. As a matter of fact, when I put in the password from the gui_rpc_auth.cfg on the remote, it says it is incorrect. Maybe I'll sniff that out with Wireshark.

The IP I am using to connect to these remotes is not even in the remote_hosts.cfg. I just made sure and removed it from both which had an entry and re-read the config files.

Two other Xubuntu machines have the files but with no data.

I knew about "Localhost does not require a password entry when connecting".

The only hic-up was to make a port rule for the Windows PC.

The last link seems to be onto something. Need time to digest those 2 links.
----------------------------------------
[Edit 2 times, last edit by BobbyB at Aug 5, 2020 6:54:00 PM]
[Aug 5, 2020 6:46:11 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Former Member
Cruncher
Joined: May 22, 2018
Post Count: 0
Status: Offline
Reply to this Post  Reply with Quote 
Re: Remote RPC stuff

The good thing I think is writing things out with proper file name references etc and regardless of 'I knew that', it might actually help some other reader who's faltering on same/similar connect issues or who thinks that's good to know instead of struggling with that 32 hex char random password.
[Aug 5, 2020 7:06:19 PM]   Link   Report threatening or abusive post: please login first  Go to top 
BobbyB
Veteran Cruncher
Canada
Joined: Apr 25, 2020
Post Count: 609
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Remote RPC stuff

I am preparing to add a comment to that last link you gave with what I wrote here and post a link to here if they let me.
[Aug 5, 2020 7:13:17 PM]   Link   Report threatening or abusive post: please login first  Go to top 
BobbyB
Veteran Cruncher
Canada
Joined: Apr 25, 2020
Post Count: 609
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Remote RPC stuff

I have an explanation. Bear with me

From the docs: https://boinc.berkeley.edu/wiki/Controlling_BOINC_remotely

1. All remote RPCs are authenticated using the GUI RPC password.

2. By default, remote RPCs are not accepted from any host. To specify a set of hosts from which RPCs are allowed, create a file remote_hosts.cfg in your BOINC data directory containing a list of allowed DNS host names or IP addresses. Only these hosts will be able to connect.

3. You can also set <allow_remote_gui_rpc>1</allow_remote_gui_rpc> in the options section of a cc_config.xml

4. Alternatively, if you run the client with the --allow_remote_gui_rpc command line option, it will accept connections from any host (subject to password authentication). If you have a remote_hosts.cfg file but also start the client with --allow_remote_gui_rpc, the file will be ignored, and any host will be allowed to connect.

Items 1 1nd 2 seem straight forward.
Item 3 seems to say that you turn on remote RPCs using 1. Default is off or 0.
Item 4 tells me that if I start the client with this option it is an alternative to starting remote RPC but it will accept any IP connection and if you you have a remote_hosts.cfg it will be ignored. The magic word is "alternatively" and my testing and logs show item 3 will also accept any connection (subject to password authentication) and ignore remote_hosts.cfg

Docs are ambiguous. The order of 3 and 4 should be flipped.

From what I can make out, the existence of a remote_hosts.cfg with something in it allows selective RPC IPs or to allow from any IP use either item 3 or 4. I would have expected an on/off switch, an allow list, and an allow all list from the command line.

What about (subject to password authentication)? You would expect to put a password in gui_rpc_auth.cfg. A human would enter a complicated password like 7urutlspunafrlkld. Right? Well yeah but you need to enclose it in <gui_rpc_password></gui_rpc_password>. And where is this written? Nowhere in the docs.

I looked into the boinc executable and found it there. Tried it and it worked. Is this correct? Who knows. Anything in the gui_rpc_auth.cfg without the format or the with the format and nothing enclosed means no password.

This is no way official. It's just the way I found it to work.

I'll leave boinccmd to someone else.
[Aug 5, 2020 11:43:09 PM]   Link   Report threatening or abusive post: please login first  Go to top 
TruboXL
Cruncher
Malaysia
Joined: Nov 22, 2015
Post Count: 29
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Remote RPC stuff

The next BOINC version will mandate having a password anyway
https://github.com/BOINC/boinc/pull/3709
[Aug 6, 2020 3:41:35 AM]   Link   Report threatening or abusive post: please login first  Go to top 
BobbyB
Veteran Cruncher
Canada
Joined: Apr 25, 2020
Post Count: 609
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Remote RPC stuff

They state it is a security risk but only if these machines run in offices or large places or in a cloud somewhere. The 4 machines are in my basement. zero security risk. I wonder how many users are like me doing this from their home.
[Aug 6, 2020 5:06:48 AM]   Link   Report threatening or abusive post: please login first  Go to top 
Former Member
Cruncher
Joined: May 22, 2018
Post Count: 0
Status: Offline
Reply to this Post  Reply with Quote 
Re: Remote RPC stuff

The suggestion from projects is https://github.com/BOINC/boinc/projects is that 7.18 is not far off from completion. It very much seems this issue 3709 is driven by a WCG tech (alias). Anyway, I've prepped and put a simple password in my gui_rpc_auth.cfg file and had no trouble connecting typing it out to test after a restart though as noted it's not required for localhost. I'll try with AndroBOINC if i manage to connect to the PC remotely.

... And after some toying with the W10 Firewall adding a rule opening inbound standard BOINC port 31416 on the private network, now viewing my Windows client tasks from the tablet. A small step... The password enforcement makes sense. Better be safe than sorry.
----------------------------------------
[Edit 1 times, last edit by Former Member at Aug 6, 2020 8:45:07 AM]
[Aug 6, 2020 8:43:59 AM]   Link   Report threatening or abusive post: please login first  Go to top 
Posts: 11   Pages: 2   [ 1 2 | Next Page ]
[ Jump to Last Post ]
Post new Thread