The "File > Select computer..." option does really work ?

Message boards : Number crunching : The "File > Select computer..." option does really work ?
Message board moderation

To post messages, you must log in.

AuthorMessage
ntldr

Send message
Joined: 23 Jan 04
Posts: 5
Credit: 109,008
RAC: 0
Romania
Message 152251 - Posted: 16 Aug 2005, 15:39:04 UTC

Hi

I am trying to connect to a remote PC running BOINC.
Does that feature really work, or is it still under developement?
If it's working, what should I put in "Password" editbox?

ID: 152251 · Report as offensive
Profile MikeSW17
Volunteer tester

Send message
Joined: 3 Apr 99
Posts: 1603
Credit: 2,700,523
RAC: 0
United Kingdom
Message 152253 - Posted: 16 Aug 2005, 15:49:14 UTC

Dont use a password myself...

More importantly, you need a file called 'remote_hosts.cfg' in the BOINC folder on each machine. That file should contain a list of IP addresses allowed to connect to it.
Restart BOINC and it should work - assuming any software firewall you may have is configured to allow it.

ID: 152253 · Report as offensive
Profile Jim Baize
Volunteer tester

Send message
Joined: 6 May 00
Posts: 758
Credit: 149,536
RAC: 0
United States
Message 152255 - Posted: 16 Aug 2005, 15:51:46 UTC - in response to Message 152251.  

The remote computer must have a file called remote_hosts.cfg. In this file you will need the name or the IP address of the computer allowed to control that computer.

There is more info in the WIKI, along with more security measures.

http://boinc-doc.net/boinc-wiki/index.php?title=Main_Page

Hi

I am trying to connect to a remote PC running BOINC.
Does that feature really work, or is it still under developement?
If it's working, what should I put in "Password" editbox?


ID: 152255 · Report as offensive
ntldr

Send message
Joined: 23 Jan 04
Posts: 5
Credit: 109,008
RAC: 0
Romania
Message 152262 - Posted: 16 Aug 2005, 16:24:13 UTC - in response to Message 152255.  

Thanks for your reply

It worked!
I also had to open ports 31416 and 1043.

Thanks guys!

The remote computer must have a file called remote_hosts.cfg. In this file you will need the name or the IP address of the computer allowed to control that computer.

There is more info in the WIKI, along with more security measures.

http://boinc-doc.net/boinc-wiki/index.php?title=Main_Page



ID: 152262 · Report as offensive
Profile Paul D. Buck
Volunteer tester

Send message
Joined: 19 Jul 00
Posts: 3898
Credit: 1,158,042
RAC: 0
United States
Message 152575 - Posted: 17 Aug 2005, 11:36:36 UTC - in response to Message 152251.  

Hi

I am trying to connect to a remote PC running BOINC.
Does that feature really work, or is it still under developement?
If it's working, what should I put in "Password" editbox?

There is information about the password in the Wiki also. In essence what you can do is restrict the access to BOINC remote connections to those that also know the password.
ID: 152575 · Report as offensive
Greg W Jones

Send message
Joined: 28 Nov 02
Posts: 29
Credit: 25,473,210
RAC: 0
United States
Message 152802 - Posted: 18 Aug 2005, 1:23:14 UTC

I also am having trouble with remote access. I have the remote_host file but it still does not work. So, how to I verify ports 1043 and 31416 are open? And how to I open them if they're not?

The BOINC wiki was very helpful, but this port information should be added when you have time ( Paul D Buck .

Thanks


ID: 152802 · Report as offensive
Profile Jim Baize
Volunteer tester

Send message
Joined: 6 May 00
Posts: 758
Credit: 149,536
RAC: 0
United States
Message 152813 - Posted: 18 Aug 2005, 1:50:50 UTC - in response to Message 152802.  

1) is the remost_host file actually on the remote computer?
2) did you restart BOINC after you made that file?
3) is the file properly configured

I also am having trouble with remote access. I have the remote_host file but it still does not work. So, how to I verify ports 1043 and 31416 are open? And how to I open them if they're not?

The BOINC wiki was very helpful, but this port information should be added when you have time ( Paul D Buck .

Thanks



ID: 152813 · Report as offensive
John McLeod VII
Volunteer developer
Volunteer tester
Avatar

Send message
Joined: 15 Jul 99
Posts: 24806
Credit: 790,712
RAC: 0
United States
Message 152818 - Posted: 18 Aug 2005, 1:59:11 UTC - in response to Message 152802.  

I also am having trouble with remote access. I have the remote_host file but it still does not work. So, how to I verify ports 1043 and 31416 are open? And how to I open them if they're not?

The BOINC wiki was very helpful, but this port information should be added when you have time ( Paul D Buck .

Thanks


What personal firewall do you have installed? If you have Windows XP SP2, you may have a firewall instaled that you do not know about (SP2 installed it for you).


BOINC WIKI
ID: 152818 · Report as offensive
ntldr

Send message
Joined: 23 Jan 04
Posts: 5
Credit: 109,008
RAC: 0
Romania
Message 152900 - Posted: 18 Aug 2005, 5:19:04 UTC - in response to Message 152802.  

I also am having trouble with remote access. I have the remote_host file but it still does not work. So, how to I verify ports 1043 and 31416 are open? And how to I open them if they're not?

The BOINC wiki was very helpful, but this port information should be added when you have time ( Paul D Buck .

Thanks



You can verify if those ports are open by typing "telnet boinc_client_ip 1043" and "telnet boinc_client_ip 31416" from a remote machine (those commands works on both windows and *nix).

To open those ports on Windows XP Service Pack 2, type the following commands in a command prompt:

netsh firewall add portopening TCP 31416 Boinc_31416
netsh firewall add portopening TCP 1043 Boinc_1043

As for *nix I'll let others show you how :-)
ID: 152900 · Report as offensive
Greg W Jones

Send message
Joined: 28 Nov 02
Posts: 29
Credit: 25,473,210
RAC: 0
United States
Message 153858 - Posted: 20 Aug 2005, 2:27:45 UTC

It works! Thanks for the help.

I followed the instructions below, but had to add one important step. That is to reboot the remote client after issuing the netsh command.

I am running Window Xp Pro on the "main" computer and XP Home SP2 on each of my remote clients. So, I did have the Windows firewall enabled on the remote computers which had the required ports closed.

Now I can run BoincView from the main computer and see the status of the other computers.

Thanks again.
ID: 153858 · Report as offensive

Message boards : Number crunching : The "File > Select computer..." option does really work ?


 
©2024 University of California
 
SETI@home and Astropulse are funded by grants from the National Science Foundation, NASA, and donations from SETI@home volunteers. AstroPulse is funded in part by the NSF through grant AST-0307956.